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

Ian Young ian at iay.org.uk
Thu Apr 28 14:47:17 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=149ea8a05ec018d02698da19db41809bb82cc213

commit 149ea8a05ec018d02698da19db41809bb82cc213
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 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9ff1fea..2cf7e9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,8 +47,8 @@
         <!-- Note: jackson-databind is version 2.13.2.2, set explicitly below. -->
         <jackson.version>2.13.2</jackson.version>
         <jakarta.activation.version>1.2.2</jakarta.activation.version>
-        <jakarta.jaxb-api.version>2.3.3</jakarta.jaxb-api.version>
-        <jakarta.jaxb-impl.version>2.3.6</jakarta.jaxb-impl.version>
+        <jakarta.jaxb-api.version>3.0.1</jakarta.jaxb-api.version>
+        <jakarta.jaxb-impl.version>3.0.1</jakarta.jaxb-impl.version>
         <jakarta.json.version>1.1.6</jakarta.json.version>
         <jakarta.mail.version>1.6.7</jakarta.mail.version>
         <janino.version>3.1.6</janino.version>
@@ -442,9 +442,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