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 2021/05/31 04:26:22 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-7160] Upgrade to xbean 4.20

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

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


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 8efae16  [KARAF-7160] Upgrade to xbean 4.20
8efae16 is described below

commit 8efae16656c9b33961abd5481f2fce833609f6c5
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon May 24 11:46:26 2021 +0200

    [KARAF-7160] Upgrade to xbean 4.20
    
    (cherry picked from commit 3de3f3f3dd9a44ff8559ef2377b904d75db3c99e)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index adb7275..6075057 100644
--- a/pom.xml
+++ b/pom.xml
@@ -336,7 +336,7 @@
         <sshd.version>2.5.1</sshd.version>
         <derby-version>10.14.2.0</derby-version>
         <directory-version>2.0.0-M24</directory-version>
-        <xbean.version>4.19</xbean.version>
+        <xbean.version>4.20</xbean.version>
         <javax.mail.version>1.4.7</javax.mail.version>
 
         <websocket.version>1.1</websocket.version>