Skip to content

Commit

Permalink
chore: bump Spring Boot from 2.7.5 to 2.7.18
Browse files Browse the repository at this point in the history
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
  • Loading branch information
codespearhead committed Jun 18, 2024
1 parent 2e90ac7 commit 01703f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
- Remove profiling timeout logic and disable profiling on API 21 ([#3478](https://github.com/getsentry/sentry-java/pull/3478))
- Properly reset metric flush flag on metric emission ([#3493](https://github.com/getsentry/sentry-java/pull/3493))

### Dependencies

- Bump Spring Boot from 2.7.5 to 2.7.18

## 7.10.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Config {
val kotlinVersion = "1.8.0"
val kotlinStdLib = "stdlib-jdk8"

val springBootVersion = "2.7.5"
val springBootVersion = "2.7.18"
val springBoot3Version = "3.2.0"
val kotlinCompatibleLanguageVersion = "1.4"

Expand Down

0 comments on commit 01703f1

Please sign in to comment.