Skip to content

Commit de764af

Browse files
feat: update vulnerable deps
1 parent 30ca6e0 commit de764af

19 files changed

Lines changed: 495 additions & 440 deletions

File tree

build.gradle

Lines changed: 7 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
@@ -26,8 +26,8 @@ allprojects {
2626
group "com.mx.path-mdx-model"
2727
description "Path MDX Model"
2828
version rootProject.version
29-
sourceCompatibility = 1.8
30-
targetCompatibility = 1.8
29+
sourceCompatibility = JavaVersion.VERSION_17
30+
targetCompatibility = JavaVersion.VERSION_17
3131

3232
repositories {
3333
mavenCentral()
@@ -45,8 +45,8 @@ allprojects {
4545
}
4646

4747
ext {
48-
pathSDKVersion = "[4.0,5.0)"
49-
springVersion = "[2.7.0,2.8.0)!!2.7.5"
48+
pathSDKVersion = "4.7.0"
49+
springVersion = "2.7.18"
5050
}
5151
}
5252

@@ -63,14 +63,7 @@ subprojects {
6363
api platform("com.mx.path-core:platform:${project.ext.pathSDKVersion}")
6464

6565
testImplementation "org.mockito:mockito-inline:[4.0,5.0)"
66-
testImplementation "org.spockframework:spock-core:[2.0,3.0)"
67-
testImplementation "org.junit.jupiter:junit-jupiter-api:[5.9.0,5.10.0)"
68-
69-
// Lock testing dependencies to stable versions
70-
constraints {
71-
testImplementation "org.spockframework:spock-core:2.4-M1-groovy-4.0"
72-
testImplementation "org.spockframework:spock-junit4:2.4-M1-groovy-4.0"
73-
}
66+
testImplementation "org.spockframework:spock-core:2.4-M6-groovy-3.0"
7467
}
7568

7669
test { useJUnitPlatform() }

gradle/wrapper/gradle-wrapper.jar

1.76 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-bin.zip
4+
networkTimeout=10000
45
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists

gradlew

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mdx-gateway-generator/gradle.lockfile

Lines changed: 56 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,42 @@ com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.4=compileClasspath,r
1111
com.fasterxml.jackson:jackson-bom:2.15.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1212
com.fasterxml.woodstox:woodstox-core:6.5.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1313
com.github.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
14-
com.github.spotbugs:spotbugs-annotations:4.7.2=runtimeClasspath,testRuntimeClasspath
15-
com.github.spotbugs:spotbugs-annotations:4.8.2=compileClasspath,spotbugs,testCompileClasspath
16-
com.github.spotbugs:spotbugs:4.8.2=spotbugs
14+
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
15+
com.github.spotbugs:spotbugs:4.9.8=spotbugs
1716
com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs
18-
com.google.auto.service:auto-service-annotations:1.0.1=runtimeClasspath,testRuntimeClasspath
19-
com.google.auto.service:auto-service:1.0.1=runtimeClasspath,testRuntimeClasspath
20-
com.google.auto:auto-common:1.2=runtimeClasspath,testRuntimeClasspath
17+
com.google.auto.service:auto-service-annotations:1.1.1=runtimeClasspath,testRuntimeClasspath
18+
com.google.auto.service:auto-service:1.1.1=runtimeClasspath,testRuntimeClasspath
19+
com.google.auto:auto-common:1.2.1=runtimeClasspath,testRuntimeClasspath
2120
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
22-
com.google.code.gson:gson:2.10.1=spotbugs
21+
com.google.code.gson:gson:2.13.2=spotbugs
2322
com.google.code.gson:gson:2.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
24-
com.google.errorprone:error_prone_annotations:2.11.0=compileClasspath,testCompileClasspath
25-
com.google.errorprone:error_prone_annotations:2.7.1=runtimeClasspath,testRuntimeClasspath
23+
com.google.errorprone:error_prone_annotations:2.18.0=runtimeClasspath,testRuntimeClasspath
24+
com.google.errorprone:error_prone_annotations:2.21.1=compileClasspath,testCompileClasspath
25+
com.google.errorprone:error_prone_annotations:2.41.0=spotbugs
2626
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
27-
com.google.guava:guava:31.0.1-jre=runtimeClasspath,testRuntimeClasspath
28-
com.google.guava:guava:31.1-jre=compileClasspath,testCompileClasspath
27+
com.google.guava:guava:32.0.1-jre=runtimeClasspath,testRuntimeClasspath
28+
com.google.guava:guava:32.1.3-jre=compileClasspath,testCompileClasspath
2929
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
30-
com.google.j2objc:j2objc-annotations:1.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
31-
com.mx.path-core:common:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
32-
com.mx.path-core:context:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33-
com.mx.path-core:gateway-generator:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34-
com.mx.path-core:gateway:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
35-
com.mx.path-core:messaging:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
36-
com.mx.path-core:platform:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
37-
com.mx.path-core:utilities:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
30+
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
31+
com.mx.path-core:common:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
32+
com.mx.path-core:context:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33+
com.mx.path-core:gateway-generator:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34+
com.mx.path-core:gateway:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
35+
com.mx.path-core:messaging:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
36+
com.mx.path-core:platform:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
37+
com.mx.path-core:utilities:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3838
com.squareup:javapoet:1.13.0=runtimeClasspath,testRuntimeClasspath
3939
com.sun.activation:jakarta.activation:1.2.2=runtimeClasspath,testRuntimeClasspath
4040
com.sun.istack:istack-commons-runtime:3.0.12=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4141
com.sun.xml.bind:jaxb-impl:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42-
commons-beanutils:commons-beanutils:1.9.4=runtimeClasspath,testRuntimeClasspath
42+
commons-beanutils:commons-beanutils:1.11.0=runtimeClasspath,testRuntimeClasspath
4343
commons-codec:commons-codec:1.11=runtimeClasspath,testRuntimeClasspath
44-
commons-codec:commons-codec:1.15=spotbugs
4544
commons-collections:commons-collections:3.2.2=runtimeClasspath,testRuntimeClasspath
45+
commons-io:commons-io:2.20.0=spotbugs
4646
commons-lang:commons-lang:2.6=runtimeClasspath,testRuntimeClasspath
47-
commons-logging:commons-logging:1.2=runtimeClasspath,testRuntimeClasspath
47+
commons-logging:commons-logging:1.3.5=runtimeClasspath,testRuntimeClasspath
4848
io.github.cdimascio:dotenv-java:2.3.2=runtimeClasspath,testRuntimeClasspath
49+
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
4950
io.opentracing:opentracing-api:0.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5051
io.opentracing:opentracing-noop:0.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5152
io.opentracing:opentracing-util:0.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -55,59 +56,56 @@ jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=compileClasspath,runtimeClasspath,te
5556
jaxen:jaxen:2.0.0=spotbugs
5657
net.bytebuddy:byte-buddy-agent:1.12.19=testCompileClasspath,testRuntimeClasspath
5758
net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath,testRuntimeClasspath
58-
net.sf.saxon:Saxon-HE:12.3=spotbugs
59-
org.apache.bcel:bcel:6.6.1=spotbugs
60-
org.apache.commons:commons-lang3:3.13.0=spotbugs
61-
org.apache.commons:commons-lang3:3.17.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
62-
org.apache.commons:commons-text:1.10.0=spotbugs
63-
org.apache.commons:commons-text:1.13.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
64-
org.apache.groovy:groovy-bom:4.0.6=testCompileClasspath,testRuntimeClasspath
65-
org.apache.groovy:groovy:4.0.6=testCompileClasspath,testRuntimeClasspath
66-
org.apache.httpcomponents.client5:httpclient5:5.1.3=spotbugs
67-
org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=spotbugs
68-
org.apache.httpcomponents.core5:httpcore5:5.1.3=spotbugs
59+
net.sf.saxon:Saxon-HE:12.9=spotbugs
60+
org.apache.bcel:bcel:6.11.0=spotbugs
61+
org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
62+
org.apache.commons:commons-lang3:3.19.0=spotbugs
63+
org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
6964
org.apache.httpcomponents:httpclient:4.5.13=runtimeClasspath,testRuntimeClasspath
7065
org.apache.httpcomponents:httpcore:4.4.13=runtimeClasspath,testRuntimeClasspath
71-
org.apache.logging.log4j:log4j-api:2.22.0=spotbugs
72-
org.apache.logging.log4j:log4j-core:2.22.0=spotbugs
66+
org.apache.logging.log4j:log4j-api:2.25.2=spotbugs
67+
org.apache.logging.log4j:log4j-core:2.25.2=spotbugs
7368
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
74-
org.checkerframework:checker-qual:3.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
69+
org.checkerframework:checker-qual:3.33.0=runtimeClasspath,testRuntimeClasspath
70+
org.checkerframework:checker-qual:3.37.0=compileClasspath,testCompileClasspath
71+
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
7572
org.codehaus.woodstox:stax2-api:4.2.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
76-
org.dom4j:dom4j:2.1.4=spotbugs
77-
org.glassfish.jaxb:jaxb-runtime:2.3.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
78-
org.glassfish.jaxb:txw2:2.3.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
79-
org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath
73+
org.dom4j:dom4j:2.2.0=spotbugs
74+
org.glassfish.jaxb:jaxb-runtime:2.3.9=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
75+
org.glassfish.jaxb:txw2:2.3.9=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
76+
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
8077
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
8178
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt
8279
org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
8380
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
8481
org.javassist:javassist:3.28.0-GA=runtimeClasspath,testRuntimeClasspath
85-
org.junit.jupiter:junit-jupiter-api:5.9.3=testCompileClasspath,testRuntimeClasspath
86-
org.junit.platform:junit-platform-commons:1.9.3=testCompileClasspath,testRuntimeClasspath
87-
org.junit.platform:junit-platform-engine:1.9.3=testCompileClasspath,testRuntimeClasspath
88-
org.junit:junit-bom:5.9.0=runtimeClasspath
89-
org.junit:junit-bom:5.9.3=testCompileClasspath,testRuntimeClasspath
82+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath
83+
org.junit.platform:junit-platform-commons:1.14.0=testRuntimeClasspath
84+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath
85+
org.junit.platform:junit-platform-engine:1.14.0=testRuntimeClasspath
86+
org.junit:junit-bom:5.12.2=testCompileClasspath
87+
org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testRuntimeClasspath
9088
org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath
9189
org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath
9290
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
93-
org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath
91+
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
9492
org.ow2.asm:asm-analysis:9.2=jacocoAnt
95-
org.ow2.asm:asm-analysis:9.6=spotbugs
93+
org.ow2.asm:asm-analysis:9.9=spotbugs
9694
org.ow2.asm:asm-commons:9.2=jacocoAnt
97-
org.ow2.asm:asm-commons:9.6=spotbugs
95+
org.ow2.asm:asm-commons:9.9=spotbugs
9896
org.ow2.asm:asm-tree:9.2=jacocoAnt
99-
org.ow2.asm:asm-tree:9.6=spotbugs
100-
org.ow2.asm:asm-util:9.6=spotbugs
97+
org.ow2.asm:asm-tree:9.9=spotbugs
98+
org.ow2.asm:asm-util:9.9=spotbugs
10199
org.ow2.asm:asm:9.2=jacocoAnt
102-
org.ow2.asm:asm:9.6=spotbugs
100+
org.ow2.asm:asm:9.9=spotbugs
103101
org.projectlombok:lombok:1.18.24=runtimeClasspath,testRuntimeClasspath
104-
org.projectlombok:lombok:1.18.38=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath
102+
org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath
105103
org.reflections:reflections:0.10.2=runtimeClasspath,testRuntimeClasspath
106104
org.slf4j:slf4j-api:1.7.32=runtimeClasspath,testRuntimeClasspath
107-
org.slf4j:slf4j-api:2.0.0=spotbugsSlf4j
108-
org.slf4j:slf4j-api:2.0.9=spotbugs
109-
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
110-
org.spockframework:spock-core:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath
111-
org.xmlresolver:xmlresolver:5.2.0=spotbugs
105+
org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j
106+
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
107+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
108+
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
109+
org.xmlresolver:xmlresolver:5.3.3=spotbugs
112110
org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
113-
empty=signatures,spotbugsPlugins
111+
empty=spotbugsPlugins

mdx-gateways/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
coppuccino {
22
coverage {
3-
minimumCoverage = 0.53
3+
minimumCoverage = 0.99
44
excludes = [
55
"build/generated/**",
66
"com/mx/path/gateway/api/**",

0 commit comments

Comments
 (0)