From 0beb2b4eba153504556cefb19d1344fc198b7f98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 17:47:30 +0000 Subject: [PATCH] chore(deps): bump io.sentry:sentry-async-profiler from 8.30.0 to 8.32.0 Bumps [io.sentry:sentry-async-profiler](https://github.com/getsentry/sentry-java) from 8.30.0 to 8.32.0. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/8.30.0...8.32.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-async-profiler dependency-version: 8.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b202e2921..2664f6cf6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ subprojects { implementation("org.reflections:reflections:0.10.2") implementation("org.json:json:20240303") - implementation("io.sentry:sentry-async-profiler:8.30.0") + implementation("io.sentry:sentry-async-profiler:8.32.0") compileOnly("org.projectlombok:lombok:1.18.42")