Skip to content

Commit 96a41cd

Browse files
authored
Update some transitive deps: log4j, freemarker, ant, snakeyaml (#3781)
Pull request: #3781
1 parent 0244777 commit 96a41cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.mill

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ object Deps {
149149

150150
val junitInterface = ivy"com.github.sbt:junit-interface:0.13.3"
151151
val commonsIO = ivy"commons-io:commons-io:2.16.1"
152-
val log4j2Core = ivy"org.apache.logging.log4j:log4j-core:2.23.1"
152+
val log4j2Core = ivy"org.apache.logging.log4j:log4j-core:2.24.1"
153153
val osLib = ivy"com.lihaoyi::os-lib:0.11.2"
154154
val pprint = ivy"com.lihaoyi::pprint:0.9.0"
155155
val mainargs = ivy"com.lihaoyi::mainargs:0.7.6"
@@ -199,7 +199,7 @@ object Deps {
199199
val dokkaBase = ivy"org.jetbrains.dokka:dokka-base:$dokkaVersion"
200200
val dokkaCli = ivy"org.jetbrains.dokka:dokka-cli:$dokkaVersion"
201201
val errorProneCore = ivy"com.google.errorprone:error_prone_core:2.31.0"
202-
val freemarker = ivy"org.freemarker:freemarker:2.3.31"
202+
val freemarker = ivy"org.freemarker:freemarker:2.3.33"
203203
val jupiterInterface = ivy"com.github.sbt.junit:jupiter-interface:0.11.4"
204204
val kotlinxHtmlJvm = ivy"org.jetbrains.kotlinx:kotlinx-html-jvm:0.8.0"
205205
val koverCli = ivy"org.jetbrains.kotlinx:kover-cli:$koverVersion"
@@ -225,12 +225,12 @@ object Deps {
225225

226226
/** Used to manage transitive versions. */
227227
val transitiveDeps = Seq(
228-
ivy"org.apache.ant:ant:1.10.14",
228+
ivy"org.apache.ant:ant:1.10.15",
229229
ivy"commons-io:commons-io:2.16.1",
230230
ivy"com.google.code.gson:gson:2.11.0",
231231
ivy"com.google.protobuf:protobuf-java:4.28.2",
232232
ivy"com.google.guava:guava:33.3.0-jre",
233-
ivy"org.yaml:snakeyaml:2.2",
233+
ivy"org.yaml:snakeyaml:2.3",
234234
ivy"org.apache.commons:commons-compress:1.26.2"
235235
)
236236

0 commit comments

Comments
 (0)