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