Skip to content

Commit c4c33c3

Browse files
chore: bump Spring Boot from 2.7.5 to 2.7.18 (#3496)
* chore: bump Spring Boot from 2.7.5 to 2.7.18 This update patches at least 13 vulnerabilities according to Maven Central [1]. Additionally, this is the final open-source, vendor-supported version in the Spring Boot 2 release line. [1] https://mvnrepository.com/artifact/org.springframework.boot/spring-boot [2] https://spring.io/blog/2023/11/23/spring-boot-2-7-18-available-now#end-of-open-source-support-for-spring-boot-2x * fix changelog * add link to changelog entry --------- Co-authored-by: Alexander Dinauer <adinauer@users.noreply.github.com> Co-authored-by: Alexander Dinauer <alexander.dinauer@sentry.io>
1 parent 2521792 commit c4c33c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- Bump Native SDK from v0.8.1 to v0.8.2 ([#4267](https://github.com/getsentry/sentry-java/pull/4267))
1717
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#082)
1818
- [diff](https://github.com/getsentry/sentry-native/compare/0.8.1...0.8.2)
19+
- Bump Spring Boot from 2.7.5 to 2.7.18 ([#3496](https://github.com/getsentry/sentry-java/pull/3496))
1920

2021
## 8.5.0
2122

buildSrc/src/main/java/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Config {
66
val kotlinVersion = "1.9.24"
77
val kotlinStdLib = "stdlib-jdk8"
88

9-
val springBootVersion = "2.7.5"
9+
val springBootVersion = "2.7.18"
1010
val springBoot3Version = "3.4.2"
1111
val kotlinCompatibleLanguageVersion = "1.6"
1212

0 commit comments

Comments
 (0)