From e0728e2e91d229a00c6ca48dc10b2a7847d5bbc9 Mon Sep 17 00:00:00 2001 From: RenkuBot <53332360+RenkuBot@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:55:09 +0100 Subject: [PATCH] chore: Update sentry-logback from 7.18.0 to 7.18.1 (#1988) Co-authored-by: RenkuBot --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 6db3b47a1..6335569bf 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -35,7 +35,7 @@ object Dependencies { val scalamock = "6.0.0" val scalatest = "3.2.19" val scalatestScalacheck = "3.2.14.0" - val sentryLogback = "7.18.0" + val sentryLogback = "7.18.1" val skunk = "0.6.4" val swaggerParser = "2.1.24" val widoco = "1.4.25"