You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by rm...@apache.org on 2020/02/03 16:02:45 UTC

[openwebbeans] branch master updated: OWB-1311 xbean 4.16

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

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new f3e5be2  OWB-1311 xbean 4.16
f3e5be2 is described below

commit f3e5be24825786ab66df006d257e6306e822d6b2
Author: Romain Manni-Bucau <rm...@gmail.com>
AuthorDate: Mon Feb 3 17:02:40 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index f00d264..0752a89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
         <!-- jetty 9.4.13+ broke session persistence: https://github.com/eclipse/jetty.project/issues/3597 -->
         <jetty.version>9.4.12.v20180830</jetty.version>
         <myfaces.version>2.3.6</myfaces.version>
-        <xbean.version>4.15</xbean.version>
+        <xbean.version>4.16</xbean.version>
         <arquillian.version>1.1.13.Final</arquillian.version>
         <cdi.tck.version>2.0.3.Final</cdi.tck.version>
         <httpclient.version>4.5.2</httpclient.version>