From 13fef8e44c0ca2256e9dc829a2da860fbe02d750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 16:32:17 +0000 Subject: [PATCH] build(deps): bump spring from 5.3.31 to 6.1.10 Bumps `spring` from 5.3.31 to 6.1.10. Updates `org.springframework:spring-beans` from 5.3.31 to 6.1.10 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.10) Updates `org.springframework:spring-core` from 5.3.31 to 6.1.10 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.10) Updates `org.springframework:spring-context` from 5.3.31 to 6.1.10 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.10) Updates `org.springframework:spring-tx` from 5.3.31 to 6.1.10 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.10) Updates `org.springframework:spring-web` from 5.3.31 to 6.1.10 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.10) --- 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..edc6e8c4 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.1.10' [libraries] bytebuddy = { module = 'net.bytebuddy:byte-buddy', version.ref = 'bytebuddy' }