Skip to content

Commit 10830ac

Browse files
Bump org.springframework:spring-web from 6.2.12 to 7.0.1
Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.12 to 7.0.1. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.12...v7.0.1) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6febd3c commit 10830ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@ dependencies {
221221

222222
implementation group: 'commons-io', name: 'commons-io', version:'2.21.0'
223223

224-
implementation group: 'org.springframework', name: 'spring-web', version:'6.2.12'
225-
implementation group: 'org.springframework', name: 'spring-beans', version:'6.2.12'
226-
implementation group: 'org.springframework', name: 'spring-core', version:'6.2.12'
224+
implementation group: 'org.springframework', name: 'spring-web', version:'7.0.1'
225+
implementation group: 'org.springframework', name: 'spring-beans', version:'7.0.1'
226+
implementation group: 'org.springframework', name: 'spring-core', version:'7.0.1'
227227
implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.20.0'
228228
implementation group: 'xalan', name: 'serializer', version: '2.7.3'
229229
implementation('org.apache.xmlgraphics:fop:2.11')

0 commit comments

Comments
 (0)