From 600346b9094fd4c64b225d58c21297f94fa164bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:28:34 +0000 Subject: [PATCH] build(deps): bump spring from 5.3.31 to 6.2.1 Bumps `spring` from 5.3.31 to 6.2.1. Updates `org.springframework:spring-beans` from 5.3.31 to 6.2.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.2.1) Updates `org.springframework:spring-core` from 5.3.31 to 6.2.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.2.1) Updates `org.springframework:spring-context` from 5.3.31 to 6.2.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.2.1) Updates `org.springframework:spring-tx` from 5.3.31 to 6.2.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.2.1) Updates `org.springframework:spring-web` from 5.3.31 to 6.2.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.2.1) --- updated-dependencies: - dependency-name: org.springframework:spring-beans dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-tx dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 6b0574bb..5c845d1f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ rxjava2 = '2.2.21' sitemesh = '2.4.4' slf4j = '1.7.36' spock = '2.3-groovy-3.0' -spring = '5.3.31' +spring = '6.2.1' [libraries] bytebuddy = { module = 'net.bytebuddy:byte-buddy', version.ref = 'bytebuddy' }