File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ val `docker-controller-scala-elasticsearch` = (project in file("docker-controlle
233233 logback.classic % Test ,
234234 elasticsearch.restHighLevelClient % Test ,
235235 " co.elastic.clients" % " elasticsearch-java" % " 7.17.29" % Test ,
236- " com.fasterxml.jackson.core" % " jackson-databind" % " 2.17.2 " % Test ,
236+ " com.fasterxml.jackson.core" % " jackson-databind" % " 2.20.0 " % Test ,
237237 " org.apache.logging.log4j" % " log4j-api" % " 2.25.1" % Test ,
238238 " org.apache.logging.log4j" % " log4j-core" % " 2.25.1" % Test
239239 )
Original file line number Diff line number Diff line change @@ -112,6 +112,6 @@ object Dependencies {
112112 }
113113
114114 object fasterxml {
115- val jacksonModuleScala = " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.17.2 "
115+ val jacksonModuleScala = " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.20.0 "
116116 }
117117}
You can’t perform that action at this time.
0 commit comments