From ffc832729737d085c2ec26df265853fb68046a2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 01:44:22 -0500 Subject: [PATCH] fix(deps): update dependency org.springframework:spring-core to v6.1.2 (#2768) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- spotbugsTestCases/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotbugsTestCases/build.gradle b/spotbugsTestCases/build.gradle index b2518b3fe61..3bc20a1d386 100644 --- a/spotbugsTestCases/build.gradle +++ b/spotbugsTestCases/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'com.google.truth:truth:1.1.5' implementation 'joda-time:joda-time:2.12.5' api 'com.github.stephenc.jcip:jcip-annotations:1.0-1' - implementation 'org.springframework:spring-core:6.1.1' + implementation 'org.springframework:spring-core:6.1.2' compileOnly 'jakarta.annotation:jakarta.annotation-api:1.3.5' implementation 'org.checkerframework:checker-qual:3.41.0'