This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 238f064bea TOMEE-4100 - Apache XBean 4.22
238f064bea is described below
commit 238f064bea008315a8601c673ca09b4c9cf640c2
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Oct 24 13:02:32 2022 +0200
TOMEE-4100 - Apache XBean 4.22
---
boms/tomee-microprofile/pom.xml | 10 +++++-----
boms/tomee-plume/pom.xml | 10 +++++-----
boms/tomee-plus/pom.xml | 10 +++++-----
boms/tomee-webprofile/pom.xml | 10 +++++-----
pom.xml | 2 +-
5 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index 1d252835f5..8e7ee5af33 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -1572,7 +1572,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-asm9-shaded</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1583,7 +1583,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-bundleutils</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1594,7 +1594,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-finder-shaded</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1605,7 +1605,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-naming</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1616,7 +1616,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-reflect</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 943e55c05e..2c6a5bb319 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -1672,7 +1672,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-asm9-shaded</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1683,7 +1683,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-bundleutils</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1694,7 +1694,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-finder-shaded</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1705,7 +1705,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-naming</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1716,7 +1716,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-reflect</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index 95fe6d2393..e759abf385 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -1705,7 +1705,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-asm9-shaded</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1716,7 +1716,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-bundleutils</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1727,7 +1727,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-finder-shaded</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1738,7 +1738,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-naming</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1749,7 +1749,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-reflect</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index abfa7ff14f..a041a760da 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -1099,7 +1099,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-asm9-shaded</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1110,7 +1110,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-bundleutils</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1121,7 +1121,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-finder-shaded</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1132,7 +1132,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-naming</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1143,7 +1143,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-reflect</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index 44136029d7..adb178dfe4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
<maven-bundle-plugin.version>3.3.0</maven-bundle-plugin.version>
<!-- This is used by a manifest classpath entry -->
- <xbeanVersion>4.21</xbeanVersion>
+ <xbeanVersion>4.22</xbeanVersion>
<!-- OSGi bundles properties -->
<openejb.bundle.activator />