Skip to content

Commit

Permalink
Bump org.springframework:spring-core from 6.1.13 to 6.1.14
Browse files Browse the repository at this point in the history
Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 6.1.13 to 6.1.14.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.13...v6.1.14)

---
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]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent cd210d5 commit 5c47b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
exclude group: 'ch.qos.logback', module: 'logback-core'
}
implementation('org.springframework.boot:spring-boot-autoconfigure:3.3.4')
implementation('org.springframework:spring-core:6.1.13')
implementation('org.springframework:spring-core:6.1.14')
implementation 'info.picocli:picocli:4.7.6'
implementation "io.ktor:ktor-client-core-jvm:${ktor_version}"
implementation "io.ktor:ktor-network-tls:$ktor_version"
Expand Down

0 comments on commit 5c47b4b

Please sign in to comment.