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/06 13:01:15 UTC

[karaf-winegrower] branch master updated: Upgrade to xbean 4.16

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6b1f21e  Upgrade to xbean 4.16
6b1f21e is described below

commit 6b1f21e859a761fd34702ffd1a7fdecc259ef4eb
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Apr 6 14:58:26 2020 +0200

    Upgrade to xbean 4.16
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0f8906a..3e56b57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
     <junit.version>5.5.2</junit.version>
     <osgi.version>7.0.0</osgi.version>
     <slf4j.version>1.7.28</slf4j.version>
-    <xbean.version>4.15</xbean.version>
+    <xbean.version>4.16</xbean.version>
 
     <surefire.log.level>INFO</surefire.log.level>