From 924baf694ae688ca03576ce539b05bdb3a23dcbc Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 15 Aug 2024 14:51:31 +0200 Subject: [PATCH] Upgrade test dependencies. Fixes GH-2412. --- pom.xml | 2 +- spring-data-rest-tests/pom.xml | 2 +- spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml | 3 +-- spring-data-rest-tests/spring-data-rest-tests-security/pom.xml | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 7c278cd89..4b82072ab 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 4.4.0-SNAPSHOT 3.4.0-SNAPSHOT - 6.5.0.CR1 + 6.5.2.Final diff --git a/spring-data-rest-tests/pom.xml b/spring-data-rest-tests/pom.xml index 64a3df1aa..e4c8ce8db 100644 --- a/spring-data-rest-tests/pom.xml +++ b/spring-data-rest-tests/pom.xml @@ -22,7 +22,7 @@ - 2.4.4 + 2.4.21 diff --git a/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml b/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml index b7f553ae0..7adca8603 100644 --- a/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml +++ b/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml @@ -14,7 +14,6 @@ spring.data.rest.tests.jpa - 4.0.1.RELEASE @@ -50,7 +49,7 @@ org.hsqldb hsqldb - 2.7.1 + 2.7.3 test diff --git a/spring-data-rest-tests/spring-data-rest-tests-security/pom.xml b/spring-data-rest-tests/spring-data-rest-tests-security/pom.xml index 72d963206..cb7cf7ebf 100644 --- a/spring-data-rest-tests/spring-data-rest-tests-security/pom.xml +++ b/spring-data-rest-tests/spring-data-rest-tests-security/pom.xml @@ -14,7 +14,7 @@ spring.data.rest.tests.security - 6.1.7 + 6.3.1