This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
The following commit(s) were added to refs/heads/master by this push:
new 809442f7 Bump jaxb.version from 4.0.8 to 4.0.9 (#125)
809442f7 is described below
commit 809442f717b94dbe06d5c5561a55bee8c3442378
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 2 22:25:41 2026 +0200
Bump jaxb.version from 4.0.8 to 4.0.9 (#125)
---
itests/tck/pom.xml | 2 +-
itests/tck/tck-tcp-tcp.bndrun | 6 +++---
itests/tck/tck-zookeeper-fastbin.bndrun | 6 +++---
parent/pom.xml | 3 ++-
4 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/itests/tck/pom.xml b/itests/tck/pom.xml
index 8304916a..07b1af71 100644
--- a/itests/tck/pom.xml
+++ b/itests/tck/pom.xml
@@ -29,7 +29,7 @@
<properties>
<tck.version>8.1.0</tck.version>
- <jaxb.version>4.0.8</jaxb.version>
+ <jaxb.version>4.0.9</jaxb.version>
</properties>
<dependencies>
diff --git a/itests/tck/tck-tcp-tcp.bndrun b/itests/tck/tck-tcp-tcp.bndrun
index c6b68bf1..9052378b 100644
--- a/itests/tck/tck-tcp-tcp.bndrun
+++ b/itests/tck/tck-tcp-tcp.bndrun
@@ -125,8 +125,6 @@
-runbundles: \
assertj-core;version='[3.27.7,3.27.8)',\
com.sun.istack.commons-runtime;version='[4.2.0,4.2.1)',\
- com.sun.xml.bind.jaxb-core;version='[4.0.8,4.0.9)',\
- com.sun.xml.bind.jaxb-impl;version='[4.0.8,4.0.9)',\
jakarta.activation-api;version='[2.1.4,2.1.5)',\
jakarta.xml.bind-api;version='[4.0.5,4.0.6)',\
net.bytebuddy.byte-buddy;version='[1.18.8,1.18.9)',\
@@ -147,4 +145,6 @@
org.osgi.service.component;version='[1.5.1,1.5.2)',\
org.osgi.test.cases.remoteserviceadmin;version='[8.1.0,8.1.1)',\
org.osgi.util.function;version='[1.2.0,1.2.1)',\
- org.osgi.util.promise;version='[1.3.0,1.3.1)'
\ No newline at end of file
+ org.osgi.util.promise;version='[1.3.0,1.3.1)',\
+ com.sun.xml.bind.jaxb-core;version='[4.0.9,4.0.10)',\
+ com.sun.xml.bind.jaxb-impl;version='[4.0.9,4.0.10)'
\ No newline at end of file
diff --git a/itests/tck/tck-zookeeper-fastbin.bndrun
b/itests/tck/tck-zookeeper-fastbin.bndrun
index ade772c5..a99f443f 100644
--- a/itests/tck/tck-zookeeper-fastbin.bndrun
+++ b/itests/tck/tck-zookeeper-fastbin.bndrun
@@ -161,8 +161,6 @@
net.bytebuddy.byte-buddy;version='[1.18.8,1.18.9)',\
jakarta.activation-api;version='[2.1.4,2.1.5)',\
jakarta.xml.bind-api;version='[4.0.5,4.0.6)',\
- com.sun.xml.bind.jaxb-core;version='[4.0.8,4.0.9)',\
- com.sun.xml.bind.jaxb-impl;version='[4.0.8,4.0.9)',\
com.sun.istack.commons-runtime;version='[4.2.0,4.2.1)',\
org.fusesource.hawtbuf.hawtbuf;version='[1.11.0,1.11.1)',\
org.fusesource.hawtdispatch.hawtdispatch;version='[1.22.0,1.22.1)',\
@@ -181,4 +179,6 @@
org.apache.aries.rsa.core;version='[2.0.0,2.0.1)',\
org.apache.aries.rsa.topology-manager;version='[2.0.0,2.0.1)',\
org.osgi.test.cases.remoteserviceadmin;version='[8.1.0,8.1.1)',\
- org.xerial.snappy.snappy-java;version='[1.1.10,1.1.11)'
+ org.xerial.snappy.snappy-java;version='[1.1.10,1.1.11)',\
+ com.sun.xml.bind.jaxb-core;version='[4.0.9,4.0.10)',\
+ com.sun.xml.bind.jaxb-impl;version='[4.0.9,4.0.10)'
diff --git a/parent/pom.xml b/parent/pom.xml
index b57fee61..a9fefb85 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -42,6 +42,7 @@
<hawtbuf.version>1.11</hawtbuf.version>
<exam.version>4.14.0</exam.version>
<paxlogging.version>2.3.3</paxlogging.version>
+ <jaxb.version>4.0.9</jaxb.version>
</properties>
<dependencies>
@@ -281,7 +282,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-osgi</artifactId>
- <version>4.0.8</version>
+ <version>${jaxb.version}</version>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>