This is an automated email from the ASF dual-hosted git repository. vavrtom pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git
The following commit(s) were added to refs/heads/main by this push: new 306d945cb8 QPID-8693: [Broker-J] Update Apache Derby version to 10.16.1.1 (#280) 306d945cb8 is described below commit 306d945cb803312840c6d1cdc2c20565685b36aa Author: Daniil Kirilyuk <daniel.kiril...@gmail.com> AuthorDate: Wed Apr 30 15:48:33 2025 +0200 QPID-8693: [Broker-J] Update Apache Derby version to 10.16.1.1 (#280) --- .../main/assembly/dependency-verification/DEPENDENCIES_REFERENCE | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE index ba57042359..c6cf4508dd 100644 --- a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE +++ b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE @@ -65,13 +65,13 @@ From: 'an unknown organization' From: 'Apache Software Foundation' (http://db.apache.org/) - - Apache Derby Database Engine and Embedded JDBC Driver (http://db.apache.org/derby/) org.apache.derby:derby:jar:10.15.2.0 + - Apache Derby Database Engine and Embedded JDBC Driver (http://db.apache.org/derby/) org.apache.derby:derby:jar:10.16.1.1 License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt) - - Apache Derby Shared Code (http://db.apache.org/derby/) org.apache.derby:derbyshared:jar:10.15.2.0 + - Apache Derby Shared Code (http://db.apache.org/derby/) org.apache.derby:derbyshared:jar:10.16.1.1 License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt) - - Apache Derby Tools (http://db.apache.org/derby/) org.apache.derby:derbytools:jar:10.15.2.0 + - Apache Derby Tools (http://db.apache.org/derby/) org.apache.derby:derbytools:jar:10.16.1.1 License: Apache 2 (http://www.apache.org/licenses/LICENSE-2.0.txt) diff --git a/pom.xml b/pom.xml index 8c22ebbe8f..350a548806 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,7 @@ <at.sign>@</at.sign> <bdb-version>7.4.5</bdb-version> - <derby-version>10.15.2.0</derby-version> + <derby-version>10.16.1.1</derby-version> <logback-version>1.5.16</logback-version> <logback-db-version>1.2.11.1</logback-db-version> <caffeine-version>3.1.8</caffeine-version> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org