[java-parent-project] 03/08: JPAR-186 - Bump Hibernate, jaxb for Jakarta EE 9 compatibility
Ian Young
ian at iay.org.uk
Thu May 26 13:43:07 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=f9011643883a28930edd3bf1872c93b03b255144
commit f9011643883a28930edd3bf1872c93b03b255144
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Dec 22 16:05:32 2021 +0000
JPAR-186 - Bump Hibernate, jaxb for Jakarta EE 9 compatibility
https://shibboleth.atlassian.net/browse/JPAR-186
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index b0f2e36..6680d22 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