Skip to content

Commit 9ee8c13

Browse files
feat!: bump vulnerable dependencies
1 parent 6baa3db commit 9ee8c13

File tree

20 files changed

+648
-564
lines changed

20 files changed

+648
-564
lines changed

build.gradle

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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 "4.4.2" apply false
4+
id "com.github.mxenabled.vogue" version "1.1.0"
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
@@ -19,26 +19,20 @@ allprojects {
1919
group "com.mx.path-facilities"
2020
description "MX Path Facilities"
2121
version rootProject.version
22-
sourceCompatibility = 1.8
23-
targetCompatibility = 1.8
22+
sourceCompatibility = JavaVersion.VERSION_17
23+
targetCompatibility = JavaVersion.VERSION_17
2424

2525
repositories {
2626
mavenCentral()
2727
mavenLocal()
28-
// maven {
29-
// url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
30-
// mavenContent {
31-
// snapshotsOnly()
32-
// }
33-
// }
3428
}
3529

3630
configurations.all {
3731
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
3832
}
3933

4034
ext {
41-
pathSDKVersion = "[4.0,5.0)"
35+
pathSDKVersion = "4.7.0"
4236
}
4337
}
4438

@@ -61,9 +55,6 @@ subprojects {
6155
implementation platform("com.mx.path-core:platform:${project.ext.pathSDKVersion}")
6256
implementation "com.mx.path-core:common"
6357
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-
6758
}
6859

6960
test { useJUnitPlatform() }

encryption-service-jasypt/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ coppuccino {
33
minimumCoverage = 1.00
44
}
55
dependencies {
6-
excludePreReleaseVersions = false
6+
excludePreReleaseVersions = true
77
}
88
}
99

@@ -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: 82 additions & 71 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:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
30+
com.mx.path-core:context:4.7.0=testRuntimeClasspath
31+
com.mx.path-core:gateway:4.7.0=testRuntimeClasspath
32+
com.mx.path-core:messaging:4.7.0=testRuntimeClasspath
33+
com.mx.path-core:platform:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34+
com.mx.path-core:testing:4.7.0=testCompileClasspath,testRuntimeClasspath
35+
com.mx.path-core:utilities:4.7.0=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,86 @@ 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
56-
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
57+
net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath
58+
net.bytebuddy:byte-buddy:1.17.7=testRuntimeClasspath
59+
net.sf.saxon:Saxon-HE:12.5=checkstyle
60+
net.sf.saxon:Saxon-HE:12.9=spotbugs
61+
net.sourceforge.pmd:pmd-core:6.55.0=pmd
62+
net.sourceforge.pmd:pmd-java:6.55.0=pmd
6163
net.sourceforge.saxon:saxon:9.1.0.8=pmd
64+
org.antlr:antlr4-runtime:4.13.2=checkstyle
6265
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
66+
org.apache.bcel:bcel:6.11.0=spotbugs
6667
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
68+
org.apache.commons:commons-lang3:3.19.0=spotbugs
69+
org.apache.commons:commons-lang3:3.8.1=checkstyle,pmd
70+
org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
71+
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
75+
org.apache.httpcomponents:httpclient:4.5.13=checkstyle,testRuntimeClasspath
7676
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
77+
org.apache.httpcomponents:httpcore:4.4.14=checkstyle
78+
org.apache.logging.log4j:log4j-api:2.25.2=spotbugs
79+
org.apache.logging.log4j:log4j-core:2.25.2=spotbugs
80+
org.apache.maven.doxia:doxia-core:1.12.0=checkstyle
81+
org.apache.maven.doxia:doxia-logging-api:1.12.0=checkstyle
82+
org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle
83+
org.apache.maven.doxia:doxia-sink-api:1.12.0=checkstyle
84+
org.apache.xbean:xbean-reflect:3.7=checkstyle
7985
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
86+
org.assertj:assertj-core:3.27.6=testRuntimeClasspath
87+
org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
88+
org.checkerframework:checker-qual:3.49.3=checkstyle
89+
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
90+
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
91+
org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
92+
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
93+
org.codehaus.plexus:plexus-utils:3.3.0=checkstyle
94+
org.dom4j:dom4j:2.2.0=spotbugs
95+
org.glassfish.jaxb:jaxb-runtime:2.3.9=testRuntimeClasspath
96+
org.glassfish.jaxb:txw2:2.3.9=testRuntimeClasspath
8697
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
8798
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
8899
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt
89100
org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
90101
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
91102
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
103+
org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath
104+
org.jspecify:jspecify:1.0.0=checkstyle
105+
org.junit.jupiter:junit-jupiter-api:5.14.0=testRuntimeClasspath
106+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath
107+
org.junit.platform:junit-platform-commons:1.14.0=testRuntimeClasspath
108+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath
109+
org.junit.platform:junit-platform-engine:1.14.0=testRuntimeClasspath
110+
org.junit:junit-bom:5.12.2=testCompileClasspath
111+
org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testRuntimeClasspath
100112
org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath
101113
org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath
102114
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
103115
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
104116
org.ow2.asm:asm-analysis:9.2=jacocoAnt
105-
org.ow2.asm:asm-analysis:9.6=spotbugs
117+
org.ow2.asm:asm-analysis:9.9=spotbugs
106118
org.ow2.asm:asm-commons:9.2=jacocoAnt
107-
org.ow2.asm:asm-commons:9.6=spotbugs
119+
org.ow2.asm:asm-commons:9.9=spotbugs
108120
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
121+
org.ow2.asm:asm-tree:9.9=spotbugs
122+
org.ow2.asm:asm-util:9.9=spotbugs
111123
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
124+
org.ow2.asm:asm:9.4=pmd
125+
org.ow2.asm:asm:9.9=spotbugs
126+
org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath
127+
org.reflections:reflections:0.10.2=checkstyle,testRuntimeClasspath
116128
org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspath
117129
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
130+
org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j
120131
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
132+
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
133+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
134+
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
135+
org.xmlresolver:xmlresolver:5.2.2=checkstyle
136+
org.xmlresolver:xmlresolver:5.3.3=spotbugs
126137
org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
127138
empty=signatures,spotbugsPlugins

encryption-service-vault/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ coppuccino {
33
minimumCoverage = 0.88
44
}
55
dependencies {
6-
excludePreReleaseVersions = false
6+
excludePreReleaseVersions = true
77
}
88
}
99

0 commit comments

Comments
 (0)