Update config to 1.4.1 (#31101)
This commit is contained in:
parent
9b97614b95
commit
c14855fd8b
2 changed files with 1 additions and 2 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue