From 8d9953604dd9dafe44f6f1bf51531449338e18c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 15:33:30 +0000 Subject: [PATCH] Bump org.springframework dependency set from 5.2.20.RELEASE to 6.0.4 Bumps `org.springframework` dependency set from 5.2.20.RELEASE to 6.0.4. Updates `org.springframework:spring-aop` from 5.2.20.RELEASE to 6.0.4 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.20.RELEASE...v6.0.4) Updates `org.springframework:spring-beans` from 5.2.20.RELEASE to 6.0.4 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.20.RELEASE...v6.0.4) Updates `org.springframework:spring-context` from 5.2.20.RELEASE to 6.0.4 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.20.RELEASE...v6.0.4) Updates `org.springframework:spring-context-support` from 5.2.20.RELEASE to 6.0.4 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.20.RELEASE...v6.0.4) Updates `org.springframework:spring-core` from 5.2.20.RELEASE to 6.0.4 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.20.RELEASE...v6.0.4) Updates `org.springframework:spring-expression` from 5.2.20.RELEASE to 6.0.4 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.20.RELEASE...v6.0.4) Updates `org.springframework:spring-jcl` from 5.2.20.RELEASE to 6.0.4 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.20.RELEASE...v6.0.4) Updates `org.springframework:spring-web` from 5.2.20.RELEASE to 6.0.4 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.20.RELEASE...v6.0.4) Updates `org.springframework:spring-webmvc` from 5.2.20.RELEASE to 6.0.4 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.20.RELEASE...v6.0.4) Updates `org.springframework:spring-aspects` from 5.2.20.RELEASE to 6.0.4 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.20.RELEASE...v6.0.4) Updates `org.springframework:spring-jdbc` from 5.2.20.RELEASE to 6.0.4 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.20.RELEASE...v6.0.4) Updates `org.springframework:spring-orm` from 5.2.20.RELEASE to 6.0.4 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.20.RELEASE...v6.0.4) Updates `org.springframework:spring-tx` from 5.2.20.RELEASE to 6.0.4 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.20.RELEASE...v6.0.4) --- updated-dependencies: - dependency-name: org.springframework:spring-aop dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-beans 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-context-support 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-expression dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-jcl 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 - dependency-name: org.springframework:spring-webmvc dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-aspects dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-jdbc dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-orm 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 ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fd6240140a..e448012f7a 100644 --- a/build.gradle +++ b/build.gradle @@ -171,7 +171,7 @@ allprojects { dependency group: 'org.glassfish', name: 'jakarta.el', version: '3.0.4' //CVE-2022-22965 - dependencySet(group: 'org.springframework', version: '5.2.20.RELEASE') { + dependencySet(group: 'org.springframework', version: '6.0.4') { entry 'spring-aop' entry 'spring-beans' entry 'spring-context'