Skip to content

Commit 8f7650b

Browse files
committed
[Java] Upgrade to Gradle 6.8.3 and Mockito 3.8.0.
1 parent b404c6b commit 8f7650b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def toolchainLauncher = javaToolchains.launcherFor {
4747

4848
def checkstyleVersion = '8.39'
4949
def hamcrestVersion = '2.2'
50-
def mockitoVersion = '3.7.7'
50+
def mockitoVersion = '3.8.0'
5151
def junitVersion = '5.7.1'
5252
def jmhVersion = '1.27'
5353
def agronaVersion = '1.9.0'
@@ -723,6 +723,6 @@ task testReport(type: TestReport) {
723723
}
724724

725725
wrapper {
726-
gradleVersion = '6.8.2'
726+
gradleVersion = '6.8.3'
727727
distributionType = 'ALL'
728728
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)