From 4168da075bd45030547d864f299de2dc17f42388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 00:01:50 +0000 Subject: [PATCH] build(deps): bump spring-core from 5.3.18 to 5.3.19 Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.18 to 5.3.19. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.18...v5.3.19) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spotbugsTestCases/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotbugsTestCases/build.gradle b/spotbugsTestCases/build.gradle index b0f23c40146..aa8b4c1a34a 100644 --- a/spotbugsTestCases/build.gradle +++ b/spotbugsTestCases/build.gradle @@ -22,7 +22,7 @@ dependencies { implementation 'com.google.truth:truth:1.1.3' implementation 'joda-time:joda-time:2.10.14' api 'net.jcip:jcip-annotations:1.0' - implementation 'org.springframework:spring-core:5.3.18' + implementation 'org.springframework:spring-core:5.3.19' compileOnly 'javax.annotation:javax.annotation-api:1.3.2' implementation 'org.checkerframework:checker-qual:3.21.4'