[java-parent-project] branch dev/JPAR-186 updated: Bump Hibernate, jaxb for Jakarta EE 9 compatibility

Ian Young ian at iay.org.uk
Wed Dec 22 16:05:37 UTC 2021


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch dev/JPAR-186
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=7c45a6d0bc0bda27b44e9926bd2a20cdcd738f30

The following commit(s) were added to refs/heads/dev/JPAR-186 by this push:
     new 7c45a6d  Bump Hibernate, jaxb for Jakarta EE 9 compatibility
7c45a6d is described below

commit 7c45a6d0bc0bda27b44e9926bd2a20cdcd738f30
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Dec 22 16:05:32 2021 +0000

    Bump Hibernate, jaxb for Jakarta EE 9 compatibility
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ac90330..c55de0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
         <guava.version>30.1.1-jre</guava.version>
         <jackson.version>2.12.2</jackson.version>
         <jakarta.activation.version>1.2.2</jakarta.activation.version>
-        <jakarta.jaxb.version>2.3.3</jakarta.jaxb.version>
+        <jakarta.jaxb.version>3.0.1</jakarta.jaxb.version>
         <jakarta.json.version>1.1.6</jakarta.json.version>
         <jakarta.mail.version>1.6.6</jakarta.mail.version>
         <jetty.groupId>org.eclipse.jetty</jetty.groupId>
@@ -421,9 +421,9 @@
             </dependency>
 
             <dependency>
-                <groupId>org.hibernate</groupId>
+                <groupId>org.hibernate.orm</groupId>
                 <artifactId>hibernate-core</artifactId>
-                <version>5.4.29.Final</version>
+                <version>6.0.0.Beta3</version>
                 <exclusions>
 <!--                    <exclusion>
                         <groupId>org.dom4j</groupId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list