File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def toolchainLauncher = javaToolchains.launcherFor {
4747
4848def checkstyleVersion = ' 8.39'
4949def hamcrestVersion = ' 2.2'
50- def mockitoVersion = ' 3.7.7 '
50+ def mockitoVersion = ' 3.8.0 '
5151def junitVersion = ' 5.7.1'
5252def jmhVersion = ' 1.27'
5353def agronaVersion = ' 1.9.0'
@@ -723,6 +723,6 @@ task testReport(type: TestReport) {
723723}
724724
725725wrapper {
726- gradleVersion = ' 6.8.2 '
726+ gradleVersion = ' 6.8.3 '
727727 distributionType = ' ALL'
728728}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.2 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.3 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments