From c5a6ffbee7c6865cba9ab15dd6191b9b84d6b0c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 23:21:04 +0000 Subject: [PATCH] Bump io.sentry:sentry from 7.20.0 to 7.20.1 Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 7.20.0 to 7.20.1. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/7.20.1/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/7.20.0...7.20.1) --- updated-dependencies: - dependency-name: io.sentry:sentry dependency-type: direct:production update-type: version-update:semver-patch ... 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 0c9bb6443..da99ed3fa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { implementation("org.apache.commons:commons-text:1.13.0") implementation("org.apache.commons:commons-lang3:3.17.0") - implementation("io.sentry:sentry:7.20.0") + implementation("io.sentry:sentry:7.20.1") // when updating the versions here, also update them in AsciiDocDownloaderUtil for dynamic download testImplementation("org.asciidoctor:asciidoctorj-diagram:2.3.1")