From 6ec11eea45b5e97147350e4fa62a8a7bf758c04a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 Oct 2021 10:33:04 +0000 Subject: [PATCH] Update dependency io.sentry:sentry-logback to v5.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 52d7e076..e3e81c4d 100644 --- a/build.sbt +++ b/build.sbt @@ -74,7 +74,7 @@ lazy val psforeverSettings = Seq( "joda-time" % "joda-time" % "2.10.12", "commons-io" % "commons-io" % "2.11.0", "com.github.scopt" %% "scopt" % "4.0.1", - "io.sentry" % "sentry-logback" % "5.2.1", + "io.sentry" % "sentry-logback" % "5.3.0", "io.circe" %% "circe-core" % "0.14.1", "io.circe" %% "circe-generic" % "0.14.1", "io.circe" %% "circe-parser" % "0.14.1",