Skip to content

Commit aa3d8fa

Browse files
committed
Update all dependencies
1 parent 034594f commit aa3d8fa

File tree

7 files changed

+123
-99
lines changed

7 files changed

+123
-99
lines changed

buildscript-gradle.lockfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ org.ow2.asm:asm-commons:9.4=classpath
3131
org.ow2.asm:asm-tree:9.4=classpath
3232
org.ow2.asm:asm:9.4=classpath
3333
org.slf4j:slf4j-api:2.0.13=classpath
34-
org.sonarqube:org.sonarqube.gradle.plugin:6.0.1.5171=classpath
35-
org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:6.0.1.5171=classpath
36-
org.sonarsource.scanner.lib:sonar-scanner-java-library-batch-interface:3.1.1.261=classpath
37-
org.sonarsource.scanner.lib:sonar-scanner-java-library:3.1.1.261=classpath
34+
org.sonarqube:org.sonarqube.gradle.plugin:6.2.0.5505=classpath
35+
org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:6.2.0.5505=classpath
36+
org.sonarsource.scanner.lib:sonar-scanner-java-library-batch-interface:3.3.1.450=classpath
37+
org.sonarsource.scanner.lib:sonar-scanner-java-library:3.3.1.450=classpath
3838
org.vafer:jdependency:2.8.0=classpath
3939
empty=

core/gradle.lockfile

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,31 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
ch.qos.logback:logback-classic:1.5.15=testRuntimeClasspath
5-
ch.qos.logback:logback-core:1.5.15=testRuntimeClasspath
6-
io.netty:netty-buffer:4.1.116.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4+
ch.qos.logback:logback-classic:1.5.18=testRuntimeClasspath
5+
ch.qos.logback:logback-core:1.5.18=testRuntimeClasspath
76
io.netty:netty-buffer:4.1.74.Final=default
8-
io.netty:netty-codec:4.1.116.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7+
io.netty:netty-buffer:4.2.2.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8+
io.netty:netty-codec-base:4.2.2.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9+
io.netty:netty-codec-compression:4.2.2.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
10+
io.netty:netty-codec-marshalling:4.2.2.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
11+
io.netty:netty-codec-protobuf:4.2.2.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
912
io.netty:netty-codec:4.1.74.Final=default
10-
io.netty:netty-common:4.1.116.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
13+
io.netty:netty-codec:4.2.2.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1114
io.netty:netty-common:4.1.74.Final=default
12-
io.netty:netty-handler:4.1.116.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
15+
io.netty:netty-common:4.2.2.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1316
io.netty:netty-handler:4.1.74.Final=default
14-
io.netty:netty-resolver:4.1.116.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
17+
io.netty:netty-handler:4.2.2.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1518
io.netty:netty-resolver:4.1.74.Final=default
19+
io.netty:netty-resolver:4.2.2.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1620
io.netty:netty-tcnative-classes:2.0.48.Final=default
17-
io.netty:netty-transport-native-unix-common:4.1.116.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
18-
io.netty:netty-transport:4.1.116.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
21+
io.netty:netty-transport-native-unix-common:4.2.2.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1922
io.netty:netty-transport:4.1.74.Final=default
20-
net.bytebuddy:byte-buddy-agent:1.15.4=testCompileClasspath,testRuntimeClasspath
21-
net.bytebuddy:byte-buddy:1.15.11=testCompileClasspath,testRuntimeClasspath
22-
nl.jqno.equalsverifier:equalsverifier:3.18=testCompileClasspath,testRuntimeClasspath
23+
io.netty:netty-transport:4.2.2.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
24+
net.bytebuddy:byte-buddy-agent:1.17.5=testCompileClasspath,testRuntimeClasspath
25+
net.bytebuddy:byte-buddy:1.17.5=testCompileClasspath,testRuntimeClasspath
26+
nl.jqno.equalsverifier:equalsverifier:4.0.2=testCompileClasspath,testRuntimeClasspath
2327
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
24-
org.assertj:assertj-core:3.27.0=testCompileClasspath,testRuntimeClasspath
28+
org.assertj:assertj-core:3.27.3=testCompileClasspath,testRuntimeClasspath
2529
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
2630
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
2731
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
@@ -32,15 +36,15 @@ org.junit.jupiter:junit-jupiter-params:5.11.4=testCompileClasspath,testRuntimeCl
3236
org.junit.platform:junit-platform-commons:1.11.4=testCompileClasspath,testRuntimeClasspath
3337
org.junit.platform:junit-platform-engine:1.11.4=testRuntimeClasspath
3438
org.junit:junit-bom:5.11.4=testCompileClasspath,testRuntimeClasspath
35-
org.mockito:mockito-core:5.14.2=testCompileClasspath,testRuntimeClasspath
36-
org.mockito:mockito-junit-jupiter:5.14.2=testCompileClasspath,testRuntimeClasspath
39+
org.mockito:mockito-core:5.18.0=testCompileClasspath,testRuntimeClasspath
40+
org.mockito:mockito-junit-jupiter:5.18.0=testCompileClasspath,testRuntimeClasspath
3741
org.mongodb:mongo-java-driver:3.12.14=testCompileClasspath,testRuntimeClasspath
3842
org.objenesis:objenesis:3.4=testCompileClasspath,testRuntimeClasspath
3943
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
4044
org.ow2.asm:asm-commons:9.8=jacocoAnt
4145
org.ow2.asm:asm-tree:9.8=jacocoAnt
4246
org.ow2.asm:asm:9.8=jacocoAnt
43-
org.slf4j:jcl-over-slf4j:2.0.16=testRuntimeClasspath
47+
org.slf4j:jcl-over-slf4j:2.0.17=testRuntimeClasspath
4448
org.slf4j:slf4j-api:1.7.36=default
45-
org.slf4j:slf4j-api:2.0.16=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
49+
org.slf4j:slf4j-api:2.0.17=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4650
empty=annotationProcessor,archives,compile,compileOnly,runtime,signatures,testAnnotationProcessor,testCompile,testCompileOnly,testRuntime

