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 2020/04/10 05:19:07 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6665] Upgrade to xbean 4.16

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 6bf1ec5  [KARAF-6665] Upgrade to xbean 4.16
6bf1ec5 is described below

commit 6bf1ec5890bfe3b53f088476d4f833bdfb5c1744
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Apr 9 08:04:43 2020 +0200

    [KARAF-6665] Upgrade to xbean 4.16
    
    (cherry picked from commit 841e35aaf175833bff758f0949b760393963dd81)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 84e832b..2820f24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -311,7 +311,7 @@
         <derby-version>10.14.2.0</derby-version>
         <directory-version>2.0.0-M24</directory-version>
         <struts.bundle.version>1.3.10_1</struts.bundle.version>
-        <xbean.version>4.15</xbean.version>
+        <xbean.version>4.16</xbean.version>
         <xerces.bundle.version>2.12.0_1</xerces.bundle.version>
         <xalan.bundle.version>2.7.2_3</xalan.bundle.version>
         <xalan-serializer.bundle.version>2.7.2_1</xalan-serializer.bundle.version>