Update typesafe:config to 1.4.5 (#2191)

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
scala-steward-asf[bot] 2025-09-11 17:10:16 +08:00 committed by GitHub
parent 4ef6400f6a
commit 4405e736c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ object Dependencies {
object Compile {
// Compile
val config = "com.typesafe" % "config" % "1.4.4"
val config = "com.typesafe" % "config" % "1.4.5"
val `netty-transport` = "io.netty" % "netty-transport" % nettyVersion
val `netty-handler` = "io.netty" % "netty-handler" % nettyVersion