Skip to content

Commit adc9ace

Browse files
committed
Merge pull request #1991 from adinauer
* pr/1991: Upgrade Sentry to 8.27.0 and add Spring Boot 4 Starter Closes gh-1991
2 parents d0e7a56 + 661891c commit adc9ace

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ initializr:
6464
artifactId: sentry-bom
6565
versionProperty: sentry.version
6666
mappings:
67-
- compatibilityRange: "[3.4.0,4.0.0-M1)"
68-
version: 8.25.0
67+
- compatibilityRange: "[3.4.0,4.1.0-M1)"
68+
version: 8.27.0
6969
solace-spring-boot:
7070
groupId: com.solace.spring.boot
7171
artifactId: solace-spring-boot-bom
@@ -1162,9 +1162,12 @@ initializr:
11621162
id: sentry
11631163
bom: sentry
11641164
description: Application performance monitoring and error tracking that help software teams see clearer, solve quicker, and learn continuously.
1165-
compatibilityRange: "[3.4.0,4.0.0-M1)"
1165+
compatibilityRange: "[3.4.0,4.1.0-M1)"
11661166
groupId: io.sentry
1167-
artifactId: sentry-spring-boot-starter-jakarta
1167+
artifactId: sentry-spring-boot-4-starter
1168+
mappings:
1169+
- compatibilityRange: "[3.4.0,4.0.0-M1)"
1170+
artifactId: sentry-spring-boot-starter-jakarta
11681171
links:
11691172
- rel: guide
11701173
href: https://docs.sentry.io/platforms/java/guides/spring-boot/

0 commit comments

Comments
 (0)