Skip to content

Commit

Permalink
chore: bump Spring Boot Jakarta from 3.2.0 to 3.3.0
Browse files Browse the repository at this point in the history
Package sentry-spring-boot-starter-jakarta is currently listed as incompatible with 3.3.0, which was released on May 23, 2024, according to Spring Initializr [1].

[1] https://start.spring.io/
  • Loading branch information
codespearhead committed Jun 14, 2024
1 parent 051ce9b commit 4be70d4
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 @@ -6,6 +6,10 @@

- Remove profiling timeout logic and disable profiling on API 21 ([#3478](https://github.com/getsentry/sentry-java/pull/3478))

### Dependencies

- Bump Spring Boot Jakarta from 3.2.0 to 3.3.0

## 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 @@ -7,7 +7,7 @@ object Config {
val kotlinStdLib = "stdlib-jdk8"

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

val composeVersion = "1.5.3"
Expand Down

0 comments on commit 4be70d4

Please sign in to comment.