examples/gradle.lockfile

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
ch.qos.logback:logback-classic:1.5.15=runtimeClasspath,testRuntimeClasspath
5-
ch.qos.logback:logback-core:1.5.15=runtimeClasspath,testRuntimeClasspath
6-
io.netty:netty-buffer:4.1.116.Final=runtimeClasspath,testRuntimeClasspath
7-
io.netty:netty-codec:4.1.116.Final=runtimeClasspath,testRuntimeClasspath
8-
io.netty:netty-common:4.1.116.Final=runtimeClasspath,testRuntimeClasspath
9-
io.netty:netty-handler:4.1.116.Final=runtimeClasspath,testRuntimeClasspath
10-
io.netty:netty-resolver:4.1.116.Final=runtimeClasspath,testRuntimeClasspath
11-
io.netty:netty-transport-native-unix-common:4.1.116.Final=runtimeClasspath,testRuntimeClasspath
12-
io.netty:netty-transport:4.1.116.Final=runtimeClasspath,testRuntimeClasspath
4+
ch.qos.logback:logback-classic:1.5.18=runtimeClasspath,testRuntimeClasspath
5+
ch.qos.logback:logback-core:1.5.18=runtimeClasspath,testRuntimeClasspath
6+
io.netty:netty-buffer:4.2.2.Final=runtimeClasspath,testRuntimeClasspath
7+
io.netty:netty-codec-base:4.2.2.Final=runtimeClasspath,testRuntimeClasspath
8+
io.netty:netty-codec-compression:4.2.2.Final=runtimeClasspath,testRuntimeClasspath
9+
io.netty:netty-codec-marshalling:4.2.2.Final=runtimeClasspath,testRuntimeClasspath
10+
io.netty:netty-codec-protobuf:4.2.2.Final=runtimeClasspath,testRuntimeClasspath
11+
io.netty:netty-codec:4.2.2.Final=runtimeClasspath,testRuntimeClasspath
12+
io.netty:netty-common:4.2.2.Final=runtimeClasspath,testRuntimeClasspath
13+
io.netty:netty-handler:4.2.2.Final=runtimeClasspath,testRuntimeClasspath
14+
io.netty:netty-resolver:4.2.2.Final=runtimeClasspath,testRuntimeClasspath
15+
io.netty:netty-transport-native-unix-common:4.2.2.Final=runtimeClasspath,testRuntimeClasspath
16+
io.netty:netty-transport:4.2.2.Final=runtimeClasspath,testRuntimeClasspath
1317
net.bytebuddy:byte-buddy:1.15.11=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1418
org.apiguardian:apiguardian-api:1.1.2=compileClasspath,testCompileClasspath
15-
org.assertj:assertj-core:3.27.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
19+
org.assertj:assertj-core:3.27.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1620
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
1721
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
1822
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
@@ -28,6 +32,6 @@ org.opentest4j:opentest4j:1.3.0=compileClasspath,runtimeClasspath,testCompileCla
2832
org.ow2.asm:asm-commons:9.8=jacocoAnt
2933
org.ow2.asm:asm-tree:9.8=jacocoAnt
3034
org.ow2.asm:asm:9.8=jacocoAnt
31-
org.slf4j:jcl-over-slf4j:2.0.16=testRuntimeClasspath
32-
org.slf4j:slf4j-api:2.0.16=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
35+
org.slf4j:jcl-over-slf4j:2.0.17=testRuntimeClasspath
36+
org.slf4j:slf4j-api:2.0.17=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3337
empty=annotationProcessor,signatures,testAnnotationProcessor

