From f6f326be7abc8b0c25516aa3319a0689afad42ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 13:26:14 +0000 Subject: [PATCH] Update dependency org.log4s:log4s to v1.10.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 448c34006..54d839157 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ val Specs2Version = "4.20.2" val cogniteSdkVersion = "2.7.757" val prometheusVersion = "0.16.0" -val log4sVersion = "1.8.2" +val log4sVersion = "1.10.0" sonatypeProfileName := "com.cognite" // default is same as organization and leads to 404 on sonatypeReleaseAll