From 00b9440f850fe4438497c268cb0033f83661c807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 22:19:41 -0400 Subject: [PATCH] build(deps): bump springFramework from 6.1.6 to 6.1.7 (#2086) Bumps `springFramework` from 6.1.6 to 6.1.7. Updates `org.springframework:spring-jdbc` from 6.1.6 to 6.1.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.6...v6.1.7) Updates `org.springframework:spring-context` from 6.1.6 to 6.1.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.6...v6.1.7) Updates `org.springframework:spring-test` from 6.1.6 to 6.1.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.6...v6.1.7) --- updated-dependencies: - dependency-name: org.springframework:spring-jdbc dependency-type: direct:production update-type: version-update:semver-patch - 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> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9a86ccf623..4d4ad86f8f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ postgreNG = "0.8.9" sqlLite3 = "3.45.2.0" sqlserver = "9.4.1.jre8" -springFramework = "6.1.6" +springFramework = "6.1.7" springBoot = "3.2.5" spring-security-crypto = "6.2.1"