Skip to content

Commit 565eec6

Browse files
committed
Update Gradle: 8.9 → 8.10.1
1 parent 49ffc76 commit 565eec6

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jacocoTestReport {
4545
}
4646

4747
wrapper {
48-
gradleVersion = "8.9"
48+
gradleVersion = "8.10.1"
4949
distributionType = Wrapper.DistributionType.ALL
5050
}
5151

gradle.lockfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ org.apache.sshd:sshd-common:2.13.2=testCompileClasspath,testRuntimeClasspath
1212
org.apache.sshd:sshd-core:2.13.2=testCompileClasspath,testRuntimeClasspath
1313
org.bouncycastle:bcprov-jdk15on:1.70=testRuntimeClasspath
1414
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
15-
org.jacoco:org.jacoco.agent:0.8.11=jacocoAgent,jacocoAnt
16-
org.jacoco:org.jacoco.ant:0.8.11=jacocoAnt
17-
org.jacoco:org.jacoco.core:0.8.11=jacocoAnt
18-
org.jacoco:org.jacoco.report:0.8.11=jacocoAnt
15+
org.jacoco:org.jacoco.agent:0.8.12=jacocoAgent,jacocoAnt
16+
org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt
17+
org.jacoco:org.jacoco.core:0.8.12=jacocoAnt
18+
org.jacoco:org.jacoco.report:0.8.12=jacocoAnt
1919
org.mockito:mockito-core:5.13.0=testCompileClasspath,testRuntimeClasspath
2020
org.objenesis:objenesis:3.3=testRuntimeClasspath
21-
org.ow2.asm:asm-commons:9.6=jacocoAnt
22-
org.ow2.asm:asm-tree:9.6=jacocoAnt
23-
org.ow2.asm:asm:9.6=jacocoAnt
21+
org.ow2.asm:asm-commons:9.7=jacocoAnt
22+
org.ow2.asm:asm-tree:9.7=jacocoAnt
23+
org.ow2.asm:asm:9.7=jacocoAnt
2424
org.slf4j:jcl-over-slf4j:1.7.32=testCompileClasspath
2525
org.slf4j:jcl-over-slf4j:2.0.16=testRuntimeClasspath
2626
org.slf4j:slf4j-api:2.0.16=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

gradle/wrapper/gradle-wrapper.jar

79 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)