From 72e9d89a03983436efc1178a508f6b764be6757b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 11:37:47 +0000 Subject: [PATCH] fix(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 699fbe2..acb8088 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4") - implementation("io.sentry:sentry-spring-boot-starter:4.3.0") + implementation("io.sentry:sentry-spring-boot-starter:6.33.1") implementation("org.unix4j:unix4j-command:0.6")