From 9198ec9e05956253bc3ec162d544e1801d7bb134 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Wed, 5 Oct 2022 12:25:35 -0700 Subject: [PATCH] Upgrade EclipseLink to 3.0.3 and Hibernate to 6.1.4.Final --- applications/mp/pom.xml | 8 -------- dependencies/pom.xml | 11 ++--------- examples/integrations/cdi/pokemons/pom.xml | 11 ----------- pom.xml | 8 -------- 4 files changed, 2 insertions(+), 36 deletions(-) diff --git a/applications/mp/pom.xml b/applications/mp/pom.xml index 04bd6379db9..db4f079f344 100644 --- a/applications/mp/pom.xml +++ b/applications/mp/pom.xml @@ -72,14 +72,6 @@ org.hibernate.orm.tooling hibernate-enhance-maven-plugin ${version.plugin.hibernate.enhance} - - - - net.bytebuddy - byte-buddy - ${version.lib.byte-buddy} - - diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 1419b69899d..18a5dca6b79 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -40,12 +40,11 @@ 1.18 1.3.5 1.0.0 - 1.12.13 1.0.4 1.2 9.1.6 4.1.2 - 3.0.3-RC2 + 3.0.3 4.0.2 2.18.0 2.3.1 @@ -61,7 +60,7 @@ 30.0-jre 2.1.212 1.3 - 6.1.1.Final + 6.1.4.Final 7.0.2.Final 5.0.1 1.5.18 @@ -188,12 +187,6 @@ javax.ws.rs-api 2.1.1 - - - net.bytebuddy - byte-buddy - ${version.lib.byte-buddy} - diff --git a/examples/integrations/cdi/pokemons/pom.xml b/examples/integrations/cdi/pokemons/pom.xml index bbcf22c096d..6289a76b2cc 100644 --- a/examples/integrations/cdi/pokemons/pom.xml +++ b/examples/integrations/cdi/pokemons/pom.xml @@ -174,17 +174,6 @@ - - - - net.bytebuddy - byte-buddy - ${version.lib.byte-buddy} - - diff --git a/pom.xml b/pom.xml index a25cb230746..17265044097 100644 --- a/pom.xml +++ b/pom.xml @@ -618,14 +618,6 @@ org.hibernate.orm.tooling hibernate-enhance-maven-plugin ${version.plugin.hibernate-enhance} - - - - net.bytebuddy - byte-buddy - ${version.lib.byte-buddy} - - org.codehaus.mojo