This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-8.x by this push:
new 1db8c56078 TOMEE-4100 - Apache XBean 4.22
1db8c56078 is described below
commit 1db8c56078269abecbc0abdb9b54144400035f62
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Oct 24 13:10:26 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 e04f0f9c18..3ba58db162 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -1555,7 +1555,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-asm9-shaded</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1566,7 +1566,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-bundleutils</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1577,7 +1577,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-finder-shaded</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1588,7 +1588,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-naming</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1599,7 +1599,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 69db583f1f..91707ba5db 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -1654,7 +1654,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-asm9-shaded</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1665,7 +1665,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-bundleutils</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1676,7 +1676,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-finder-shaded</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1687,7 +1687,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-naming</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1698,7 +1698,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 ce8e2f43ed..b8238a8581 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -1687,7 +1687,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-asm9-shaded</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1698,7 +1698,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-bundleutils</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1709,7 +1709,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-finder-shaded</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1720,7 +1720,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-naming</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1731,7 +1731,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 1fc439e26b..45ccf1610b 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -1115,7 +1115,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-asm9-shaded</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1126,7 +1126,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-bundleutils</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1137,7 +1137,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-finder-shaded</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1148,7 +1148,7 @@
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-naming</artifactId>
- <version>4.21</version>
+ <version>4.22</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1159,7 +1159,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 4b2e00116e..55e1314340 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,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 />