Skip to content

Commit 885ae26

Browse files
committed
Update Gradle to 6.8
1 parent 4a9ac61 commit 885ae26

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ test {
130130
}
131131

132132
wrapper {
133-
gradleVersion = "6.7.1"
133+
gradleVersion = "6.8"
134134
distributionType = Wrapper.DistributionType.ALL
135135
}
136136

gradle.lockfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ org.apache.commons:commons-compress:1.20=jmh,jmhCompileClasspath,jmhRuntimeClass
1111
org.apache.commons:commons-math3:3.2=jmh,jmhCompileClasspath,jmhRuntimeClasspath
1212
org.apiguardian:apiguardian-api:1.1.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
1313
org.assertj:assertj-core:3.18.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
14-
org.jacoco:org.jacoco.agent:0.8.5=jacocoAgent,jacocoAnt
15-
org.jacoco:org.jacoco.ant:0.8.5=jacocoAnt
16-
org.jacoco:org.jacoco.core:0.8.5=jacocoAnt
17-
org.jacoco:org.jacoco.report:0.8.5=jacocoAnt
14+
org.jacoco:org.jacoco.agent:0.8.6=jacocoAgent,jacocoAnt
15+
org.jacoco:org.jacoco.ant:0.8.6=jacocoAnt
16+
org.jacoco:org.jacoco.core:0.8.6=jacocoAnt
17+
org.jacoco:org.jacoco.report:0.8.6=jacocoAnt
1818
org.junit.jupiter:junit-jupiter-api:5.7.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
1919
org.junit.jupiter:junit-jupiter-engine:5.7.0=jmhRuntimeClasspath,testRuntimeClasspath
2020
org.junit.jupiter:junit-jupiter-params:5.7.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -29,10 +29,10 @@ org.openjdk.jmh:jmh-generator-asm:1.25=jmh,jmhCompileClasspath,jmhRuntimeClasspa
2929
org.openjdk.jmh:jmh-generator-bytecode:1.25=jmh,jmhCompileClasspath,jmhRuntimeClasspath
3030
org.openjdk.jmh:jmh-generator-reflection:1.25=jmh,jmhCompileClasspath,jmhRuntimeClasspath
3131
org.opentest4j:opentest4j:1.2.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
32-
org.ow2.asm:asm-analysis:7.2=jacocoAnt
33-
org.ow2.asm:asm-commons:7.2=jacocoAnt
34-
org.ow2.asm:asm-tree:7.2=jacocoAnt
32+
org.ow2.asm:asm-analysis:8.0.1=jacocoAnt
33+
org.ow2.asm:asm-commons:8.0.1=jacocoAnt
34+
org.ow2.asm:asm-tree:8.0.1=jacocoAnt
3535
org.ow2.asm:asm:5.0.3=jmh,jmhCompileClasspath,jmhRuntimeClasspath
36-
org.ow2.asm:asm:7.2=jacocoAnt
36+
org.ow2.asm:asm:8.0.1=jacocoAnt
3737
org.slf4j:slf4j-api:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
3838
empty=annotationProcessor,compileClasspath,jmhAnnotationProcessor,runtimeClasspath,signatures,testAnnotationProcessor
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.7.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)