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:47:14 UTC

[karaf] branch main 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 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 4faca23  [KARAF-7103] Upgrade to xbean 4.19
     new 09d0268  Merge pull request #1348 from jbonofre/KARAF-7103
4faca23 is described below

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

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

diff --git a/pom.xml b/pom.xml
index 8d12665..87209c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -296,7 +296,7 @@
         <sling.commons.johnzon.version>1.2.6</sling.commons.johnzon.version>
         <sshd.version>2.5.1</sshd.version>
         <struts.bundle.version>1.3.10_1</struts.bundle.version>
-        <xbean.version>4.18</xbean.version>
+        <xbean.version>4.19</xbean.version>
         <javax.mail.version>1.4.7</javax.mail.version>
 
         <winsw.version>2.3.0</winsw.version>