Skip to content

Commit cbd68c4

Browse files
feat!: bump to Gradle 9.5.1 and underlying deps to prep for spring
1 parent 8131fee commit cbd68c4

14 files changed

Lines changed: 279 additions & 326 deletions

File tree

build.gradle

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
plugins {
2-
id "com.github.mxenabled.coppuccino" version "7.+" apply false
3-
id "com.github.mxenabled.vogue" version "4.+" apply false
2+
id "com.github.mxenabled.coppuccino" version "7.0.2-SNAPSHOT" apply false
3+
id "com.github.mxenabled.vogue" version "4.0.2-SNAPSHOT" apply false
44
id "idea"
55
id "io.freefair.lombok" version "8.+" apply false
6-
id "io.github.gradle-nexus.publish-plugin" version "1.1.+"
6+
id "io.github.gradle-nexus.publish-plugin" version "2.+"
77
id "com.netflix.nebula.maven-resolved-dependencies" version "21.2.0" apply false
88
}
99

1010
group "com.mx.path-facilities"
1111
description "MX Path Facilities"
12-
version "8.0.0" // x-release-please-version
12+
version "8.0.1-SNAPSHOT" // x-release-please-version
1313

1414
def platformProject = "platform"
1515

@@ -19,7 +19,7 @@ subprojects {
1919
version rootProject.version
2020

2121
ext {
22-
pathCoreVersion = "[7.0,8.0)"
22+
pathCoreVersion = "7.0.2-SNAPSHOT"
2323
}
2424

2525
if (it.name != platformProject) {
@@ -40,9 +40,6 @@ subprojects {
4040

4141
coppuccino {
4242
rootDir = "${projectDir}/"
43-
dependencies {
44-
excludePreReleaseVersions = true
45-
}
4643
}
4744

4845
vogue {
@@ -59,6 +56,7 @@ subprojects {
5956
implementation "com.mx.path-core:common"
6057

6158
testImplementation "com.mx.path-core:testing"
59+
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
6260
}
6361

6462
compileJava { options.compilerArgs << "-parameters" }
@@ -161,6 +159,6 @@ tasks.named("dependencies") {
161159
}
162160

163161
wrapper {
164-
gradleVersion = "8.14.3"
162+
gradleVersion = "9.5.1"
165163
distributionType = Wrapper.DistributionType.ALL
166164
}

encryption-service-jasypt/gradle.lockfile

Lines changed: 27 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,28 @@ com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs
1616
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,runtimeClasspath,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
1717
com.google.code.gson:gson:2.13.2=pmd
1818
com.google.code.gson:gson:2.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
19-
com.google.errorprone:error_prone_annotations:2.36.0=checkstyle
2019
com.google.errorprone:error_prone_annotations:2.41.0=pmd
20+
com.google.errorprone:error_prone_annotations:2.47.0=checkstyle
2121
com.google.errorprone:error_prone_annotations:2.48.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
2222
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2323
com.google.guava:failureaccess:1.0.3=checkstyle
2424
com.google.guava:guava:32.1.3-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
25-
com.google.guava:guava:33.4.8-jre=checkstyle
25+
com.google.guava:guava:33.6.0-jre=checkstyle
2626
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2727
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
28-
com.google.j2objc:j2objc-annotations:3.0.0=checkstyle
29-
com.mx.path-core:common:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
30-
com.mx.path-core:context:7.0.1=testRuntimeClasspath
31-
com.mx.path-core:gateway:7.0.1=testRuntimeClasspath
32-
com.mx.path-core:messaging:7.0.1=testRuntimeClasspath
33-
com.mx.path-core:platform:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34-
com.mx.path-core:testing:7.0.1=testCompileClasspath,testRuntimeClasspath
35-
com.mx.path-core:utilities:7.0.1=testRuntimeClasspath
36-
com.puppycrawl.tools:checkstyle:10.25.0=checkstyle
28+
com.google.j2objc:j2objc-annotations:3.1=checkstyle
29+
com.mx.path-core:common:7.0.2-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
30+
com.mx.path-core:context:7.0.2-SNAPSHOT=testRuntimeClasspath
31+
com.mx.path-core:gateway:7.0.2-SNAPSHOT=testRuntimeClasspath
32+
com.mx.path-core:messaging:7.0.2-SNAPSHOT=testRuntimeClasspath
33+
com.mx.path-core:platform:7.0.2-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34+
com.mx.path-core:testing:7.0.2-SNAPSHOT=testCompileClasspath,testRuntimeClasspath
35+
com.mx.path-core:utilities:7.0.2-SNAPSHOT=testRuntimeClasspath
36+
com.puppycrawl.tools:checkstyle:13.6.0=checkstyle
3737
com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath
38-
com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath
39-
com.sun.xml.bind:jaxb-impl:4.0.6=testRuntimeClasspath
4038
commons-beanutils:commons-beanutils:1.11.0=checkstyle
39+
commons-codec:commons-codec:1.11=checkstyle
4140
commons-codec:commons-codec:1.14=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42-
commons-codec:commons-codec:1.15=checkstyle
4341
commons-collections:commons-collections:3.2.2=checkstyle
4442
commons-io:commons-io:2.21.0=spotbugs
4543
commons-logging:commons-logging:1.2=testRuntimeClasspath
@@ -50,14 +48,13 @@ io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath
5048
io.opentracing:opentracing-noop:0.33.0=testRuntimeClasspath
5149
io.opentracing:opentracing-util:0.33.0=testRuntimeClasspath
5250
jakarta.activation:jakarta.activation-api:2.1.4=testRuntimeClasspath
53-
jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath
51+
jakarta.xml.bind:jakarta.xml.bind-api:4.0.5=testRuntimeClasspath
5452
jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath
5553
jaxen:jaxen:2.0.6=spotbugs
5654
net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath
5755
net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath
5856
net.bytebuddy:byte-buddy:1.18.3=testRuntimeClasspath
59-
net.sf.saxon:Saxon-HE:12.5=checkstyle
60-
net.sf.saxon:Saxon-HE:12.9=pmd,spotbugs
57+
net.sf.saxon:Saxon-HE:12.9=checkstyle,pmd,spotbugs
6158
net.sourceforge.pmd:pmd-ant:7.22.0=pmd
6259
net.sourceforge.pmd:pmd-core:7.22.0=pmd
6360
net.sourceforge.pmd:pmd-java:7.22.0=pmd
@@ -68,9 +65,6 @@ org.apache.commons:commons-lang3:3.18.0=checkstyle
6865
org.apache.commons:commons-lang3:3.20.0=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
6966
org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
7067
org.apache.commons:commons-text:1.3=checkstyle
71-
org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle
72-
org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle
73-
org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle
7468
org.apache.httpcomponents:httpclient:4.5.13=checkstyle
7569
org.apache.httpcomponents:httpclient:4.5.14=testRuntimeClasspath
7670
org.apache.httpcomponents:httpcore:4.4.14=checkstyle
@@ -85,7 +79,6 @@ org.apache.xbean:xbean-reflect:3.7=checkstyle
8579
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
8680
org.assertj:assertj-core:3.27.7=testRuntimeClasspath
8781
org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
88-
org.checkerframework:checker-qual:3.49.3=checkstyle
8982
org.checkerframework:checker-qual:3.53.1=pmd
9083
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
9184
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
@@ -94,33 +87,34 @@ org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
9487
org.codehaus.plexus:plexus-utils:3.3.0=checkstyle
9588
org.dom4j:dom4j:2.2.0=spotbugs
9689
org.eclipse.angus:angus-activation:2.0.3=testRuntimeClasspath
97-
org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath
98-
org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath
99-
org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath
90+
org.glassfish.jaxb:jaxb-core:4.0.9=testRuntimeClasspath
91+
org.glassfish.jaxb:jaxb-runtime:4.0.9=testRuntimeClasspath
92+
org.glassfish.jaxb:txw2:4.0.9=testRuntimeClasspath
10093
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
101-
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
102-
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
103-
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
104-
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
94+
org.jacoco:org.jacoco.agent:0.8.14=jacocoAgent,jacocoAnt
95+
org.jacoco:org.jacoco.ant:0.8.14=jacocoAnt
96+
org.jacoco:org.jacoco.core:0.8.14=jacocoAnt
97+
org.jacoco:org.jacoco.report:0.8.14=jacocoAnt
10598
org.jasypt:jasypt:1.9.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
10699
org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath
107100
org.jspecify:jspecify:1.0.0=checkstyle
108101
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
109102
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
110103
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
104+
org.junit.platform:junit-platform-launcher:1.14.0=testRuntimeClasspath
111105
org.junit:junit-bom:5.14.0=annotationProcessor,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
112106
org.junit:junit-bom:6.1.0=spotbugs
113107
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
114108
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
115109
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
116110
org.ow2.asm:asm-analysis:9.10.1=spotbugs
117111
org.ow2.asm:asm-commons:9.10.1=spotbugs
118-
org.ow2.asm:asm-commons:9.8=jacocoAnt
112+
org.ow2.asm:asm-commons:9.9=jacocoAnt
119113
org.ow2.asm:asm-tree:9.10.1=spotbugs
120-
org.ow2.asm:asm-tree:9.8=jacocoAnt
114+
org.ow2.asm:asm-tree:9.9=jacocoAnt
121115
org.ow2.asm:asm-util:9.10.1=spotbugs
122116
org.ow2.asm:asm:9.10.1=spotbugs
123-
org.ow2.asm:asm:9.8=jacocoAnt
117+
org.ow2.asm:asm:9.9=jacocoAnt
124118
org.ow2.asm:asm:9.9.1=pmd
125119
org.pcollections:pcollections:4.0.2=pmd
126120
org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath
@@ -132,9 +126,9 @@ org.slf4j:slf4j-api:2.0.17=spotbugsSlf4j
132126
org.slf4j:slf4j-api:2.0.18=spotbugs
133127
org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath
134128
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
129+
org.slf4j:slf4j-simple:2.0.18=checkstyle
135130
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
136131
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
137-
org.xmlresolver:xmlresolver:5.2.2=checkstyle
138-
org.xmlresolver:xmlresolver:5.3.3=pmd,spotbugs
132+
org.xmlresolver:xmlresolver:5.3.3=checkstyle,pmd,spotbugs
139133
org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
140134
empty=signatures,spotbugsPlugins

encryption-service-vault/gradle.lockfile

Lines changed: 27 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,28 @@ com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs
1717
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,runtimeClasspath,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
1818
com.google.code.gson:gson:2.13.2=pmd
1919
com.google.code.gson:gson:2.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
20-
com.google.errorprone:error_prone_annotations:2.36.0=checkstyle
2120
com.google.errorprone:error_prone_annotations:2.41.0=pmd
21+
com.google.errorprone:error_prone_annotations:2.47.0=checkstyle
2222
com.google.errorprone:error_prone_annotations:2.48.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
2323
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2424
com.google.guava:failureaccess:1.0.3=checkstyle
2525
com.google.guava:guava:32.1.3-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
26-
com.google.guava:guava:33.4.8-jre=checkstyle
26+
com.google.guava:guava:33.6.0-jre=checkstyle
2727
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2828
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
29-
com.google.j2objc:j2objc-annotations:3.0.0=checkstyle
30-
com.mx.path-core:common:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
31-
com.mx.path-core:context:7.0.1=testRuntimeClasspath
32-
com.mx.path-core:gateway:7.0.1=testRuntimeClasspath
33-
com.mx.path-core:messaging:7.0.1=testRuntimeClasspath
34-
com.mx.path-core:platform:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
35-
com.mx.path-core:testing:7.0.1=testCompileClasspath,testRuntimeClasspath
36-
com.mx.path-core:utilities:7.0.1=testRuntimeClasspath
37-
com.puppycrawl.tools:checkstyle:10.25.0=checkstyle
29+
com.google.j2objc:j2objc-annotations:3.1=checkstyle
30+
com.mx.path-core:common:7.0.2-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
31+
com.mx.path-core:context:7.0.2-SNAPSHOT=testRuntimeClasspath
32+
com.mx.path-core:gateway:7.0.2-SNAPSHOT=testRuntimeClasspath
33+
com.mx.path-core:messaging:7.0.2-SNAPSHOT=testRuntimeClasspath
34+
com.mx.path-core:platform:7.0.2-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
35+
com.mx.path-core:testing:7.0.2-SNAPSHOT=testCompileClasspath,testRuntimeClasspath
36+
com.mx.path-core:utilities:7.0.2-SNAPSHOT=testRuntimeClasspath
37+
com.puppycrawl.tools:checkstyle:13.6.0=checkstyle
3838
com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath
39-
com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath
40-
com.sun.xml.bind:jaxb-impl:4.0.6=testRuntimeClasspath
4139
commons-beanutils:commons-beanutils:1.11.0=checkstyle
40+
commons-codec:commons-codec:1.11=checkstyle
4241
commons-codec:commons-codec:1.14=testRuntimeClasspath
43-
commons-codec:commons-codec:1.15=checkstyle
4442
commons-collections:commons-collections:3.2.2=checkstyle
4543
commons-io:commons-io:2.21.0=spotbugs
4644
commons-logging:commons-logging:1.2=testRuntimeClasspath
@@ -51,14 +49,13 @@ io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath
5149
io.opentracing:opentracing-noop:0.33.0=testRuntimeClasspath
5250
io.opentracing:opentracing-util:0.33.0=testRuntimeClasspath
5351
jakarta.activation:jakarta.activation-api:2.1.4=testRuntimeClasspath
54-
jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath
52+
jakarta.xml.bind:jakarta.xml.bind-api:4.0.5=testRuntimeClasspath
5553
jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath
5654
jaxen:jaxen:2.0.6=spotbugs
5755
net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath
5856
net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath
5957
net.bytebuddy:byte-buddy:1.18.3=testRuntimeClasspath
60-
net.sf.saxon:Saxon-HE:12.5=checkstyle
61-
net.sf.saxon:Saxon-HE:12.9=pmd,spotbugs
58+
net.sf.saxon:Saxon-HE:12.9=checkstyle,pmd,spotbugs
6259
net.sourceforge.pmd:pmd-ant:7.22.0=pmd
6360
net.sourceforge.pmd:pmd-core:7.22.0=pmd
6461
net.sourceforge.pmd:pmd-java:7.22.0=pmd
@@ -69,9 +66,6 @@ org.apache.commons:commons-lang3:3.18.0=checkstyle
6966
org.apache.commons:commons-lang3:3.20.0=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
7067
org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
7168
org.apache.commons:commons-text:1.3=checkstyle
72-
org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle
73-
org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle
74-
org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle
7569
org.apache.httpcomponents:httpclient:4.5.13=checkstyle
7670
org.apache.httpcomponents:httpclient:4.5.14=testRuntimeClasspath
7771
org.apache.httpcomponents:httpcore:4.4.14=checkstyle
@@ -86,7 +80,6 @@ org.apache.xbean:xbean-reflect:3.7=checkstyle
8680
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
8781
org.assertj:assertj-core:3.27.7=testRuntimeClasspath
8882
org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
89-
org.checkerframework:checker-qual:3.49.3=checkstyle
9083
org.checkerframework:checker-qual:3.53.1=pmd
9184
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
9285
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
@@ -95,32 +88,33 @@ org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
9588
org.codehaus.plexus:plexus-utils:3.3.0=checkstyle
9689
org.dom4j:dom4j:2.2.0=spotbugs
9790
org.eclipse.angus:angus-activation:2.0.3=testRuntimeClasspath
98-
org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath
99-
org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath
100-
org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath
91+
org.glassfish.jaxb:jaxb-core:4.0.9=testRuntimeClasspath
92+
org.glassfish.jaxb:jaxb-runtime:4.0.9=testRuntimeClasspath
93+
org.glassfish.jaxb:txw2:4.0.9=testRuntimeClasspath
10194
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
102-
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
103-
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
104-
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
105-
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
95+
org.jacoco:org.jacoco.agent:0.8.14=jacocoAgent,jacocoAnt
96+
org.jacoco:org.jacoco.ant:0.8.14=jacocoAnt
97+
org.jacoco:org.jacoco.core:0.8.14=jacocoAnt
98+
org.jacoco:org.jacoco.report:0.8.14=jacocoAnt
10699
org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath
107100
org.jspecify:jspecify:1.0.0=checkstyle
108101
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
109102
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
110103
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
104+
org.junit.platform:junit-platform-launcher:1.14.0=testRuntimeClasspath
111105
org.junit:junit-bom:5.14.0=annotationProcessor,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
112106
org.junit:junit-bom:6.1.0=spotbugs
113107
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
114108
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
115109
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
116110
org.ow2.asm:asm-analysis:9.10.1=spotbugs
117111
org.ow2.asm:asm-commons:9.10.1=spotbugs
118-
org.ow2.asm:asm-commons:9.8=jacocoAnt
112+
org.ow2.asm:asm-commons:9.9=jacocoAnt
119113
org.ow2.asm:asm-tree:9.10.1=spotbugs
120-
org.ow2.asm:asm-tree:9.8=jacocoAnt
114+
org.ow2.asm:asm-tree:9.9=jacocoAnt
121115
org.ow2.asm:asm-util:9.10.1=spotbugs
122116
org.ow2.asm:asm:9.10.1=spotbugs
123-
org.ow2.asm:asm:9.8=jacocoAnt
117+
org.ow2.asm:asm:9.9=jacocoAnt
124118
org.ow2.asm:asm:9.9.1=pmd
125119
org.pcollections:pcollections:4.0.2=pmd
126120
org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath
@@ -132,9 +126,9 @@ org.slf4j:slf4j-api:2.0.17=spotbugsSlf4j
132126
org.slf4j:slf4j-api:2.0.18=spotbugs
133127
org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath
134128
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
129+
org.slf4j:slf4j-simple:2.0.18=checkstyle
135130
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
136131
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
137-
org.xmlresolver:xmlresolver:5.2.2=checkstyle
138-
org.xmlresolver:xmlresolver:5.3.3=pmd,spotbugs
132+
org.xmlresolver:xmlresolver:5.3.3=checkstyle,pmd,spotbugs
139133
org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
140134
empty=signatures,spotbugsPlugins

exception-reporter-honeybadger/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
// Transitive dependency of io.honeybadger:honeybadger-java:2.1.2
1313
api("com.fasterxml.jackson.core:jackson-core:2.21.1") {
1414
because "Fixes High Severity vulnerabilities: SNYK-JAVA-COMFASTERXMLJACKSONCORE-10500754, " +
15-
"SNYK-JAVA-COMFASTERXMLJACKSONCORE-15365924, and SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538"
15+
"SNYK-JAVA-COMFASTERXMLJACKSONCORE-15365924, and SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538"
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)