From 358a40d79fc949ff5cac116e09dd917652130700 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 28 Aug 2026 05:47:41 +0000 Subject: [PATCH] chore: update scripts/update-sentry-sdk.sh to 8.54.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 299f8c5..84cfe12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,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.54.0 ([#279](https://github.com/getsentry/sentry-maven-plugin/pull/279)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8540) + - [diff](https://github.com/getsentry/sentry-java/compare/8.34.1...8.54.0) + ## 0.11.0 ### Features diff --git a/src/main/resources/sentry-sdk.properties b/src/main/resources/sentry-sdk.properties index a0f2825..df116c3 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.54.0