gradle.lockfile

Lines changed: 41 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,51 +2,55 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
ch.qos.logback:logback-classic:1.3.5=allCodeCoverageReportClassDirectories
5-
ch.qos.logback:logback-classic:1.5.15=aggregateCodeCoverageReportResults
5+
ch.qos.logback:logback-classic:1.5.18=aggregateCodeCoverageReportResults
66
ch.qos.logback:logback-core:1.3.5=allCodeCoverageReportClassDirectories
7-
ch.qos.logback:logback-core:1.5.15=aggregateCodeCoverageReportResults
7+
ch.qos.logback:logback-core:1.5.18=aggregateCodeCoverageReportResults
88
com.fasterxml.jackson.core:jackson-annotations:2.14.1=allCodeCoverageReportClassDirectories
9-
com.fasterxml.jackson.core:jackson-annotations:2.18.2=aggregateCodeCoverageReportResults
9+
com.fasterxml.jackson.core:jackson-annotations:2.19.1=aggregateCodeCoverageReportResults
1010
com.fasterxml.jackson.core:jackson-core:2.14.1=allCodeCoverageReportClassDirectories
11-
com.fasterxml.jackson.core:jackson-core:2.18.2=aggregateCodeCoverageReportResults
11+
com.fasterxml.jackson.core:jackson-core:2.19.1=aggregateCodeCoverageReportResults
1212
com.fasterxml.jackson.core:jackson-databind:2.14.1=allCodeCoverageReportClassDirectories
13-
com.fasterxml.jackson.core:jackson-databind:2.18.2=aggregateCodeCoverageReportResults
13+
com.fasterxml.jackson.core:jackson-databind:2.19.1=aggregateCodeCoverageReportResults
1414
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.1=allCodeCoverageReportClassDirectories
15-
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2=aggregateCodeCoverageReportResults
15+
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.1=aggregateCodeCoverageReportResults
1616
com.fasterxml.jackson:jackson-bom:2.14.1=allCodeCoverageReportClassDirectories
17-
com.fasterxml.jackson:jackson-bom:2.18.2=aggregateCodeCoverageReportResults
17+
com.fasterxml.jackson:jackson-bom:2.19.1=aggregateCodeCoverageReportResults
1818
com.h2database:h2:2.1.214=allCodeCoverageReportClassDirectories
1919
com.h2database:h2:2.3.232=aggregateCodeCoverageReportResults
20-
io.micrometer:micrometer-commons:1.14.2=aggregateCodeCoverageReportResults
21-
io.micrometer:micrometer-observation:1.14.2=aggregateCodeCoverageReportResults
22-
io.netty:netty-buffer:4.1.116.Final=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
20+
io.micrometer:micrometer-commons:1.14.8=aggregateCodeCoverageReportResults
21+
io.micrometer:micrometer-observation:1.14.8=aggregateCodeCoverageReportResults
2322
io.netty:netty-buffer:4.1.74.Final=default
2423
io.netty:netty-buffer:4.1.87.Final=allCodeCoverageReportClassDirectories
25-
io.netty:netty-codec:4.1.116.Final=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
24+
io.netty:netty-buffer:4.2.2.Final=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
25+
io.netty:netty-codec-base:4.2.2.Final=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
26+
io.netty:netty-codec-compression:4.2.2.Final=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
27+
io.netty:netty-codec-marshalling:4.2.2.Final=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
28+
io.netty:netty-codec-protobuf:4.2.2.Final=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
2629
io.netty:netty-codec:4.1.74.Final=default
2730
io.netty:netty-codec:4.1.87.Final=allCodeCoverageReportClassDirectories
28-
io.netty:netty-common:4.1.116.Final=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
31+
io.netty:netty-codec:4.2.2.Final=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
2932
io.netty:netty-common:4.1.74.Final=default
3033
io.netty:netty-common:4.1.87.Final=allCodeCoverageReportClassDirectories
31-
io.netty:netty-handler:4.1.116.Final=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
34+
io.netty:netty-common:4.2.2.Final=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
3235
io.netty:netty-handler:4.1.74.Final=default
3336
io.netty:netty-handler:4.1.87.Final=allCodeCoverageReportClassDirectories
34-
io.netty:netty-resolver:4.1.116.Final=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
37+
io.netty:netty-handler:4.2.2.Final=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
3538
io.netty:netty-resolver:4.1.74.Final=default
3639
io.netty:netty-resolver:4.1.87.Final=allCodeCoverageReportClassDirectories
40+
io.netty:netty-resolver:4.2.2.Final=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
3741
io.netty:netty-tcnative-classes:2.0.48.Final=default
38-
io.netty:netty-transport-native-unix-common:4.1.116.Final=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
3942
io.netty:netty-transport-native-unix-common:4.1.87.Final=allCodeCoverageReportClassDirectories
40-
io.netty:netty-transport:4.1.116.Final=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
43+
io.netty:netty-transport-native-unix-common:4.2.2.Final=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
4144
io.netty:netty-transport:4.1.74.Final=default
4245
io.netty:netty-transport:4.1.87.Final=allCodeCoverageReportClassDirectories
46+
io.netty:netty-transport:4.2.2.Final=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
4347
io.projectreactor:reactor-core:3.5.0=aggregateCodeCoverageReportResults,allCodeCoverageReportClassDirectories
4448
net.bytebuddy:byte-buddy-agent:1.12.22=allCodeCoverageReportClassDirectories
45-
net.bytebuddy:byte-buddy-agent:1.15.4=aggregateCodeCoverageReportResults
49+
net.bytebuddy:byte-buddy-agent:1.17.5=aggregateCodeCoverageReportResults
4650
net.bytebuddy:byte-buddy:1.12.22=allCodeCoverageReportClassDirectories
47-
net.bytebuddy:byte-buddy:1.15.11=aggregateCodeCoverageReportResults
51+
net.bytebuddy:byte-buddy:1.17.5=aggregateCodeCoverageReportResults
4852
org.assertj:assertj-core:3.24.2=allCodeCoverageReportClassDirectories
49-
org.assertj:assertj-core:3.27.0=aggregateCodeCoverageReportResults
53+
org.assertj:assertj-core:3.27.3=aggregateCodeCoverageReportResults
5054
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
5155
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
5256
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
@@ -64,21 +68,21 @@ org.junit.platform:junit-platform-engine:1.9.2=allCodeCoverageReportClassDirecto
6468
org.junit:junit-bom:5.11.4=aggregateCodeCoverageReportResults
6569
org.junit:junit-bom:5.9.2=allCodeCoverageReportClassDirectories
6670
org.mockito:mockito-core:5.0.0=allCodeCoverageReportClassDirectories
67-
org.mockito:mockito-core:5.14.2=aggregateCodeCoverageReportResults
71+
org.mockito:mockito-core:5.18.0=aggregateCodeCoverageReportResults
6872
org.mockito:mockito-junit-jupiter:5.0.0=allCodeCoverageReportClassDirectories
69-
org.mockito:mockito-junit-jupiter:5.14.2=aggregateCodeCoverageReportResults
73+
org.mockito:mockito-junit-jupiter:5.18.0=aggregateCodeCoverageReportResults
7074
org.mongodb:bson-record-codec:4.8.2=allCodeCoverageReportClassDirectories
71-
org.mongodb:bson-record-codec:5.2.1=aggregateCodeCoverageReportResults
75+
org.mongodb:bson-record-codec:5.5.1=aggregateCodeCoverageReportResults
7276
org.mongodb:bson:4.8.2=allCodeCoverageReportClassDirectories
73-
org.mongodb:bson:5.2.1=aggregateCodeCoverageReportResults
77+
org.mongodb:bson:5.5.1=aggregateCodeCoverageReportResults
7478
org.mongodb:mongo-java-driver:3.12.11=allCodeCoverageReportClassDirectories
7579
org.mongodb:mongo-java-driver:3.12.14=aggregateCodeCoverageReportResults
7680
org.mongodb:mongodb-driver-core:4.8.2=allCodeCoverageReportClassDirectories
77-
org.mongodb:mongodb-driver-core:5.2.1=aggregateCodeCoverageReportResults
81+
org.mongodb:mongodb-driver-core:5.5.1=aggregateCodeCoverageReportResults
7882
org.mongodb:mongodb-driver-reactivestreams:4.8.2=allCodeCoverageReportClassDirectories
79-
org.mongodb:mongodb-driver-reactivestreams:5.2.1=aggregateCodeCoverageReportResults
83+
org.mongodb:mongodb-driver-reactivestreams:5.5.1=aggregateCodeCoverageReportResults
8084
org.mongodb:mongodb-driver-sync:4.8.2=allCodeCoverageReportClassDirectories
81-
org.mongodb:mongodb-driver-sync:5.2.1=aggregateCodeCoverageReportResults
85+
org.mongodb:mongodb-driver-sync:5.5.1=aggregateCodeCoverageReportResults
8286
org.objenesis:objenesis:3.3=aggregateCodeCoverageReportResults,allCodeCoverageReportClassDirectories
8387
org.opentest4j:opentest4j:1.2.0=allCodeCoverageReportClassDirectories
8488
org.opentest4j:opentest4j:1.3.0=aggregateCodeCoverageReportResults
@@ -87,26 +91,26 @@ org.ow2.asm:asm-tree:9.8=jacocoAnt
8791
org.ow2.asm:asm:9.8=jacocoAnt
8892
org.reactivestreams:reactive-streams:1.0.4=aggregateCodeCoverageReportResults,allCodeCoverageReportClassDirectories
8993
org.slf4j:slf4j-api:1.7.36=default
90-
org.slf4j:slf4j-api:2.0.16=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
94+
org.slf4j:slf4j-api:2.0.17=aggregateCodeCoverageReportResults,runtimeClasspath,testRuntimeClasspath
9195
org.slf4j:slf4j-api:2.0.6=allCodeCoverageReportClassDirectories
9296
org.springframework.data:spring-data-commons:3.0.1=allCodeCoverageReportClassDirectories
93-
org.springframework.data:spring-data-commons:3.4.1=aggregateCodeCoverageReportResults
97+
org.springframework.data:spring-data-commons:3.5.1=aggregateCodeCoverageReportResults
9498
org.springframework.data:spring-data-mongodb:4.0.1=allCodeCoverageReportClassDirectories
95-
org.springframework.data:spring-data-mongodb:4.4.1=aggregateCodeCoverageReportResults
99+
org.springframework.data:spring-data-mongodb:4.5.1=aggregateCodeCoverageReportResults
96100
org.springframework:spring-aop:6.0.4=allCodeCoverageReportClassDirectories
97-
org.springframework:spring-aop:6.2.1=aggregateCodeCoverageReportResults
101+
org.springframework:spring-aop:6.2.8=aggregateCodeCoverageReportResults
98102
org.springframework:spring-beans:6.0.4=allCodeCoverageReportClassDirectories
99-
org.springframework:spring-beans:6.2.1=aggregateCodeCoverageReportResults
103+
org.springframework:spring-beans:6.2.8=aggregateCodeCoverageReportResults
100104
org.springframework:spring-context:6.0.4=allCodeCoverageReportClassDirectories
101-
org.springframework:spring-context:6.2.1=aggregateCodeCoverageReportResults
105+
org.springframework:spring-context:6.2.8=aggregateCodeCoverageReportResults
102106
org.springframework:spring-core:6.0.4=allCodeCoverageReportClassDirectories
103-
org.springframework:spring-core:6.2.1=aggregateCodeCoverageReportResults
107+
org.springframework:spring-core:6.2.8=aggregateCodeCoverageReportResults
104108
org.springframework:spring-expression:6.0.4=allCodeCoverageReportClassDirectories
105-
org.springframework:spring-expression:6.2.1=aggregateCodeCoverageReportResults
109+
org.springframework:spring-expression:6.2.8=aggregateCodeCoverageReportResults
106110
org.springframework:spring-jcl:6.0.4=allCodeCoverageReportClassDirectories
107-
org.springframework:spring-jcl:6.2.1=aggregateCodeCoverageReportResults
111+
org.springframework:spring-jcl:6.2.8=aggregateCodeCoverageReportResults
108112
org.springframework:spring-test:6.0.4=allCodeCoverageReportClassDirectories
109-
org.springframework:spring-test:6.2.1=aggregateCodeCoverageReportResults
113+
org.springframework:spring-test:6.2.8=aggregateCodeCoverageReportResults
110114
org.springframework:spring-tx:6.0.4=allCodeCoverageReportClassDirectories
111-
org.springframework:spring-tx:6.2.1=aggregateCodeCoverageReportResults
115+
org.springframework:spring-tx:6.2.8=aggregateCodeCoverageReportResults
112116
empty=annotationProcessor,archives,compile,compileClasspath,compileOnly,runtime,shadow,signatures,testAnnotationProcessor,testCompile,testCompileClasspath,testCompileOnly,testRuntime

0 commit comments

Comments
 (0)