Skip to content

Commit 0ac64b6

Browse files
github-actions[bot]mattnichols
authored andcommitted
chore(master): release 7.0.1
1 parent 3c0dc3f commit 0ac64b6

16 files changed

Lines changed: 301 additions & 282 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.0.0"
2+
".": "7.0.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
* making Annotations.fieldsAnAnnotations respect inheritance ([3b266dd](https://github.com/mxenabled/path-core/commit/3b266ddcb227766a32f16e88e7b9b2022737de53))
77

8+
## [7.0.1](https://github.com/mxenabled/path-core/compare/v7.0.0...v7.0.1) (2026-06-01)
9+
10+
11+
### Bug Fixes
12+
13+
* trigger re-release after vogue hotfix ([3c0dc3f](https://github.com/mxenabled/path-core/commit/3c0dc3f913dbacb7e3477666e2d6e585dfe45696))
14+
815
## [7.0.0](https://github.com/mxenabled/path-core/compare/v6.0.4...v7.0.0) (2026-06-01)
916

1017

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _Gradle_
2323
<!-- x-release-please-start-version -->
2424
```groovy
2525
dependencies {
26-
api platform("com.mx.path-core:platform:7.0.0")
26+
api platform("com.mx.path-core:platform:7.0.1")
2727
2828
implementation "com.mx.path-core:common"
2929
implementation "com.mx.path-core:context"
@@ -45,16 +45,16 @@ _Gradle_
4545
<!-- x-release-please-start-version -->
4646
```groovy
4747
dependencies {
48-
implementation "com.mx.path-core:common:7.0.0"
49-
implementation "com.mx.path-core:context:7.0.0"
50-
implementation "com.mx.path-core:gateway:7.0.0"
51-
implementation "com.mx.path-core:http:7.0.0"
52-
implementation "com.mx.path-core:messaging:7.0.0"
53-
implementation "com.mx.path-core:utilities:7.0.0"
48+
implementation "com.mx.path-core:common:7.0.1"
49+
implementation "com.mx.path-core:context:7.0.1"
50+
implementation "com.mx.path-core:gateway:7.0.1"
51+
implementation "com.mx.path-core:http:7.0.1"
52+
implementation "com.mx.path-core:messaging:7.0.1"
53+
implementation "com.mx.path-core:utilities:7.0.1"
5454
55-
annotationProcessor "com.mx.path-core:gateway-generator:7.0.0"
55+
annotationProcessor "com.mx.path-core:gateway-generator:7.0.1"
5656
57-
testImplementation "com.mx.path-core:testing:7.0.0"
57+
testImplementation "com.mx.path-core:testing:7.0.1"
5858
}
5959
```
6060
<!-- x-release-please-end -->

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
group "com.mx.path-core"
1010
description "MX Path Core"
11-
version "7.0.0" // x-release-please-version
11+
version "7.0.1" // x-release-please-version
1212

1313
def platformProject = "platform"
1414
def publishedProjects = [

common/gradle.lockfile

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,31 @@
33
# This file is expected to be part of source control.
44
com.github.oowekyala.ooxml:nice-xml-messages:3.1=pmd
55
com.github.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6-
com.github.spotbugs:spotbugs-annotations:4.9.8=annotationProcessor,compileClasspath,spotbugs,testAnnotationProcessor,testCompileClasspath
7-
com.github.spotbugs:spotbugs:4.9.8=spotbugs
6+
com.github.spotbugs:spotbugs-annotations:4.10.2=compileClasspath,spotbugs,testCompileClasspath
7+
com.github.spotbugs:spotbugs-annotations:4.9.8=annotationProcessor,testAnnotationProcessor
8+
com.github.spotbugs:spotbugs:4.10.2=spotbugs
89
com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs
910
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,runtimeClasspath,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
10-
com.google.code.gson:gson:2.13.2=pmd,spotbugs
11-
com.google.code.gson:gson:2.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
11+
com.google.code.gson:gson:2.13.2=pmd
12+
com.google.code.gson:gson:2.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
1213
com.google.errorprone:error_prone_annotations:2.36.0=checkstyle
13-
com.google.errorprone:error_prone_annotations:2.41.0=pmd,spotbugs
14-
com.google.errorprone:error_prone_annotations:2.48.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
14+
com.google.errorprone:error_prone_annotations:2.41.0=pmd
15+
com.google.errorprone:error_prone_annotations:2.48.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
1516
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1617
com.google.guava:failureaccess:1.0.3=checkstyle
17-
com.google.guava:guava:32.1.3-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
18+
com.google.guava:guava:32.0.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1819
com.google.guava:guava:33.4.8-jre=checkstyle
1920
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
20-
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
21+
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2122
com.google.j2objc:j2objc-annotations:3.0.0=checkstyle
2223
com.puppycrawl.tools:checkstyle:10.25.0=checkstyle
2324
commons-beanutils:commons-beanutils:1.11.0=checkstyle
2425
commons-codec:commons-codec:1.15=checkstyle
2526
commons-collections:commons-collections:3.2.2=checkstyle
26-
commons-io:commons-io:2.20.0=spotbugs
27+
commons-io:commons-io:2.21.0=spotbugs
2728
info.picocli:picocli:4.7.7=checkstyle
2829
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
29-
jaxen:jaxen:2.0.0=spotbugs
30+
jaxen:jaxen:2.0.6=spotbugs
3031
net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath
3132
net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath,testRuntimeClasspath
3233
net.sf.saxon:Saxon-HE:12.5=checkstyle
@@ -36,27 +37,25 @@ net.sourceforge.pmd:pmd-core:7.22.0=pmd
3637
net.sourceforge.pmd:pmd-java:7.22.0=pmd
3738
org.antlr:antlr4-runtime:4.13.2=checkstyle
3839
org.antlr:antlr4-runtime:4.9.3=pmd
39-
org.apache.bcel:bcel:6.11.0=spotbugs
40+
org.apache.bcel:bcel:6.12.0=spotbugs
4041
org.apache.commons:commons-lang3:3.18.0=checkstyle
41-
org.apache.commons:commons-lang3:3.19.0=spotbugs
42-
org.apache.commons:commons-lang3:3.20.0=compileClasspath,pmd,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
43-
org.apache.commons:commons-text:1.14.0=spotbugs
44-
org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42+
org.apache.commons:commons-lang3:3.20.0=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
43+
org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
4544
org.apache.commons:commons-text:1.3=checkstyle
4645
org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle
4746
org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle
4847
org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle
4948
org.apache.httpcomponents:httpclient:4.5.13=checkstyle
5049
org.apache.httpcomponents:httpcore:4.4.14=checkstyle
51-
org.apache.logging.log4j:log4j-api:2.25.3=spotbugs
52-
org.apache.logging.log4j:log4j-core:2.25.3=spotbugs
50+
org.apache.logging.log4j:log4j-api:2.26.0=spotbugs
51+
org.apache.logging.log4j:log4j-core:2.26.0=spotbugs
5352
org.apache.maven.doxia:doxia-core:1.12.0=checkstyle
5453
org.apache.maven.doxia:doxia-logging-api:1.12.0=checkstyle
5554
org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle
5655
org.apache.maven.doxia:doxia-sink-api:1.12.0=checkstyle
5756
org.apache.xbean:xbean-reflect:3.7=checkstyle
5857
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
59-
org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
58+
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6059
org.checkerframework:checker-qual:3.49.3=checkstyle
6160
org.checkerframework:checker-qual:3.53.1=pmd
6261
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
@@ -75,25 +74,27 @@ org.jspecify:jspecify:1.0.0=checkstyle
7574
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
7675
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
7776
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
78-
org.junit:junit-bom:5.14.0=annotationProcessor,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
77+
org.junit:junit-bom:5.14.0=annotationProcessor,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
78+
org.junit:junit-bom:6.1.0=spotbugs
7979
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
8080
org.objenesis:objenesis:3.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8181
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
82-
org.ow2.asm:asm-analysis:9.9=spotbugs
82+
org.ow2.asm:asm-analysis:9.10.1=spotbugs
83+
org.ow2.asm:asm-commons:9.10.1=spotbugs
8384
org.ow2.asm:asm-commons:9.8=jacocoAnt
84-
org.ow2.asm:asm-commons:9.9=spotbugs
85+
org.ow2.asm:asm-tree:9.10.1=spotbugs
8586
org.ow2.asm:asm-tree:9.8=jacocoAnt
86-
org.ow2.asm:asm-tree:9.9=spotbugs
87-
org.ow2.asm:asm-util:9.9=spotbugs
87+
org.ow2.asm:asm-util:9.10.1=spotbugs
88+
org.ow2.asm:asm:9.10.1=spotbugs
8889
org.ow2.asm:asm:9.8=jacocoAnt
89-
org.ow2.asm:asm:9.9=spotbugs
9090
org.ow2.asm:asm:9.9.1=pmd
9191
org.pcollections:pcollections:4.0.2=pmd
9292
org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath
9393
org.reflections:reflections:0.10.2=checkstyle
9494
org.slf4j:jul-to-slf4j:1.7.36=pmd
9595
org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
96-
org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j
96+
org.slf4j:slf4j-api:2.0.17=spotbugsSlf4j
97+
org.slf4j:slf4j-api:2.0.18=spotbugs
9798
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
9899
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
99100
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath

common/src/main/java/com/mx/path/core/common/connect/Request.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ public final void setTimeout(Duration timeout) {
567567
/**
568568
* Called before the request starts. Sets start time. Override to add behavior. Be sure to call {@code super.start()}
569569
*/
570+
@SuppressFBWarnings("USO_UNSAFE_METHOD_SYNCHRONIZATION")
570571
public synchronized void start() {
571572
if (attemptCount < 1) {
572573
attemptCount = 1;
@@ -579,6 +580,7 @@ public synchronized void start() {
579580
/**
580581
* Called before retrying request. Sets start time. Override to add behavior. Be sure to call {@code super.startRetry()}
581582
*/
583+
@SuppressFBWarnings("USO_UNSAFE_METHOD_SYNCHRONIZATION")
582584
public synchronized void startRetry() {
583585
attemptCount++;
584586
startNano = 0;

context/gradle.lockfile

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,35 @@ com.fasterxml.jackson.core:jackson-databind:2.21.3=runtimeClasspath,testRuntimeC
88
com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath,testRuntimeClasspath
99
com.github.oowekyala.ooxml:nice-xml-messages:3.1=pmd
1010
com.github.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
11-
com.github.spotbugs:spotbugs-annotations:4.9.8=annotationProcessor,compileClasspath,spotbugs,testAnnotationProcessor,testCompileClasspath
12-
com.github.spotbugs:spotbugs:4.9.8=spotbugs
11+
com.github.spotbugs:spotbugs-annotations:4.10.2=compileClasspath,spotbugs,testCompileClasspath
12+
com.github.spotbugs:spotbugs-annotations:4.9.8=annotationProcessor,testAnnotationProcessor
13+
com.github.spotbugs:spotbugs:4.10.2=spotbugs
1314
com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs
1415
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,runtimeClasspath,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
15-
com.google.code.gson:gson:2.13.2=pmd,spotbugs
16-
com.google.code.gson:gson:2.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
16+
com.google.code.gson:gson:2.13.2=pmd
17+
com.google.code.gson:gson:2.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
1718
com.google.errorprone:error_prone_annotations:2.36.0=checkstyle
18-
com.google.errorprone:error_prone_annotations:2.41.0=pmd,spotbugs
19-
com.google.errorprone:error_prone_annotations:2.48.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
19+
com.google.errorprone:error_prone_annotations:2.41.0=pmd
20+
com.google.errorprone:error_prone_annotations:2.48.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
2021
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2122
com.google.guava:failureaccess:1.0.3=checkstyle
22-
com.google.guava:guava:32.1.3-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
23+
com.google.guava:guava:32.0.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2324
com.google.guava:guava:33.4.8-jre=checkstyle
2425
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
25-
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
26+
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2627
com.google.j2objc:j2objc-annotations:3.0.0=checkstyle
2728
com.puppycrawl.tools:checkstyle:10.25.0=checkstyle
2829
commons-beanutils:commons-beanutils:1.11.0=checkstyle
2930
commons-codec:commons-codec:1.15=checkstyle
3031
commons-collections:commons-collections:3.2.2=checkstyle
31-
commons-io:commons-io:2.20.0=spotbugs
32+
commons-io:commons-io:2.21.0=spotbugs
3233
info.picocli:picocli:4.7.7=checkstyle
3334
io.github.cdimascio:dotenv-java:2.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3435
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
3536
io.opentracing:opentracing-api:0.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3637
io.opentracing:opentracing-noop:0.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3738
io.opentracing:opentracing-util:0.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
38-
jaxen:jaxen:2.0.0=spotbugs
39+
jaxen:jaxen:2.0.6=spotbugs
3940
net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath
4041
net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath,testRuntimeClasspath
4142
net.sf.saxon:Saxon-HE:12.5=checkstyle
@@ -45,27 +46,25 @@ net.sourceforge.pmd:pmd-core:7.22.0=pmd
4546
net.sourceforge.pmd:pmd-java:7.22.0=pmd
4647
org.antlr:antlr4-runtime:4.13.2=checkstyle
4748
org.antlr:antlr4-runtime:4.9.3=pmd
48-
org.apache.bcel:bcel:6.11.0=spotbugs
49+
org.apache.bcel:bcel:6.12.0=spotbugs
4950
org.apache.commons:commons-lang3:3.18.0=checkstyle
50-
org.apache.commons:commons-lang3:3.19.0=spotbugs
51-
org.apache.commons:commons-lang3:3.20.0=compileClasspath,pmd,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
52-
org.apache.commons:commons-text:1.14.0=spotbugs
53-
org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
51+
org.apache.commons:commons-lang3:3.20.0=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
52+
org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
5453
org.apache.commons:commons-text:1.3=checkstyle
5554
org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle
5655
org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle
5756
org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle
5857
org.apache.httpcomponents:httpclient:4.5.13=checkstyle
5958
org.apache.httpcomponents:httpcore:4.4.14=checkstyle
60-
org.apache.logging.log4j:log4j-api:2.25.3=spotbugs
61-
org.apache.logging.log4j:log4j-core:2.25.3=spotbugs
59+
org.apache.logging.log4j:log4j-api:2.26.0=spotbugs
60+
org.apache.logging.log4j:log4j-core:2.26.0=spotbugs
6261
org.apache.maven.doxia:doxia-core:1.12.0=checkstyle
6362
org.apache.maven.doxia:doxia-logging-api:1.12.0=checkstyle
6463
org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle
6564
org.apache.maven.doxia:doxia-sink-api:1.12.0=checkstyle
6665
org.apache.xbean:xbean-reflect:3.7=checkstyle
6766
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
68-
org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
67+
org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6968
org.checkerframework:checker-qual:3.49.3=checkstyle
7069
org.checkerframework:checker-qual:3.53.1=pmd
7170
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
@@ -84,25 +83,27 @@ org.jspecify:jspecify:1.0.0=checkstyle
8483
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
8584
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
8685
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
87-
org.junit:junit-bom:5.14.0=annotationProcessor,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
86+
org.junit:junit-bom:5.14.0=annotationProcessor,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
87+
org.junit:junit-bom:6.1.0=spotbugs
8888
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
8989
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
9090
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
91-
org.ow2.asm:asm-analysis:9.9=spotbugs
91+
org.ow2.asm:asm-analysis:9.10.1=spotbugs
92+
org.ow2.asm:asm-commons:9.10.1=spotbugs
9293
org.ow2.asm:asm-commons:9.8=jacocoAnt
93-
org.ow2.asm:asm-commons:9.9=spotbugs
94+
org.ow2.asm:asm-tree:9.10.1=spotbugs
9495
org.ow2.asm:asm-tree:9.8=jacocoAnt
95-
org.ow2.asm:asm-tree:9.9=spotbugs
96-
org.ow2.asm:asm-util:9.9=spotbugs
96+
org.ow2.asm:asm-util:9.10.1=spotbugs
97+
org.ow2.asm:asm:9.10.1=spotbugs
9798
org.ow2.asm:asm:9.8=jacocoAnt
98-
org.ow2.asm:asm:9.9=spotbugs
9999
org.ow2.asm:asm:9.9.1=pmd
100100
org.pcollections:pcollections:4.0.2=pmd
101101
org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath
102102
org.reflections:reflections:0.10.2=checkstyle
103103
org.slf4j:jul-to-slf4j:1.7.36=pmd
104104
org.slf4j:slf4j-api:1.7.30=runtimeClasspath,testRuntimeClasspath
105-
org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j
105+
org.slf4j:slf4j-api:2.0.17=spotbugsSlf4j
106+
org.slf4j:slf4j-api:2.0.18=spotbugs
106107
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
107108
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
108109
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)