From 28dadef1186aecd993865ba876521a79613086df Mon Sep 17 00:00:00 2001 From: "gitbucket-bot[bot]" <256891351+gitbucket-bot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 17:57:18 +0000 Subject: [PATCH] Update typesafe:config to 1.4.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 668e7be04..72f70b1db 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ libraryDependencies ++= Seq( "org.postgresql" % "postgresql" % "42.7.10", "ch.qos.logback" % "logback-classic" % "1.5.32", "com.zaxxer" % "HikariCP" % "7.0.2" exclude ("org.slf4j", "slf4j-api"), - "com.typesafe" % "config" % "1.4.5", + "com.typesafe" % "config" % "1.4.6", "fr.brouillard.oss.security.xhub" % "xhub4j-core" % "1.1.0", "io.github.java-diff-utils" % "java-diff-utils" % "4.16", "org.cache2k" % "cache2k-api" % "2.6.1.Final",