From 59e3bc864865d76c28e878f0f47d9db3cadeaf91 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 12 Jul 2021 16:19:42 +0200 Subject: [PATCH] Update jul-to-slf4j, log4j-over-slf4j, ... to 1.7.31 (#30383) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 464a8732bd..abaf120680 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,7 +15,7 @@ object Dependencies { .withRank(KeyRanks.Invisible) // avoid 'unused key' warning val junitVersion = "4.13.2" - val slf4jVersion = "1.7.30" + val slf4jVersion = "1.7.31" // check agrona version when updating this val aeronVersion = "1.32.0" // needs to be inline with the aeron version, check