From 48ab13d5d6cd483e752dec3084f4f4e026af165c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 20:35:34 +0000 Subject: [PATCH] Update dependency org.springframework.boot:spring-boot-starter-test to v2.7.7 --- Java/Gradle/simple-build-2/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Java/Gradle/simple-build-2/build.gradle b/Java/Gradle/simple-build-2/build.gradle index 737907e..e690163 100644 --- a/Java/Gradle/simple-build-2/build.gradle +++ b/Java/Gradle/simple-build-2/build.gradle @@ -12,6 +12,6 @@ repositories { dependencies { testCompile 'org.junit.vintage:junit-vintage-engine:5.9.2' - testCompile 'org.springframework.boot:spring-boot-starter-test:2.2.10.RELEASE' + testCompile 'org.springframework.boot:spring-boot-starter-test:2.7.7' compile 'org.apiguardian:apiguardian-api:1.1.2' }