This is an automated email from the ASF dual-hosted git repository.
struberg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
The following commit(s) were added to refs/heads/main by this push:
new cef8f6a6a OWB-1454 update to xbean-asm-4.29
cef8f6a6a is described below
commit cef8f6a6afa482304afc1011d2958d29e78a3d79
Author: Mark Struberg <[email protected]>
AuthorDate: Wed Dec 17 17:57:51 2025 +0100
OWB-1454 update to xbean-asm-4.29
this adds Java26 support
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f6b6cd7d7..3c69f1c24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
<myfaces.version>4.0.2</myfaces.version>
<httpclient.version>4.5.14</httpclient.version>
- <xbean.version>4.27</xbean.version>
+ <xbean.version>4.29</xbean.version>
<arquillian.version>1.8.1.Final</arquillian.version>
<cdi.tck.version>4.0.13</cdi.tck.version>