From c5111958a18c6400d18fe86a2fae13d397972469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 12:50:50 +0000 Subject: [PATCH] chore(deps): Bump io.sentry.jvm.gradle in /restaurant Bumps [io.sentry.jvm.gradle](https://github.com/getsentry/sentry-android-gradle-plugin) from 4.4.1 to 4.10.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.4.1...4.10.0) --- updated-dependencies: - dependency-name: io.sentry.jvm.gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- restaurant/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restaurant/build.gradle.kts b/restaurant/build.gradle.kts index 1130d36a..62bd2de2 100644 --- a/restaurant/build.gradle.kts +++ b/restaurant/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("org.jetbrains.kotlin.jvm") version "1.9.23" id("org.jetbrains.kotlin.plugin.spring") version "1.9.23" id("io.gitlab.arturbosch.detekt") version "1.23.6" - id("io.sentry.jvm.gradle") version "4.4.1" + id("io.sentry.jvm.gradle") version "4.10.0" } group = "me.rasztabiga.thesis"