diff options
-rw-r--r-- | integration/pom.xml | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index fb0ae488..2bd5f2f1 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -739,17 +739,7 @@ <dependency> <groupId>org.hibernate.orm</groupId> <artifactId>hibernate-core</artifactId> - <version>6.3.2.Final</version> - </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-core-jakarta</artifactId> - <version>5.6.15.Final</version> - </dependency> - <dependency> - <groupId>org.hibernate.common</groupId> - <artifactId>hibernate-commons-annotations</artifactId> - <version>6.0.6.Final</version> + <version>6.5.2.Final</version> </dependency> <dependency> <groupId>org.hibernate.validator</groupId> @@ -1157,7 +1147,7 @@ <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> - <version>10.0.2</version> + <version>10.0.3</version> <executions> <execution> <goals> |