From f34b5b5f1bd995078d9210aecd76120f29478841 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 6 Aug 2026 04:04:49 +0000 Subject: [PATCH] chore: update scripts/update-sentry-sdk.sh to 8.52.0 --- CHANGELOG.md | 6 ++++++ src/main/resources/sentry-sdk.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ae4ef..cadc711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Use imported Sentry BOM versions for auto-installed dependencies ([#265](https://github.com/getsentry/sentry-maven-plugin/pull/265)) +### Dependencies + +- Bump Sentry SDK from v8.34.1 to v8.52.0 ([#277](https://github.com/getsentry/sentry-maven-plugin/pull/277)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8520) + - [diff](https://github.com/getsentry/sentry-java/compare/8.34.1...8.52.0) + ## 0.11.0 ### Features diff --git a/src/main/resources/sentry-sdk.properties b/src/main/resources/sentry-sdk.properties index a0f2825..a1bfcf8 100644 --- a/src/main/resources/sentry-sdk.properties +++ b/src/main/resources/sentry-sdk.properties @@ -1 +1 @@ -sdk_version = 8.34.1 +sdk_version = 8.52.0