File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import java.security.MessageDigest
2121plugins  {
2222 id ' java-library' 
2323 id ' com.github.johnrengelman.shadow' ' 7.1.2' false 
24-  id " com.github.ben-manes.versions" " 0.43 .0" 
24+  id " com.github.ben-manes.versions" " 0.44 .0" 
2525}
2626
2727defaultTasks ' clean' ' build' 
@@ -44,9 +44,9 @@ def toolchainLauncher = javaToolchains.launcherFor {
4444
4545def  checkstyleVersion =  ' 9.3' 
4646def  hamcrestVersion =  ' 2.2' 
47- def  mockitoVersion =  ' 4.8.1 ' 
47+ def  mockitoVersion =  ' 4.9.0 ' 
4848def  junitVersion =  ' 5.9.1' 
49- def  jmhVersion =  ' 1.35 ' 
49+ def  jmhVersion =  ' 1.36 ' 
5050def  agronaVersion =  ' 1.17.1' 
5151def  agronaVersionRange =  ' [1.17.1,2.0[' //  allow any release >= 1.17.1 and < 2.0.0
5252
                         You can’t perform that action at this time. 
           
                  
0 commit comments