Skip to content

Commit 3350cc3

Browse files
meotchwilliamsmeotch
authored andcommitted
feat!: bump gradle, quality plugin, spring
1 parent a9089a8 commit 3350cc3

39 files changed

+374
-358
lines changed

build.gradle

Lines changed: 5 additions & 12 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.4.2" apply false
4-
id "com.github.mxenabled.vogue" version "1.1.0"
3+
id "com.github.mxenabled.coppuccino" version "5.+" apply false
4+
id "com.github.mxenabled.vogue" version "2.+"
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
@@ -39,8 +39,8 @@ allprojects {
3939
}
4040

4141
ext {
42-
pathSDKVersion = "4.7.0"
43-
springVersion = "2.7.18"
42+
pathSDKVersion = "[5.0,6.0)"
43+
springVersion = "3.5.8"
4444
}
4545
}
4646

@@ -56,21 +56,14 @@ subprojects {
5656
dependencies {
5757
api platform("com.mx.path-core:platform:${project.ext.pathSDKVersion}")
5858

59-
testImplementation "org.mockito:mockito-inline:[4.0,5.0)"
59+
testImplementation "org.mockito:mockito-inline:[5.0,6.0)"
6060
testImplementation "org.spockframework:spock-core:2.4-M6-groovy-3.0"
6161
}
6262

6363
test { useJUnitPlatform() }
6464

6565
compileJava { options.compilerArgs << "-parameters" }
6666

67-
sourceSets {
68-
test {
69-
groovy { srcDirs "src/test/groovy" }
70-
java { srcDirs "src/test/java" }
71-
}
72-
}
73-
7467
javadoc {
7568
classpath = configurations.compileClasspath
7669
options {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

mdx-gateway-generator/gradle.lockfile

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,24 @@ com.google.auto.service:auto-service-annotations:1.1.1=runtimeClasspath,testRunt
1818
com.google.auto.service:auto-service:1.1.1=runtimeClasspath,testRuntimeClasspath
1919
com.google.auto:auto-common:1.2.1=runtimeClasspath,testRuntimeClasspath
2020
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
21-
com.google.code.gson:gson:2.13.2=spotbugs
22-
com.google.code.gson:gson:2.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,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
21+
com.google.code.gson:gson:2.13.2=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
22+
com.google.errorprone:error_prone_annotations:2.41.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
2623
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2724
com.google.guava:guava:32.0.1-jre=runtimeClasspath,testRuntimeClasspath
2825
com.google.guava:guava:32.1.3-jre=compileClasspath,testCompileClasspath
2926
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3027
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
28+
com.mx.path-core:common:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
29+
com.mx.path-core:context:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
30+
com.mx.path-core:gateway-generator:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
31+
com.mx.path-core:gateway:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
32+
com.mx.path-core:messaging:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33+
com.mx.path-core:platform:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34+
com.mx.path-core:utilities:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3835
com.squareup:javapoet:1.13.0=runtimeClasspath,testRuntimeClasspath
39-
com.sun.activation:jakarta.activation:1.2.2=runtimeClasspath,testRuntimeClasspath
40-
com.sun.istack:istack-commons-runtime:3.0.12=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
41-
com.sun.xml.bind:jaxb-impl:2.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
36+
com.sun.istack:istack-commons-runtime:4.1.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
37+
com.sun.xml.bind:jaxb-core:4.0.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
38+
com.sun.xml.bind:jaxb-impl:4.0.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4239
commons-beanutils:commons-beanutils:1.11.0=runtimeClasspath,testRuntimeClasspath
4340
commons-codec:commons-codec:1.11=runtimeClasspath,testRuntimeClasspath
4441
commons-collections:commons-collections:3.2.2=runtimeClasspath,testRuntimeClasspath
@@ -50,17 +47,18 @@ io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
5047
io.opentracing:opentracing-api:0.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5148
io.opentracing:opentracing-noop:0.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5249
io.opentracing:opentracing-util:0.33.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
53-
jakarta.activation:jakarta.activation-api:1.2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
54-
jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
55-
jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50+
jakarta.activation:jakarta.activation-api:2.1.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
51+
jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
52+
jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5653
jaxen:jaxen:2.0.0=spotbugs
57-
net.bytebuddy:byte-buddy-agent:1.12.19=testCompileClasspath,testRuntimeClasspath
58-
net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath,testRuntimeClasspath
54+
net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath
55+
net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath,testRuntimeClasspath
5956
net.sf.saxon:Saxon-HE:12.9=spotbugs
6057
org.apache.bcel:bcel:6.11.0=spotbugs
61-
org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6258
org.apache.commons:commons-lang3:3.19.0=spotbugs
63-
org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
59+
org.apache.commons:commons-lang3:3.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
60+
org.apache.commons:commons-text:1.14.0=spotbugs
61+
org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6462
org.apache.httpcomponents:httpclient:4.5.13=runtimeClasspath,testRuntimeClasspath
6563
org.apache.httpcomponents:httpcore:4.4.13=runtimeClasspath,testRuntimeClasspath
6664
org.apache.logging.log4j:log4j-api:2.25.2=spotbugs
@@ -71,8 +69,10 @@ org.checkerframework:checker-qual:3.37.0=compileClasspath,testCompileClasspath
7169
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
7270
org.codehaus.woodstox:stax2-api:4.2.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7371
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
72+
org.eclipse.angus:angus-activation:2.0.3=runtimeClasspath,testRuntimeClasspath
73+
org.glassfish.jaxb:jaxb-core:4.0.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
74+
org.glassfish.jaxb:jaxb-runtime:4.0.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
75+
org.glassfish.jaxb:txw2:4.0.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7676
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
7777
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
7878
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt
@@ -85,8 +85,8 @@ org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath
8585
org.junit.platform:junit-platform-engine:1.14.0=testRuntimeClasspath
8686
org.junit:junit-bom:5.12.2=testCompileClasspath
8787
org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testRuntimeClasspath
88-
org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath
89-
org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath
88+
org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath
89+
org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath
9090
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
9191
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
9292
org.ow2.asm:asm-analysis:9.2=jacocoAnt
@@ -107,5 +107,5 @@ org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
107107
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
108108
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
109109
org.xmlresolver:xmlresolver:5.3.3=spotbugs
110-
org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
110+
org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
111111
empty=spotbugsPlugins

0 commit comments

Comments
 (0)