From bde4f7f45011c02c8cb3851be2da64daba520a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 23:49:36 +0530 Subject: [PATCH] Bump springVersion from 6.1.2 to 6.1.3 (#66) Bumps `springVersion` from 6.1.2 to 6.1.3. Updates `org.springframework:spring-context` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.2...v6.1.3) Updates `org.springframework:spring-test` from 6.1.2 to 6.1.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.2...v6.1.3) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-test dependency-type: direct:production update-type: version-update:semver-patch ... 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 0b4334d..94224f2 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -29,7 +29,7 @@ repositories { ext { jacksonVersion = "2.16.1" slf4jVersion = "2.0.11" - springVersion = "6.1.2" + springVersion = "6.1.3" } dependencies {