You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/11/20 06:18:30 UTC

[activemq] branch main updated: [AMQ-9131] Upgrade to xbean 4.22

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/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 421a2dedb [AMQ-9131] Upgrade to xbean 4.22
     new 20b6f3e3e Merge pull request #924 from jbonofre/AMQ-9131
421a2dedb is described below

commit 421a2dedbfc13325068adff20c259f5fe165be14
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Oct 23 17:52:47 2022 +0200

    [AMQ-9131] Upgrade to xbean 4.22
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 467636ac7..ecf925d6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
     <velocity-version>2.3</velocity-version>
     <xpp3-version>1.1.4c</xpp3-version>
     <xstream-version>1.4.19</xstream-version>
-    <xbean-version>4.21</xbean-version>
+    <xbean-version>4.22</xbean-version>
     <xerces-version>2.12.2</xerces-version>
     <jaxb-basics-version>0.12.0</jaxb-basics-version>
     <stompjms-version>1.19</stompjms-version>