From 20f24e52f70ece76530b211a0311fb90a83474c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 16:33:43 +0530 Subject: [PATCH] Bump springVersion from 6.0.13 to 6.1.0 (#60) Bumps `springVersion` from 6.0.13 to 6.1.0. Updates `org.springframework:spring-context` from 6.0.13 to 6.1.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.13...v6.1.0) Updates `org.springframework:spring-test` from 6.0.13 to 6.1.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.13...v6.1.0) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework:spring-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 7998aed..afcd969 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -29,7 +29,7 @@ repositories { ext { jacksonVersion = "2.16.0" slf4jVersion = "2.0.9" - springVersion = "6.0.13" + springVersion = "6.1.0" } dependencies {