Skip to content

Commit c90cc34

Browse files
chore(deps): Update dependency com.fasterxml.jackson.core:jackson-databind to v2.20.1
1 parent 8983c85 commit c90cc34

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
@@ -252,7 +252,7 @@ val `docker-controller-scala-elasticsearch` = (project in file("docker-controlle
252252
logback.classic % Test,
253253
"co.elastic.clients" % "elasticsearch-java" % "9.1.4" % Test,
254254
"org.elasticsearch.client" % "elasticsearch-rest-client" % "9.2.0" % Test,
255-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.20.0" % Test,
255+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.20.1" % Test,
256256
"org.apache.logging.log4j" % "log4j-api" % "2.25.2" % Test,
257257
"org.apache.logging.log4j" % "log4j-core" % "2.25.2" % Test
258258
)

0 commit comments

Comments
 (0)