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

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


The following commit(s) were added to refs/heads/master by this push:
     new add5417214 Upgrade to jakarta.xml.bind-api 4.0.4
add5417214 is described below

commit add5417214021f374fbe46e0115b893ad2fdbf27
Author: James Bognar <[email protected]>
AuthorDate: Mon Oct 13 16:40:08 2025 -0400

    Upgrade to jakarta.xml.bind-api 4.0.4
---
 juneau-core/juneau-common/pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/juneau-core/juneau-common/pom.xml 
b/juneau-core/juneau-common/pom.xml
index a1169922a3..0024e16fe9 100644
--- a/juneau-core/juneau-common/pom.xml
+++ b/juneau-core/juneau-common/pom.xml
@@ -38,7 +38,13 @@
                <dependency>
                        <groupId>jakarta.xml.bind</groupId>
                        <artifactId>jakarta.xml.bind-api</artifactId>
-                       <version>3.0.1</version>
+                       <version>4.0.4</version>
+               </dependency>
+               <dependency>
+                       <!-- Needed for 
jakarta.activation.spi.MimeTypeRegistryProvider no longer provided by 
jakarta.xml-bind-api -->
+                       <groupId>org.eclipse.angus</groupId>
+                       <artifactId>angus-activation</artifactId>
+                       <version>2.0.2</version>
                </dependency>
        </dependencies>
 

Reply via email to