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/04/23 06:48:12 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-7103] Upgrade to xbean 4.19

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 617f099  [KARAF-7103] Upgrade to xbean 4.19
617f099 is described below

commit 617f099ca83b383eefe26ec1b21d790cbbb510a5
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Apr 19 16:07:27 2021 +0200

    [KARAF-7103] Upgrade to xbean 4.19
    
    (cherry picked from commit 4faca23aaddd228c5d14ffc00658a852922236bf)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5867e8d..c895916 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,7 +313,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.18</xbean.version>
+        <xbean.version>4.19</xbean.version>
         <javax.mail.version>1.4.7</javax.mail.version>
 
         <websocket.version>1.1</websocket.version>