This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new c4895baeb [MAINTENANCE] Bump derby in transaction to highest
supporting java 8
c4895baeb is described below
commit c4895baeba4980f8a0ef66a3bcc77eab9bfd34e7
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>