From 07721385e9b55a92d218a9d8c510aa2e81dbbda7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:48:09 +0000 Subject: [PATCH] build(deps): bump spring from 5.3.31 to 6.2.0 Bumps `spring` from 5.3.31 to 6.2.0. Updates `org.springframework:spring-beans` from 5.3.31 to 6.2.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.2.0) Updates `org.springframework:spring-core` from 5.3.31 to 6.2.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.2.0) Updates `org.springframework:spring-context` from 5.3.31 to 6.2.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.2.0) Updates `org.springframework:spring-tx` from 5.3.31 to 6.2.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.2.0) Updates `org.springframework:spring-web` from 5.3.31 to 6.2.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.2.0) --- 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..0ac6830b 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.0' [libraries] bytebuddy = { module = 'net.bytebuddy:byte-buddy', version.ref = 'bytebuddy' }