Skip to content

Commit 7d33a62

Browse files
authoredMar 15, 2024
Bump org.springframework:spring-beans from 6.1.4 to 6.1.5
Bumps [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) from 6.1.4 to 6.1.5. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.4...v6.1.5) --- updated-dependencies: - dependency-name: org.springframework:spring-beans dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0ef4ce commit 7d33a62

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
@@ -225,7 +225,7 @@ dependencies {
225225
implementation group: 'commons-io', name: 'commons-io', version:'2.15.1'
226226

227227
implementation group: 'org.springframework', name: 'spring-web', version:'6.1.4'
228-
implementation group: 'org.springframework', name: 'spring-beans', version:'6.1.4'
228+
implementation group: 'org.springframework', name: 'spring-beans', version:'6.1.5'
229229
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'

0 commit comments

Comments
 (0)
Please sign in to comment.