From b56569aba9ef01d92c619fd48edc29b7057ba774 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 00:10:22 +0000 Subject: [PATCH] chore(deps): update dependency org.springframework.boot:spring-boot-starter-test to v2.7.18 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fc26c0f..bc366b3 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { // Use spring to for integration testing testImplementation 'org.springframework.boot:spring-boot-starter-jdbc:2.3.5.RELEASE' - testImplementation 'org.springframework.boot:spring-boot-starter-test:2.3.5.RELEASE' + testImplementation 'org.springframework.boot:spring-boot-starter-test:2.7.18' testImplementation 'org.postgresql:postgresql:42.2.5'