From ee6d48c7baea68121e3427455a38a36463c1fcc2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 14 Jan 2020 11:32:37 +0100 Subject: [PATCH] Update jul-to-slf4j, log4j-over-slf4j, ... to 1.7.30 (#28398) * Update jul-to-slf4j, log4j-over-slf4j, ... to 1.7.30 * Update jul-to-slf4j, log4j-over-slf4j, ... to 1.7.30 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ac4a45f53b..df7014787c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,7 +15,7 @@ object Dependencies { lazy val java8CompatVersion = settingKey[String]("The version of scala-java8-compat to use.") val junitVersion = "4.13" - val slf4jVersion = "1.7.29" + val slf4jVersion = "1.7.30" // check agrona version when updating this val aeronVersion = "1.24.0" // needs to be inline with the aeron version, check