[java-parent-project] 03/04: Bump Hibernate, jaxb for Jakarta EE 9 compatibility

Ian Young ian at iay.org.uk
Tue Mar 22 11:23:37 UTC 2022


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=f0630d4f05c366062fdc632e3bfa74d50f51a426

commit f0630d4f05c366062fdc632e3bfa74d50f51a426
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 fe389b2..953f3c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
         <guava.version>31.1-jre</guava.version>
         <jackson.version>2.13.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.7</jakarta.mail.version>
         <jetty.groupId>org.eclipse.jetty</jetty.groupId>
@@ -436,9 +436,9 @@
             </dependency>
 
             <dependency>
-                <groupId>org.hibernate</groupId>
+                <groupId>org.hibernate.orm</groupId>
                 <artifactId>hibernate-core</artifactId>
-                <version>5.4.30.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