This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch bump-derby-in-transaction-to-highest-supporting-java8 in repository https://gitbox.apache.org/repos/asf/aries.git
commit 1d0401bc127d3304eb73583be1f785909c23f007 Author: Dominik Przybysz <[email protected]> AuthorDate: Fri Jan 10 22:41:30 2025 +0100 [MAINTENANCE] Bump derby in transaction to highest supporting java 8 --- transaction/transaction-testds/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transaction/transaction-testds/pom.xml b/transaction/transaction-testds/pom.xml index 52c3ba5a4..e87a76307 100644 --- a/transaction/transaction-testds/pom.xml +++ b/transaction/transaction-testds/pom.xml @@ -49,7 +49,7 @@ <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> - <version>10.5.3.0_1</version> + <version>10.14.2.0</version> </dependency> </dependencies>
