From 6c71d1d5ff3dba458640db1a2b3c4aa10c3b4c98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 14:02:27 +0000 Subject: [PATCH] deps: update dependency io.sentry:sentry-spring-boot-starter to v6 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0ca57f94..47608797 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3") - implementation("io.sentry:sentry-spring-boot-starter:4.3.0") + implementation("io.sentry:sentry-spring-boot-starter:6.18.0") implementation("org.unix4j:unix4j-command:0.6")