Skip to content

Commit 034594f

Browse files
committed
Update Gradle: 8.12 → 8.14.2
1 parent 97fff60 commit 034594f

File tree

12 files changed

+56
-56
lines changed

12 files changed

+56
-56
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ configure(allprojects.findAll {it.name != 'mongo-java-server-examples'}) {
163163
}
164164

165165
wrapper {
166-
gradleVersion = "8.12"
166+
gradleVersion = "8.14.2"
167167
distributionType = Wrapper.DistributionType.ALL
168168
}
169169

core/gradle.lockfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ net.bytebuddy:byte-buddy:1.15.11=testCompileClasspath,testRuntimeClasspath
2222
nl.jqno.equalsverifier:equalsverifier:3.18=testCompileClasspath,testRuntimeClasspath
2323
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
2424
org.assertj:assertj-core:3.27.0=testCompileClasspath,testRuntimeClasspath
25-
org.jacoco:org.jacoco.agent:0.8.12=jacocoAgent,jacocoAnt
26-
org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt
27-
org.jacoco:org.jacoco.core:0.8.12=jacocoAnt
28-
org.jacoco:org.jacoco.report:0.8.12=jacocoAnt
25+
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
26+
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
27+
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
28+
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
2929
org.junit.jupiter:junit-jupiter-api:5.11.4=testCompileClasspath,testRuntimeClasspath
3030
org.junit.jupiter:junit-jupiter-engine:5.11.4=testRuntimeClasspath
3131
org.junit.jupiter:junit-jupiter-params:5.11.4=testCompileClasspath,testRuntimeClasspath
@@ -37,9 +37,9 @@ org.mockito:mockito-junit-jupiter:5.14.2=testCompileClasspath,testRuntimeClasspa
3737
org.mongodb:mongo-java-driver:3.12.14=testCompileClasspath,testRuntimeClasspath
3838
org.objenesis:objenesis:3.4=testCompileClasspath,testRuntimeClasspath
3939
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
40-
org.ow2.asm:asm-commons:9.7=jacocoAnt
41-
org.ow2.asm:asm-tree:9.7=jacocoAnt
42-
org.ow2.asm:asm:9.7=jacocoAnt
40+
org.ow2.asm:asm-commons:9.8=jacocoAnt
41+
org.ow2.asm:asm-tree:9.8=jacocoAnt
42+
org.ow2.asm:asm:9.8=jacocoAnt
4343
org.slf4j:jcl-over-slf4j:2.0.16=testRuntimeClasspath
4444
org.slf4j:slf4j-api:1.7.36=default
4545
org.slf4j:slf4j-api:2.0.16=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

examples/gradle.lockfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ io.netty:netty-transport:4.1.116.Final=runtimeClasspath,testRuntimeClasspath
1313
net.bytebuddy:byte-buddy:1.15.11=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1414
org.apiguardian:apiguardian-api:1.1.2=compileClasspath,testCompileClasspath
1515
org.assertj:assertj-core:3.27.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
16-
org.jacoco:org.jacoco.agent:0.8.12=jacocoAgent,jacocoAnt
17-
org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt
18-
org.jacoco:org.jacoco.core:0.8.12=jacocoAnt
19-
org.jacoco:org.jacoco.report:0.8.12=jacocoAnt
16+
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
17+
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
18+
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
19+
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
2020
org.junit.jupiter:junit-jupiter-api:5.11.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2121
org.junit.jupiter:junit-jupiter-engine:5.11.4=testRuntimeClasspath
2222
org.junit.jupiter:junit-jupiter-params:5.11.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -25,9 +25,9 @@ org.junit.platform:junit-platform-engine:1.11.4=testRuntimeClasspath
2525
org.junit:junit-bom:5.11.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2626
org.mongodb:mongo-java-driver:3.12.14=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2727
org.opentest4j:opentest4j:1.3.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
28-
org.ow2.asm:asm-commons:9.7=jacocoAnt
29-
org.ow2.asm:asm-tree:9.7=jacocoAnt
30-
org.ow2.asm:asm:9.7=jacocoAnt
28+
org.ow2.asm:asm-commons:9.8=jacocoAnt
29+
org.ow2.asm:asm-tree:9.8=jacocoAnt
30+
org.ow2.asm:asm:9.8=jacocoAnt
3131
org.slf4j:jcl-over-slf4j:2.0.16=testRuntimeClasspath
3232
org.slf4j:slf4j-api:2.0.16=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3333
empty=annotationProcessor,signatures,testAnnotationProcessor

