You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/11/29 17:27:19 UTC

[karaf] branch main updated: [KARAF-7617] Upgrade to xbean 4.22

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 0f8ee5a9df [KARAF-7617] Upgrade to xbean 4.22
     new ca008b8c69 Merge pull request #1687 from jbonofre/KARAF-7617
0f8ee5a9df is described below

commit 0f8ee5a9df562a87994c35eef6a1ae63ae4363c0
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Nov 28 13:59:10 2022 +0100

    [KARAF-7617] Upgrade to xbean 4.22
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ca14874696..24862250b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -347,7 +347,7 @@
         <sling.commons.johnzon.version>1.2.14</sling.commons.johnzon.version>
         <sshd.version>2.9.1</sshd.version>
         <struts.bundle.version>1.3.10_1</struts.bundle.version>
-        <xbean.version>4.21</xbean.version>
+        <xbean.version>4.22</xbean.version>
         <javax.mail.version>1.4.7</javax.mail.version>
 
         <winsw.version>2.3.0</winsw.version>