From 08dec996f4ee9088004af88024fabb5d4d7f703e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 23:13:30 +0000 Subject: [PATCH] Bump io.sentry.jvm.gradle from 4.7.1 to 4.11.0 Bumps [io.sentry.jvm.gradle](https://github.com/getsentry/sentry-android-gradle-plugin) from 4.7.1 to 4.11.0. - [Release notes](https://github.com/getsentry/sentry-android-gradle-plugin/releases) - [Changelog](https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-android-gradle-plugin/compare/4.7.1...4.11.0) --- updated-dependencies: - dependency-name: io.sentry.jvm.gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5ca1677a..d62a8974 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'io.spring.dependency-management' version '1.1.5' id 'java' id 'com.adarshr.test-logger' version '4.0.0' - id "io.sentry.jvm.gradle" version "4.7.1" + id "io.sentry.jvm.gradle" version "4.11.0" } configurations {