gradle.lockfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ net.bytebuddy:byte-buddy:1.12.22=allCodeCoverageReportClassDirectories
4747
net.bytebuddy:byte-buddy:1.15.11=aggregateCodeCoverageReportResults
4848
org.assertj:assertj-core:3.24.2=allCodeCoverageReportClassDirectories
4949
org.assertj:assertj-core:3.27.0=aggregateCodeCoverageReportResults
50-
org.jacoco:org.jacoco.agent:0.8.12=jacocoAgent,jacocoAnt
51-
org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt
52-
org.jacoco:org.jacoco.core:0.8.12=jacocoAnt
53-
org.jacoco:org.jacoco.report:0.8.12=jacocoAnt
50+
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
51+
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
52+
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
53+
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
5454
org.junit.jupiter:junit-jupiter-api:5.11.4=aggregateCodeCoverageReportResults
5555
org.junit.jupiter:junit-jupiter-api:5.9.2=allCodeCoverageReportClassDirectories
5656
org.junit.jupiter:junit-jupiter-engine:5.11.4=aggregateCodeCoverageReportResults
@@ -82,9 +82,9 @@ org.mongodb:mongodb-driver-sync:5.2.1=aggregateCodeCoverageReportResults
8282
org.objenesis:objenesis:3.3=aggregateCodeCoverageReportResults,allCodeCoverageReportClassDirectories
8383
org.opentest4j:opentest4j:1.2.0=allCodeCoverageReportClassDirectories
8484
org.opentest4j:opentest4j:1.3.0=aggregateCodeCoverageReportResults
85-
org.ow2.asm:asm-commons:9.7=jacocoAnt
86-
org.ow2.asm:asm-tree:9.7=jacocoAnt
87-
org.ow2.asm:asm:9.7=jacocoAnt
85+
org.ow2.asm:asm-commons:9.8=jacocoAnt
86+
org.ow2.asm:asm-tree:9.8=jacocoAnt
87+
org.ow2.asm:asm:9.8=jacocoAnt
8888
org.reactivestreams:reactive-streams:1.0.4=aggregateCodeCoverageReportResults,allCodeCoverageReportClassDirectories
8989
org.slf4j:slf4j-api:1.7.36=default
9090
org.slf4j:slf4j-api:2.0.16=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath

gradle/wrapper/gradle-wrapper.jar

181 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.12-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

h2-backend/gradle.lockfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ net.bytebuddy:byte-buddy-agent:1.12.16=testCompileClasspath,testRuntimeClasspath
3434
net.bytebuddy:byte-buddy:1.12.16=testCompileClasspath,testRuntimeClasspath
3535
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
3636
org.assertj:assertj-core:3.23.1=testCompileClasspath,testRuntimeClasspath
37-
org.jacoco:org.jacoco.agent:0.8.12=jacocoAgent,jacocoAnt
38-
org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt
39-
org.jacoco:org.jacoco.core:0.8.12=jacocoAnt
40-
org.jacoco:org.jacoco.report:0.8.12=jacocoAnt
37+
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
38+
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
39+
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
40+
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
4141
org.junit.jupiter:junit-jupiter-api:5.9.1=testCompileClasspath,testRuntimeClasspath
4242
org.junit.jupiter:junit-jupiter-engine:5.9.1=testRuntimeClasspath
4343
org.junit.jupiter:junit-jupiter-params:5.9.1=testCompileClasspath,testRuntimeClasspath
@@ -53,9 +53,9 @@ org.mongodb:mongodb-driver-reactivestreams:4.8.0=testCompileClasspath,testRuntim
5353
org.mongodb:mongodb-driver-sync:4.8.0=testCompileClasspath,testRuntimeClasspath
5454
org.objenesis:objenesis:3.3=testRuntimeClasspath
5555
org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath
56-
org.ow2.asm:asm-commons:9.7=jacocoAnt
57-
org.ow2.asm:asm-tree:9.7=jacocoAnt
58-
org.ow2.asm:asm:9.7=jacocoAnt
56+
org.ow2.asm:asm-commons:9.8=jacocoAnt
57+
org.ow2.asm:asm-tree:9.8=jacocoAnt
58+
org.ow2.asm:asm:9.8=jacocoAnt
5959
org.reactivestreams:reactive-streams:1.0.4=testCompileClasspath,testRuntimeClasspath
6060
org.slf4j:jcl-over-slf4j:2.0.3=testRuntimeClasspath
6161
org.slf4j:slf4j-api:1.7.36=default

memory-backend/gradle.lockfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ net.bytebuddy:byte-buddy-agent:1.12.16=testCompileClasspath,testRuntimeClasspath
3131
net.bytebuddy:byte-buddy:1.12.16=testCompileClasspath,testRuntimeClasspath
3232
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
3333
org.assertj:assertj-core:3.23.1=testCompileClasspath,testRuntimeClasspath
34-
org.jacoco:org.jacoco.agent:0.8.12=jacocoAgent,jacocoAnt
35-
org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt
36-
org.jacoco:org.jacoco.core:0.8.12=jacocoAnt
37-
org.jacoco:org.jacoco.report:0.8.12=jacocoAnt
34+
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
35+
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
36+
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
37+
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
3838
org.junit.jupiter:junit-jupiter-api:5.9.1=testCompileClasspath,testRuntimeClasspath
3939
org.junit.jupiter:junit-jupiter-engine:5.9.1=testRuntimeClasspath
4040
org.junit.jupiter:junit-jupiter-params:5.9.1=testCompileClasspath,testRuntimeClasspath
@@ -50,9 +50,9 @@ org.mongodb:mongodb-driver-reactivestreams:4.8.0=testCompileClasspath,testRuntim
5050
org.mongodb:mongodb-driver-sync:4.8.0=testCompileClasspath,testRuntimeClasspath
5151
org.objenesis:objenesis:3.3=testRuntimeClasspath
5252
org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath
53-
org.ow2.asm:asm-commons:9.7=jacocoAnt
54-
org.ow2.asm:asm-tree:9.7=jacocoAnt
55-
org.ow2.asm:asm:9.7=jacocoAnt
53+
org.ow2.asm:asm-commons:9.8=jacocoAnt
54+
org.ow2.asm:asm-tree:9.8=jacocoAnt
55+
org.ow2.asm:asm:9.8=jacocoAnt
5656
org.reactivestreams:reactive-streams:1.0.4=testCompileClasspath,testRuntimeClasspath
5757
org.slf4j:jcl-over-slf4j:2.0.3=testRuntimeClasspath
5858
org.slf4j:slf4j-api:1.7.36=default

0 commit comments

Comments
 (0)