Update config to 1.4.1 (#31101)

This commit is contained in:
Arnout Engelen 2022-02-01 17:21:30 +01:00 committed by GitHub
parent 9b97614b95
commit c14855fd8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -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" }

View file

@ -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