This is an automated email from the ASF dual-hosted git repository.
struberg 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 a1e46a10c OPENJPA-2914 upgrade xbean to 4.23
a1e46a10c is described below
commit a1e46a10c68c8176cda82db3d1b60e97ca412b75
Author: Mark Struberg <[email protected]>
AuthorDate: Tue Jul 25 15:19:07 2023 +0200
OPENJPA-2914 upgrade xbean to 4.23
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9e7d19f01..ab337fd9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
<javadoc.additionalparam />
<maven.surefire.version>3.0.0-M7</maven.surefire.version>
- <xbean.version>4.22</xbean.version>
+ <xbean.version>4.23</xbean.version>
<bval.version>3.0.0-SNAPSHOT</bval.version>
<log4j2.version>2.19.0</log4j2.version>
<ant.version>1.10.12</ant.version>