Skip to content

Commit 72e323c

Browse files
chore(deps): Update dependency org.apache.logging.log4j:log4j-core to v2.25.2 (#1764)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 25ffe40 commit 72e323c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ val `docker-controller-scala-elasticsearch` = (project in file("docker-controlle
254254
"org.elasticsearch.client" % "elasticsearch-rest-client" % "9.1.4" % Test,
255255
"com.fasterxml.jackson.core" % "jackson-databind" % "2.20.0" % Test,
256256
"org.apache.logging.log4j" % "log4j-api" % "2.25.1" % Test,
257-
"org.apache.logging.log4j" % "log4j-core" % "2.25.1" % Test
257+
"org.apache.logging.log4j" % "log4j-core" % "2.25.2" % Test
258258
)
259259
).dependsOn(`docker-controller-scala-core`, `docker-controller-scala-scalatest` % Test)
260260

0 commit comments

Comments
 (0)