From c095c23bd70acd0685dfb9c0946727ef75d5e1b5 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 17 Apr 2025 09:47:30 +0200 Subject: [PATCH] Remove custom `awaitility` in favor of Build-managed versions. Closes #2033 --- pom.xml | 1 - spring-data-jdbc/pom.xml | 2 +- spring-data-r2dbc/pom.xml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 592a32646..d796b95b6 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,6 @@ 1.3.0 - 4.2.0 1.3.0 1.37 diff --git a/spring-data-jdbc/pom.xml b/spring-data-jdbc/pom.xml index aba16d9e3..9d41f3ca0 100644 --- a/spring-data-jdbc/pom.xml +++ b/spring-data-jdbc/pom.xml @@ -170,7 +170,7 @@ org.awaitility awaitility - ${awaitility.version} + ${awaitility} test diff --git a/spring-data-r2dbc/pom.xml b/spring-data-r2dbc/pom.xml index 970c913f0..be1e896a6 100644 --- a/spring-data-r2dbc/pom.xml +++ b/spring-data-r2dbc/pom.xml @@ -306,7 +306,7 @@ org.awaitility awaitility - ${awaitility.version} + ${awaitility} test