@@ -48,17 +48,16 @@ libraryDependencies ++= Seq(
48
48
" org.asynchttpclient" % " async-http-client" % " 2.12.3" ,
49
49
" org.scala-lang.modules" %% " scala-xml" % " 2.1.0" ,
50
50
" org.scala-lang.modules" %% " scala-java8-compat" % " 1.0.2" ,
51
- " io.dropwizard.metrics" % " metrics-core" % " 4.2.13 " % " optional" ,
51
+ " io.dropwizard.metrics" % " metrics-core" % " 4.2.15 " % " optional" ,
52
52
" org.slf4j" % " slf4j-api" % slf4jVersion,
53
53
" org.slf4j" % " slf4j-simple" % slf4jVersion % " test" ,
54
54
" org.scalatest" %% " scalatest" % " 3.2.14" % " test" ,
55
- " org.scalatestplus" %% " mockito-3-4 " % " 3.2.10 .0" % " test" ,
55
+ " org.scalatestplus" %% " mockito-4-6 " % " 3.2.14 .0" % " test" ,
56
56
" org.scalatestplus" %% " junit-4-13" % " 3.2.14.0" % " test" ,
57
57
" com.github.sbt" % " junit-interface" % " 0.13.3" % Test ,
58
- " org.mockito" % " mockito-core" % " 4.8.1" % " test" ,
59
58
" org.hamcrest" % " hamcrest-library" % " 2.2" % " test" ,
60
59
" org.apache.solr" % " solr-test-framework" % solrVersion % " test" excludeAll(ExclusionRule (organization = " org.apache.logging.log4j" )),
61
- " com.twitter" %% " util-core" % " 22.7 .0" % " optional"
60
+ " com.twitter" %% " util-core" % " 22.12 .0" % " optional"
62
61
)
63
62
64
63
// Fork tests so that SolrRunner's shutdown hook kicks in
0 commit comments