[java-parent-project] 03/05: Bump Hibernate, jaxb for Jakarta EE 9 compatibility
Ian Young
ian at iay.org.uk
Thu Mar 24 16:07:39 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=883615c40d57710a4b6a78afbaed16feae21d62b
commit 883615c40d57710a4b6a78afbaed16feae21d62b
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 f069282..5874f7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,8 +46,8 @@
<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-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>
<jetty.groupId>org.eclipse.jetty</jetty.groupId>
@@ -439,9 +439,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