Skip to content

Commit 5104e9d

Browse files
authored
Merge branch 'main' into markushi/chore/extend-sdk-init-tests
2 parents dc89663 + 604f1f4 commit 5104e9d

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 8.13.2
4+
5+
### Fixes
6+
7+
- Don't apply Spring Boot plugin in `sentry-spring-boot-jakarta` ([#4456](https://github.com/getsentry/sentry-java/pull/4456))
8+
- The jar for `io.sentry:sentry-spring-boot-jakarta` is now correctly being built and published to Maven Central.
9+
310
## 8.13.1
411

512
### Fixes

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ org.gradle.workers.max=2
1414
android.useAndroidX=true
1515

1616
# Release information
17-
versionName=8.13.1
17+
versionName=8.13.2
1818

1919
# Override the SDK name on native crashes on Android
2020
sentryAndroidSdkName=sentry.native.android

sentry-spring-boot-jakarta/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
alias(libs.plugins.errorprone)
1010
alias(libs.plugins.gradle.versions)
1111
alias(libs.plugins.buildconfig)
12-
alias(libs.plugins.spring.boot.three)
12+
alias(libs.plugins.spring.boot.three) apply false
1313
}
1414

1515
configure<JavaPluginExtension> {

0 commit comments

Comments
 (0)