Skip to content

Commit ba092ff

Browse files
committed
Merge pull request #1829 from lcian
* pr/1829: Update Sentry compatibility range to support Spring Boot 3.5.x Closes gh-1829
2 parents 3897aec + ceeb633 commit ba092ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

start-site/src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ initializr:
6464
artifactId: sentry-bom
6565
versionProperty: sentry.version
6666
mappings:
67-
- compatibilityRange: "[3.3.0,3.5.0-M1)"
67+
- compatibilityRange: "[3.3.0,3.6.0-M1)"
6868
version: 8.13.2
6969
solace-spring-boot:
7070
groupId: com.solace.spring.boot
@@ -974,7 +974,7 @@ initializr:
974974
id: sentry
975975
bom: sentry
976976
description: Application performance monitoring and error tracking that help software teams see clearer, solve quicker, and learn continuously.
977-
compatibilityRange: "[3.3.0,3.5.0-M1)"
977+
compatibilityRange: "[3.3.0,3.6.0-M1)"
978978
groupId: io.sentry
979979
artifactId: sentry-spring-boot-starter-jakarta
980980
links:

0 commit comments

Comments
 (0)