Update typesafe:config to 1.4.4 (#3796)

This commit is contained in:
scala-steward-bot
2025-07-13 08:52:18 +09:00
committed by GitHub
parent 00258e9125
commit 01d18bb5c3

View File

@@ -49,7 +49,7 @@ libraryDependencies ++= Seq(
"org.postgresql" % "postgresql" % "42.7.7",
"ch.qos.logback" % "logback-classic" % "1.5.18",
"com.zaxxer" % "HikariCP" % "6.3.0" exclude ("org.slf4j", "slf4j-api"),
"com.typesafe" % "config" % "1.4.3",
"com.typesafe" % "config" % "1.4.4",
"fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.1.0",
"io.github.java-diff-utils" % "java-diff-utils" % "4.16",
"org.cache2k" % "cache2k-all" % "1.6.0.Final",