Skip to content

Commit 5c54b61

Browse files
feat: bump vulnerable dependencies
1 parent 6baa3db commit 5c54b61

File tree

17 files changed

+607
-525
lines changed

17 files changed

+607
-525
lines changed

build.gradle

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

10-
version "5.3.1" // x-release-please-version
10+
version "6.0.0-SNAPSHOT" // x-release-please-version
1111

1212
def platformProject = "platform"
1313

@@ -38,7 +38,7 @@ allprojects {
3838
}
3939

4040
ext {
41-
pathSDKVersion = "[4.0,5.0)"
41+
pathSDKVersion = "5.0.0-SNAPSHOT"
4242
}
4343
}
4444

@@ -61,9 +61,7 @@ subprojects {
6161
implementation platform("com.mx.path-core:platform:${project.ext.pathSDKVersion}")
6262
implementation "com.mx.path-core:common"
6363
testImplementation "com.mx.path-core:testing"
64-
testImplementation "org.junit.jupiter:junit-jupiter-api:[5.9.0,5.10.0)"
65-
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
66-
64+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.14.0"
6765
}
6866

6967
test { useJUnitPlatform() }
@@ -88,7 +86,7 @@ subprojects {
8886
coppuccino {
8987
rootDir = "${projectDir}/"
9088
dependencies {
91-
excludePreReleaseVersions = true
89+
excludePreReleaseVersions = false
9290
}
9391
}
9492

encryption-service-jasypt/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
compileOnly "org.slf4j:slf4j-api"
1414

1515
//testing dependencies
16-
testImplementation "org.mockito:mockito-inline:4.+"
16+
testImplementation "org.mockito:mockito-inline:[4.0,5.0["
1717
testImplementation "org.slf4j:slf4j-simple:1.7.30"
18-
testImplementation "org.spockframework:spock-core:2.+"
18+
testImplementation "org.spockframework:spock-core:2.4-M6-groovy-3.0"
1919
}
Lines changed: 77 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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-
antlr:antlr:2.7.7=checkstyle
54
com.auth0:java-jwt:4.5.0=testRuntimeClasspath
65
com.beust:jcommander:1.48=pmd
76
com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath
@@ -10,38 +9,41 @@ com.fasterxml.jackson.core:jackson-core:2.15.4=testRuntimeClasspath
109
com.fasterxml.jackson.core:jackson-databind:2.15.4=testRuntimeClasspath
1110
com.fasterxml.jackson:jackson-bom:2.15.4=testRuntimeClasspath
1211
com.github.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
13-
com.github.spotbugs:spotbugs-annotations:4.7.2=runtimeClasspath,testRuntimeClasspath
14-
com.github.spotbugs:spotbugs-annotations:4.8.2=compileClasspath,spotbugs,testCompileClasspath
15-
com.github.spotbugs:spotbugs:4.8.2=spotbugs
12+
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
13+
com.github.spotbugs:spotbugs:4.9.8=spotbugs
1614
com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs
1715
com.google.code.findbugs:jsr305:3.0.2=checkstyle,compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
18-
com.google.code.gson:gson:2.10.1=spotbugs
16+
com.google.code.gson:gson:2.13.2=spotbugs
1917
com.google.code.gson:gson:2.8.9=pmd
2018
com.google.code.gson:gson:2.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
21-
com.google.errorprone:error_prone_annotations:2.11.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
22-
com.google.errorprone:error_prone_annotations:2.3.4=checkstyle
23-
com.google.guava:failureaccess:1.0.1=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
24-
com.google.guava:guava:28.2-jre=checkstyle
25-
com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
19+
com.google.errorprone:error_prone_annotations:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
20+
com.google.errorprone:error_prone_annotations:2.36.0=checkstyle
21+
com.google.errorprone:error_prone_annotations:2.41.0=spotbugs
22+
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
23+
com.google.guava:failureaccess:1.0.3=checkstyle
24+
com.google.guava:guava:32.1.3-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
25+
com.google.guava:guava:33.4.8-jre=checkstyle
2626
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
27-
com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
28-
com.mx.path-core:common:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
29-
com.mx.path-core:context:4.5.4=testRuntimeClasspath
30-
com.mx.path-core:gateway:4.5.4=testRuntimeClasspath
31-
com.mx.path-core:messaging:4.5.4=testRuntimeClasspath
32-
com.mx.path-core:platform:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33-
com.mx.path-core:testing:4.5.4=testCompileClasspath,testRuntimeClasspath
34-
com.mx.path-core:utilities:4.5.4=testRuntimeClasspath
35-
com.puppycrawl.tools:checkstyle:8.29=checkstyle
27+
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:5.0.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
30+
com.mx.path-core:context:5.0.0-SNAPSHOT=testRuntimeClasspath
31+
com.mx.path-core:gateway:5.0.0-SNAPSHOT=testRuntimeClasspath
32+
com.mx.path-core:messaging:5.0.0-SNAPSHOT=testRuntimeClasspath
33+
com.mx.path-core:platform:5.0.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34+
com.mx.path-core:testing:5.0.0-SNAPSHOT=testCompileClasspath,testRuntimeClasspath
35+
com.mx.path-core:utilities:5.0.0-SNAPSHOT=testRuntimeClasspath
36+
com.puppycrawl.tools:checkstyle:10.25.0=checkstyle
3637
com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath
3738
com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath
3839
com.sun.xml.bind:jaxb-impl:2.3.1=testRuntimeClasspath
39-
commons-beanutils:commons-beanutils:1.9.4=checkstyle
40-
commons-codec:commons-codec:1.15=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
40+
commons-beanutils:commons-beanutils:1.11.0=checkstyle
41+
commons-codec:commons-codec:1.15=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4142
commons-collections:commons-collections:3.2.2=checkstyle
43+
commons-io:commons-io:2.20.0=spotbugs
4244
commons-lang:commons-lang:2.6=testRuntimeClasspath
4345
commons-logging:commons-logging:1.2=testRuntimeClasspath
44-
info.picocli:picocli:4.1.4=checkstyle
46+
info.picocli:picocli:4.7.7=checkstyle
4547
io.github.cdimascio:dotenv-java:2.3.2=testRuntimeClasspath
4648
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
4749
io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath
@@ -51,77 +53,82 @@ jakarta.activation:jakarta.activation-api:1.2.2=testRuntimeClasspath
5153
jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=testRuntimeClasspath
5254
jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=testRuntimeClasspath
5355
jaxen:jaxen:2.0.0=spotbugs
54-
junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath
5556
net.bytebuddy:byte-buddy-agent:1.12.19=testCompileClasspath,testRuntimeClasspath
5657
net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath,testRuntimeClasspath
57-
net.sf.saxon:Saxon-HE:12.3=spotbugs
58-
net.sf.saxon:Saxon-HE:9.9.1-6=checkstyle
59-
net.sourceforge.pmd:pmd-core:6.54.0=pmd
60-
net.sourceforge.pmd:pmd-java:6.54.0=pmd
58+
net.sf.saxon:Saxon-HE:12.5=checkstyle
59+
net.sf.saxon:Saxon-HE:12.9=spotbugs
60+
net.sourceforge.pmd:pmd-core:6.55.0=pmd
61+
net.sourceforge.pmd:pmd-java:6.55.0=pmd
6162
net.sourceforge.saxon:saxon:9.1.0.8=pmd
63+
org.antlr:antlr4-runtime:4.13.2=checkstyle
6264
org.antlr:antlr4-runtime:4.7.2=pmd
63-
org.antlr:antlr4-runtime:4.8-1=checkstyle
64-
org.apache.bcel:bcel:6.6.1=spotbugs
65-
org.apache.commons:commons-lang3:3.13.0=spotbugs
65+
org.apache.bcel:bcel:6.11.0=spotbugs
6666
org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
67-
org.apache.commons:commons-lang3:3.8.1=pmd
68-
org.apache.commons:commons-text:1.10.0=spotbugs
69-
org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
70-
org.apache.groovy:groovy-bom:4.0.26=testCompileClasspath,testRuntimeClasspath
71-
org.apache.groovy:groovy:4.0.26=testCompileClasspath,testRuntimeClasspath
72-
org.apache.httpcomponents.client5:httpclient5:5.1.3=spotbugs
73-
org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=spotbugs
74-
org.apache.httpcomponents.core5:httpcore5:5.1.3=spotbugs
75-
org.apache.httpcomponents:httpclient:4.5.13=testRuntimeClasspath
67+
org.apache.commons:commons-lang3:3.19.0=spotbugs
68+
org.apache.commons:commons-lang3:3.8.1=checkstyle,pmd
69+
org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
70+
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
74+
org.apache.httpcomponents:httpclient:4.5.13=checkstyle,testRuntimeClasspath
7675
org.apache.httpcomponents:httpcore:4.4.13=testRuntimeClasspath
77-
org.apache.logging.log4j:log4j-api:2.22.0=spotbugs
78-
org.apache.logging.log4j:log4j-core:2.22.0=spotbugs
76+
org.apache.httpcomponents:httpcore:4.4.14=checkstyle
77+
org.apache.logging.log4j:log4j-api:2.25.2=spotbugs
78+
org.apache.logging.log4j:log4j-core:2.25.2=spotbugs
79+
org.apache.maven.doxia:doxia-core:1.12.0=checkstyle
80+
org.apache.maven.doxia:doxia-logging-api:1.12.0=checkstyle
81+
org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle
82+
org.apache.maven.doxia:doxia-sink-api:1.12.0=checkstyle
83+
org.apache.xbean:xbean-reflect:3.7=checkstyle
7984
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
80-
org.checkerframework:checker-qual:2.10.0=checkstyle
81-
org.checkerframework:checker-qual:3.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
82-
org.dom4j:dom4j:2.1.4=spotbugs
83-
org.glassfish.jaxb:jaxb-runtime:2.3.7=testRuntimeClasspath
84-
org.glassfish.jaxb:txw2:2.3.7=testRuntimeClasspath
85-
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
85+
org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
86+
org.checkerframework:checker-qual:3.49.3=checkstyle
87+
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
88+
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
89+
org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
90+
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
91+
org.codehaus.plexus:plexus-utils:3.3.0=checkstyle
92+
org.dom4j:dom4j:2.2.0=spotbugs
93+
org.glassfish.jaxb:jaxb-runtime:2.3.9=testRuntimeClasspath
94+
org.glassfish.jaxb:txw2:2.3.9=testRuntimeClasspath
8695
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
8796
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
8897
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt
8998
org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
9099
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
91100
org.jasypt:jasypt:1.9.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
92-
org.javassist:javassist:3.28.0-GA=testRuntimeClasspath
93-
org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath
94-
org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath
95-
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath
96-
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath
97-
org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath
98-
org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath
99-
org.junit:junit-bom:5.9.0=runtimeClasspath
101+
org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath
102+
org.jspecify:jspecify:1.0.0=checkstyle
103+
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
104+
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
105+
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
106+
org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
100107
org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath
101108
org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath
102109
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
103110
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
104111
org.ow2.asm:asm-analysis:9.2=jacocoAnt
105-
org.ow2.asm:asm-analysis:9.6=spotbugs
112+
org.ow2.asm:asm-analysis:9.9=spotbugs
106113
org.ow2.asm:asm-commons:9.2=jacocoAnt
107-
org.ow2.asm:asm-commons:9.6=spotbugs
114+
org.ow2.asm:asm-commons:9.9=spotbugs
108115
org.ow2.asm:asm-tree:9.2=jacocoAnt
109-
org.ow2.asm:asm-tree:9.6=spotbugs
110-
org.ow2.asm:asm-util:9.6=spotbugs
116+
org.ow2.asm:asm-tree:9.9=spotbugs
117+
org.ow2.asm:asm-util:9.9=spotbugs
111118
org.ow2.asm:asm:9.2=jacocoAnt
112-
org.ow2.asm:asm:9.3=pmd
113-
org.ow2.asm:asm:9.6=spotbugs
114-
org.projectlombok:lombok:1.18.38=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath
115-
org.reflections:reflections:0.10.2=testRuntimeClasspath
119+
org.ow2.asm:asm:9.4=pmd
120+
org.ow2.asm:asm:9.9=spotbugs
121+
org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath
122+
org.reflections:reflections:0.10.2=checkstyle,testRuntimeClasspath
116123
org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspath
117124
org.slf4j:slf4j-api:1.7.32=testRuntimeClasspath
118-
org.slf4j:slf4j-api:2.0.0=spotbugsSlf4j
119-
org.slf4j:slf4j-api:2.0.9=spotbugs
125+
org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j
120126
org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath
121-
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
122-
org.spockframework:spock-bom:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath
123-
org.spockframework:spock-core:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath
124-
org.spockframework:spock-junit4:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath
125-
org.xmlresolver:xmlresolver:5.2.0=spotbugs
127+
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
128+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
129+
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
130+
org.xmlresolver:xmlresolver:5.2.2=checkstyle
131+
org.xmlresolver:xmlresolver:5.3.3=spotbugs
126132
org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
133+
ru.vyarus:spock-junit5:1.0.1=testCompileClasspath,testRuntimeClasspath
127134
empty=signatures,spotbugsPlugins

0 commit comments

Comments
 (0)