Skip to content

Commit 6890842

Browse files
committed
Update Gradle: 8.9 → 8.10
1 parent 606d2f2 commit 6890842

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dependencyLocking {
8181
}
8282

8383
wrapper {
84-
gradleVersion = "8.9"
84+
gradleVersion = "8.10"
8585
distributionType = Wrapper.DistributionType.ALL
8686
}
8787

gradle.lockfile

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ org.hamcrest:hamcrest-core:2.2=testCompileClasspath,testRuntimeClasspath
5656
org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath
5757
org.hibernate.common:hibernate-commons-annotations:6.0.6.Final=testRuntimeClasspath
5858
org.hibernate.orm:hibernate-core:6.5.2.Final=testCompileClasspath,testRuntimeClasspath
59-
org.jacoco:org.jacoco.agent:0.8.11=jacocoAgent,jacocoAnt
60-
org.jacoco:org.jacoco.ant:0.8.11=jacocoAnt
61-
org.jacoco:org.jacoco.core:0.8.11=jacocoAnt
62-
org.jacoco:org.jacoco.report:0.8.11=jacocoAnt
59+
org.jacoco:org.jacoco.agent:0.8.12=jacocoAgent,jacocoAnt
60+
org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt
61+
org.jacoco:org.jacoco.core:0.8.12=jacocoAnt
62+
org.jacoco:org.jacoco.report:0.8.12=jacocoAnt
6363
org.jboss.logging:jboss-logging:3.5.3.Final=testRuntimeClasspath
6464
org.jetbrains:annotations:17.0.0=testCompileClasspath,testRuntimeClasspath
6565
org.jetbrains:annotations:24.1.0=compileClasspath
@@ -76,9 +76,10 @@ org.mockito:mockito-core:5.11.0=testCompileClasspath,testRuntimeClasspath
7676
org.mockito:mockito-junit-jupiter:5.11.0=testCompileClasspath,testRuntimeClasspath
7777
org.objenesis:objenesis:3.3=testRuntimeClasspath
7878
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
79-
org.ow2.asm:asm-commons:9.6=jacocoAnt
80-
org.ow2.asm:asm-tree:9.6=jacocoAnt
81-
org.ow2.asm:asm:9.6=jacocoAnt,testCompileClasspath,testRuntimeClasspath
79+
org.ow2.asm:asm-commons:9.7=jacocoAnt
80+
org.ow2.asm:asm-tree:9.7=jacocoAnt
81+
org.ow2.asm:asm:9.6=testCompileClasspath,testRuntimeClasspath
82+
org.ow2.asm:asm:9.7=jacocoAnt
8283
org.postgresql:postgresql:42.7.3=testRuntimeClasspath
8384
org.rnorth.duct-tape:duct-tape:1.0.8=testCompileClasspath,testRuntimeClasspath
8485
org.skyscreamer:jsonassert:1.5.3=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-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)