Skip to content

Commit c0d8cf0

Browse files
authoredFeb 17, 2024··
Bump org.springframework:spring-core from 6.1.3 to 6.1.4 (#7060)
Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 6.1.3 to 6.1.4. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.3...v6.1.4) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 327581e commit c0d8cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ dependencies {
226226

227227
implementation group: 'org.springframework', name: 'spring-web', version:'6.1.3'
228228
implementation group: 'org.springframework', name: 'spring-beans', version:'6.1.3'
229-
implementation group: 'org.springframework', name: 'spring-core', version:'6.1.3'
229+
implementation group: 'org.springframework', name: 'spring-core', version:'6.1.4'
230230
implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.14.0'
231231
implementation group: 'xalan', name: 'serializer', version: '2.7.3'
232232
implementation('org.apache.xmlgraphics:fop:2.9')

0 commit comments

Comments
 (0)
Please sign in to comment.