This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git


The following commit(s) were added to refs/heads/master by this push:
     new 81942b7aa Upgrading Apache XBean to allow JDK compatibility up to 26 
(#139)
81942b7aa is described below

commit 81942b7aa9030394e01ef6cecf22cf9913c9191c
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Nov 25 11:45:41 2025 +0100

    Upgrading Apache XBean to allow JDK compatibility up to 26 (#139)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4e562036e..e2e46beff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
       <groupId>org.apache</groupId>
       <artifactId>apache</artifactId>
-      <version>34</version>
+      <version>35</version>
     </parent>
 
     <groupId>org.apache.openjpa</groupId>
@@ -91,7 +91,7 @@
         <javadoc.additionalparam />
         <version.maven.surefire>3.5.2</version.maven.surefire>
 
-        <xbean.version>4.26</xbean.version>
+        <xbean.version>4.28</xbean.version>
         <bval.version>3.0.2</bval.version>
         <log4j2.version>2.23.1</log4j2.version>
         <ant.version>1.10.15</ant.version>

Reply via email to