Update typesafe:config to 1.4.2

This commit is contained in:
Scala Steward
2022-02-02 11:38:51 +00:00
committed by kenji yoshida
parent 68a99ada0b
commit bf9cb26164

View File

@@ -50,7 +50,7 @@ libraryDependencies ++= Seq(
"org.postgresql" % "postgresql" % "42.3.2",
"ch.qos.logback" % "logback-classic" % "1.2.10",
"com.zaxxer" % "HikariCP" % "4.0.3" exclude ("org.slf4j", "slf4j-api"),
"com.typesafe" % "config" % "1.4.1",
"com.typesafe" % "config" % "1.4.2",
"fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.1.0",
"io.github.java-diff-utils" % "java-diff-utils" % "4.11",
"org.cache2k" % "cache2k-all" % "1.6.0.Final",