File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -235,10 +235,10 @@ val `docker-controller-scala-elasticsearch` = (project in file("docker-controlle
235235 scalatest.scalatest % Test ,
236236 logback.classic % Test ,
237237 elasticsearch.restHighLevelClient % Test ,
238- " co.elastic.clients" % " elasticsearch-java" % " 9.1.4" % Test ,
239- " com.fasterxml.jackson.core" % " jackson-databind" % " 2.20.0" % Test ,
240- " org.apache.logging.log4j" % " log4j-api" % " 2.25.1" % Test ,
241- " org.apache.logging.log4j" % " log4j-core" % " 2.25.1" % Test
238+ " co.elastic.clients" % " elasticsearch-java" % " 9.1.4" % Test ,
239+ " com.fasterxml.jackson.core" % " jackson-databind" % " 2.20.0" % Test ,
240+ " org.apache.logging.log4j" % " log4j-api" % " 2.25.1" % Test ,
241+ " org.apache.logging.log4j" % " log4j-core" % " 2.25.1" % Test
242242 )
243243 ).dependsOn(`docker-controller-scala-core`, `docker-controller-scala-scalatest` % Test )
244244
You can’t perform that action at this time.
0 commit comments