This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
commit 095c0b30477c5fec45419a33f6a654679c09e39a Author: Thomas Vandahl <[email protected]> AuthorDate: Thu Aug 27 13:32:39 2026 +0200 Revert PR #405 as it requires Java 21 --- commons-jcs4-jcache-openjpa/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-jcs4-jcache-openjpa/pom.xml b/commons-jcs4-jcache-openjpa/pom.xml index c67e475e..fe07db8a 100644 --- a/commons-jcs4-jcache-openjpa/pom.xml +++ b/commons-jcs4-jcache-openjpa/pom.xml @@ -69,7 +69,7 @@ <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> - <version>10.17.1.0</version> + <version>10.16.1.1</version> <scope>test</scope> </dependency> <dependency>
