From c14855fd8bc6f2d91e93d815904a5ea37994bd50 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 1 Feb 2022 17:21:30 +0100 Subject: [PATCH] Update config to 1.4.1 (#31101) --- .scala-steward.conf | 1 - project/Dependencies.scala | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index 2f5e008bf0..3070aaa00c 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -18,7 +18,6 @@ updates.ignore = [ { groupId = "com.fasterxml.jackson.dataformat", artifactId = "jackson-dataformat-cbor" } { groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jsr310" } { groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jdk8" } - { groupId = "com.typesafe", artifactId = "config" } { groupId = "com.typesafe", artifactId = "ssl-config-core" } { groupId = "com.typesafe.sbt", artifactId = "sbt-osgi" } { groupId = "org.agrona", artifactId = "agrona" } diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f47c7407a7..89dd75aa69 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -68,7 +68,7 @@ object Dependencies { object Compile { // Compile - val config = "com.typesafe" % "config" % "1.4.0" // ApacheV2 + val config = "com.typesafe" % "config" % "1.4.1" // ApacheV2 val netty = "io.netty" % "netty" % nettyVersion // ApacheV2 val scalaReflect = ScalaVersionDependentModuleID.versioned("org.scala-lang" % "scala-reflect" % _) // Scala License