Skip to content

Commit fef83df

Browse files
feat!: bump gradle, quality plugin
1 parent 4648416 commit fef83df

File tree

9 files changed

+343
-285
lines changed

9 files changed

+343
-285
lines changed

build.gradle

Lines changed: 5 additions & 4 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.4.2" apply false
4-
id "com.github.mxenabled.vogue" version "1.1.0"
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 "6.0.0" // x-release-please-version
10+
version "7.0.0-SNAPSHOT" // x-release-please-version
1111

1212
def platformProject = "platform"
1313

@@ -32,7 +32,7 @@ allprojects {
3232
}
3333

3434
ext {
35-
pathSDKVersion = "4.7.0"
35+
pathSDKVersion = "5.0.0-SNAPSHOT"
3636
}
3737
}
3838

@@ -55,6 +55,7 @@ subprojects {
5555
implementation platform("com.mx.path-core:platform:${project.ext.pathSDKVersion}")
5656
implementation "com.mx.path-core:common"
5757
testImplementation "com.mx.path-core:testing"
58+
testImplementation "org.spockframework:spock-core:2.4-M6-groovy-3.0"
5859
}
5960

6061
test { useJUnitPlatform() }

encryption-service-jasypt/gradle.lockfile

Lines changed: 46 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
com.auth0:java-jwt:4.5.0=testRuntimeClasspath
5-
com.beust:jcommander:1.48=pmd
65
com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath
76
com.fasterxml.jackson.core:jackson-annotations:2.15.4=testRuntimeClasspath
87
com.fasterxml.jackson.core:jackson-core:2.15.4=testRuntimeClasspath
98
com.fasterxml.jackson.core:jackson-databind:2.15.4=testRuntimeClasspath
109
com.fasterxml.jackson:jackson-bom:2.15.4=testRuntimeClasspath
10+
com.github.oowekyala.ooxml:nice-xml-messages:3.1=pmd
1111
com.github.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1212
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
1313
com.github.spotbugs:spotbugs:4.9.8=spotbugs
1414
com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs
1515
com.google.code.findbugs:jsr305:3.0.2=checkstyle,compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
16+
com.google.code.gson:gson:2.13.1=pmd
1617
com.google.code.gson:gson:2.13.2=spotbugs
17-
com.google.code.gson:gson:2.8.9=pmd
1818
com.google.code.gson:gson:2.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1919
com.google.errorprone:error_prone_annotations:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2020
com.google.errorprone:error_prone_annotations:2.36.0=checkstyle
21+
com.google.errorprone:error_prone_annotations:2.38.0=pmd
2122
com.google.errorprone:error_prone_annotations:2.41.0=spotbugs
2223
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2324
com.google.guava:failureaccess:1.0.3=checkstyle
@@ -26,19 +27,19 @@ com.google.guava:guava:33.4.8-jre=checkstyle
2627
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2728
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
2829
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
30+
com.mx.path-core:common:5.0.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
31+
com.mx.path-core:context:5.0.0-SNAPSHOT=testRuntimeClasspath
32+
com.mx.path-core:gateway:5.0.0-SNAPSHOT=testRuntimeClasspath
33+
com.mx.path-core:messaging:5.0.0-SNAPSHOT=testRuntimeClasspath
34+
com.mx.path-core:platform:5.0.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
35+
com.mx.path-core:testing:5.0.0-SNAPSHOT=testCompileClasspath,testRuntimeClasspath
36+
com.mx.path-core:utilities:5.0.0-SNAPSHOT=testRuntimeClasspath
3637
com.puppycrawl.tools:checkstyle:10.25.0=checkstyle
37-
com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath
38-
com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath
39-
com.sun.xml.bind:jaxb-impl:2.3.1=testRuntimeClasspath
38+
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
4041
commons-beanutils:commons-beanutils:1.11.0=checkstyle
41-
commons-codec:commons-codec:1.15=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42+
commons-codec:commons-codec:1.15=checkstyle,compileClasspath,pmd,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4243
commons-collections:commons-collections:3.2.2=checkstyle
4344
commons-io:commons-io:2.20.0=spotbugs
4445
commons-lang:commons-lang:2.6=testRuntimeClasspath
@@ -49,29 +50,32 @@ io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
4950
io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath
5051
io.opentracing:opentracing-noop:0.33.0=testRuntimeClasspath
5152
io.opentracing:opentracing-util:0.33.0=testRuntimeClasspath
52-
jakarta.activation:jakarta.activation-api:1.2.2=testRuntimeClasspath
53-
jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=testRuntimeClasspath
54-
jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=testRuntimeClasspath
53+
jakarta.activation:jakarta.activation-api:2.1.4=testRuntimeClasspath
54+
jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath
55+
jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath
5556
jaxen:jaxen:2.0.0=spotbugs
56-
net.bytebuddy:byte-buddy-agent:1.12.19=testCompileClasspath,testRuntimeClasspath
57+
net.bytebuddy:byte-buddy-agent:1.12.19=testCompileClasspath
58+
net.bytebuddy:byte-buddy-agent:1.14.1=testRuntimeClasspath
5759
net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath
5860
net.bytebuddy:byte-buddy:1.17.7=testRuntimeClasspath
59-
net.sf.saxon:Saxon-HE:12.5=checkstyle
61+
net.sf.saxon:Saxon-HE:12.5=checkstyle,pmd
6062
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
63-
net.sourceforge.saxon:saxon:9.1.0.8=pmd
63+
net.sourceforge.pmd:pmd-ant:7.16.0=pmd
64+
net.sourceforge.pmd:pmd-core:7.16.0=pmd
65+
net.sourceforge.pmd:pmd-java:7.16.0=pmd
6466
org.antlr:antlr4-runtime:4.13.2=checkstyle
65-
org.antlr:antlr4-runtime:4.7.2=pmd
67+
org.antlr:antlr4-runtime:4.9.3=pmd
6668
org.apache.bcel:bcel:6.11.0=spotbugs
67-
org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
69+
org.apache.commons:commons-lang3:3.18.0=pmd
6870
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-lang3:3.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
72+
org.apache.commons:commons-lang3:3.8.1=checkstyle
73+
org.apache.commons:commons-text:1.14.0=spotbugs
74+
org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7175
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
76+
org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle,pmd
77+
org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle,pmd
78+
org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle,pmd
7579
org.apache.httpcomponents:httpclient:4.5.13=checkstyle,testRuntimeClasspath
7680
org.apache.httpcomponents:httpcore:4.4.13=testRuntimeClasspath
7781
org.apache.httpcomponents:httpcore:4.4.14=checkstyle
@@ -86,14 +90,17 @@ org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
8690
org.assertj:assertj-core:3.27.6=testRuntimeClasspath
8791
org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8892
org.checkerframework:checker-qual:3.49.3=checkstyle
93+
org.checkerframework:checker-qual:3.49.5=pmd
8994
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
9095
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
9196
org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
9297
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
9398
org.codehaus.plexus:plexus-utils:3.3.0=checkstyle
9499
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
100+
org.eclipse.angus:angus-activation:2.0.3=testRuntimeClasspath
101+
org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath
102+
org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath
103+
org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath
97104
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
98105
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
99106
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt
@@ -109,8 +116,10 @@ org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath
109116
org.junit.platform:junit-platform-engine:1.14.0=testRuntimeClasspath
110117
org.junit:junit-bom:5.12.2=testCompileClasspath
111118
org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testRuntimeClasspath
112-
org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath
113-
org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath
119+
org.mockito:mockito-core:4.11.0=testCompileClasspath
120+
org.mockito:mockito-core:5.2.0=testRuntimeClasspath
121+
org.mockito:mockito-inline:4.11.0=testCompileClasspath
122+
org.mockito:mockito-inline:5.2.0=testRuntimeClasspath
114123
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
115124
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
116125
org.ow2.asm:asm-analysis:9.2=jacocoAnt
@@ -121,18 +130,20 @@ org.ow2.asm:asm-tree:9.2=jacocoAnt
121130
org.ow2.asm:asm-tree:9.9=spotbugs
122131
org.ow2.asm:asm-util:9.9=spotbugs
123132
org.ow2.asm:asm:9.2=jacocoAnt
124-
org.ow2.asm:asm:9.4=pmd
133+
org.ow2.asm:asm:9.8=pmd
125134
org.ow2.asm:asm:9.9=spotbugs
135+
org.pcollections:pcollections:4.0.2=pmd
126136
org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath
127137
org.reflections:reflections:0.10.2=checkstyle,testRuntimeClasspath
138+
org.slf4j:jul-to-slf4j:1.7.36=pmd
128139
org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspath
129140
org.slf4j:slf4j-api:1.7.32=testRuntimeClasspath
130141
org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j
131142
org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath
132143
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
133144
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
134145
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
135-
org.xmlresolver:xmlresolver:5.2.2=checkstyle
146+
org.xmlresolver:xmlresolver:5.2.2=checkstyle,pmd
136147
org.xmlresolver:xmlresolver:5.3.3=spotbugs
137-
org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
148+
org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
138149
empty=signatures,spotbugsPlugins

0 commit comments

Comments
 (0)