Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update Path-Core to 4.0 #68

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ allprojects {
targetCompatibility = 1.8

ext {
pathSDKVersion = "[3.0,4.0)"
pathSDKVersion = "[4.0,5.0)"
}

repositories {
Expand Down
50 changes: 29 additions & 21 deletions encryption-service-jasypt/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
antlr:antlr:2.7.7=checkstyle
com.auth0:java-jwt:4.4.0=testRuntimeClasspath
com.beust:jcommander:1.48=pmd
com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath
com.fasterxml.jackson.core:jackson-annotations:2.14.2=testRuntimeClasspath
com.fasterxml.jackson.core:jackson-core:2.14.2=testRuntimeClasspath
com.fasterxml.jackson.core:jackson-databind:2.14.2=testRuntimeClasspath
com.fasterxml.jackson:jackson-bom:2.14.2=testRuntimeClasspath
com.github.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.github.spotbugs:spotbugs-annotations:4.7.2=runtimeClasspath,testRuntimeClasspath
com.github.spotbugs:spotbugs-annotations:4.7.3=compileClasspath,spotbugs,testCompileClasspath
com.github.spotbugs:spotbugs:4.7.3=spotbugs
Expand All @@ -21,13 +23,13 @@ com.google.guava:guava:28.2-jre=checkstyle
com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:common:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:3.0.0=testRuntimeClasspath
com.mx.path-core:gateway:3.0.0=testRuntimeClasspath
com.mx.path-core:messaging:3.0.0=testRuntimeClasspath
com.mx.path-core:platform:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:3.0.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:3.0.0=testRuntimeClasspath
com.mx.path-core:common:4.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:4.0.0=testRuntimeClasspath
com.mx.path-core:gateway:4.0.0=testRuntimeClasspath
com.mx.path-core:messaging:4.0.0=testRuntimeClasspath
com.mx.path-core:platform:4.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:4.0.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:4.0.0=testRuntimeClasspath
com.puppycrawl.tools:checkstyle:8.29=checkstyle
com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath
com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath
Expand All @@ -39,7 +41,11 @@ commons-io:commons-io:2.6=pmd
commons-lang:commons-lang:2.6=testRuntimeClasspath
commons-logging:commons-logging:1.2=testRuntimeClasspath
info.picocli:picocli:4.1.4=checkstyle
io.github.cdimascio:dotenv-java:2.3.2=testRuntimeClasspath
io.leangen.geantyref:geantyref:1.3.15=testRuntimeClasspath
io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath
io.opentracing:opentracing-noop:0.33.0=testRuntimeClasspath
io.opentracing:opentracing-util:0.33.0=testRuntimeClasspath
jakarta.activation:jakarta.activation-api:1.2.2=testRuntimeClasspath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=testRuntimeClasspath
jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=testRuntimeClasspath
Expand All @@ -56,11 +62,13 @@ net.sourceforge.saxon:saxon:9.1.0.8=pmd
org.antlr:antlr4-runtime:4.7.2=pmd
org.antlr:antlr4-runtime:4.8-1=checkstyle
org.apache.bcel:bcel:6.5.0=spotbugs
org.apache.commons:commons-lang3:3.12.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
org.apache.commons:commons-lang3:3.12.0=spotbugs
org.apache.commons:commons-lang3:3.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.apache.commons:commons-lang3:3.8.1=pmd
org.apache.commons:commons-text:1.10.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
org.apache.groovy:groovy-bom:4.0.6=testCompileClasspath,testRuntimeClasspath
org.apache.groovy:groovy:4.0.6=testCompileClasspath,testRuntimeClasspath
org.apache.commons:commons-text:1.10.0=spotbugs
org.apache.commons:commons-text:1.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.apache.groovy:groovy-bom:4.0.20=testCompileClasspath,testRuntimeClasspath
org.apache.groovy:groovy:4.0.20=testCompileClasspath,testRuntimeClasspath
org.apache.httpcomponents.client5:httpclient5:5.1.3=spotbugs
org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=spotbugs
org.apache.httpcomponents.core5:httpcore5:5.1.3=spotbugs
Expand All @@ -82,17 +90,17 @@ org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
org.jasypt:jasypt:1.9.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.javassist:javassist:3.28.0-GA=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:5.9.3=testCompileClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:5.9.3=testRuntimeClasspath
org.junit.platform:junit-platform-commons:1.9.3=testCompileClasspath,testRuntimeClasspath
org.junit.platform:junit-platform-engine:1.9.3=testCompileClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:5.10.2=testCompileClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:5.10.2=testRuntimeClasspath
org.junit.platform:junit-platform-commons:1.10.2=testCompileClasspath,testRuntimeClasspath
org.junit.platform:junit-platform-engine:1.10.2=testCompileClasspath,testRuntimeClasspath
org.junit:junit-bom:5.10.2=testCompileClasspath,testRuntimeClasspath
org.junit:junit-bom:5.9.0=runtimeClasspath
org.junit:junit-bom:5.9.1=spotbugs
org.junit:junit-bom:5.9.3=testCompileClasspath,testRuntimeClasspath
org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath
org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath
org.objenesis:objenesis:3.3=testRuntimeClasspath
org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
org.ow2.asm:asm-analysis:9.2=jacocoAnt
org.ow2.asm:asm-analysis:9.4=spotbugs
org.ow2.asm:asm-commons:9.2=jacocoAnt
Expand All @@ -105,13 +113,13 @@ org.ow2.asm:asm:9.2=jacocoAnt
org.ow2.asm:asm:9.4=spotbugs
org.projectlombok:lombok:1.18.24=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath
org.reflections:reflections:0.10.2=testRuntimeClasspath
org.slf4j:slf4j-api:1.7.30=compileClasspath,testCompileClasspath
org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspath
org.slf4j:slf4j-api:1.7.32=testRuntimeClasspath
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
org.spockframework:spock-core:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath
org.spockframework:spock-junit4:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath
org.spockframework:spock-core:2.4-M4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
org.spockframework:spock-junit4:2.4-M4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
org.xmlresolver:xmlresolver:4.4.3=spotbugs
org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
xml-apis:xml-apis:1.4.01=spotbugs
Expand Down
50 changes: 29 additions & 21 deletions encryption-service-vault/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ antlr:antlr:2.7.7=checkstyle
com.auth0:java-jwt:4.4.0=testRuntimeClasspath
com.bettercloud:vault-java-driver:5.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.beust:jcommander:1.48=pmd
com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath
com.fasterxml.jackson.core:jackson-annotations:2.14.2=testRuntimeClasspath
com.fasterxml.jackson.core:jackson-core:2.14.2=testRuntimeClasspath
com.fasterxml.jackson.core:jackson-databind:2.14.2=testRuntimeClasspath
com.fasterxml.jackson:jackson-bom:2.14.2=testRuntimeClasspath
com.github.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.github.spotbugs:spotbugs-annotations:4.7.2=runtimeClasspath,testRuntimeClasspath
com.github.spotbugs:spotbugs-annotations:4.7.3=compileClasspath,spotbugs,testCompileClasspath
com.github.spotbugs:spotbugs:4.7.3=spotbugs
Expand All @@ -22,13 +24,13 @@ com.google.guava:guava:28.2-jre=checkstyle
com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:common:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:3.0.0=testRuntimeClasspath
com.mx.path-core:gateway:3.0.0=testRuntimeClasspath
com.mx.path-core:messaging:3.0.0=testRuntimeClasspath
com.mx.path-core:platform:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:3.0.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:3.0.0=testRuntimeClasspath
com.mx.path-core:common:4.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:4.0.0=testRuntimeClasspath
com.mx.path-core:gateway:4.0.0=testRuntimeClasspath
com.mx.path-core:messaging:4.0.0=testRuntimeClasspath
com.mx.path-core:platform:4.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:4.0.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:4.0.0=testRuntimeClasspath
com.puppycrawl.tools:checkstyle:8.29=checkstyle
com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath
com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath
Expand All @@ -41,7 +43,11 @@ commons-io:commons-io:2.6=pmd
commons-lang:commons-lang:2.6=testRuntimeClasspath
commons-logging:commons-logging:1.2=testRuntimeClasspath
info.picocli:picocli:4.1.4=checkstyle
io.github.cdimascio:dotenv-java:2.3.2=testRuntimeClasspath
io.leangen.geantyref:geantyref:1.3.15=testRuntimeClasspath
io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath
io.opentracing:opentracing-noop:0.33.0=testRuntimeClasspath
io.opentracing:opentracing-util:0.33.0=testRuntimeClasspath
jakarta.activation:jakarta.activation-api:1.2.2=testRuntimeClasspath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=testRuntimeClasspath
jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=testRuntimeClasspath
Expand All @@ -58,11 +64,13 @@ net.sourceforge.saxon:saxon:9.1.0.8=pmd
org.antlr:antlr4-runtime:4.7.2=pmd
org.antlr:antlr4-runtime:4.8-1=checkstyle
org.apache.bcel:bcel:6.5.0=spotbugs
org.apache.commons:commons-lang3:3.12.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
org.apache.commons:commons-lang3:3.12.0=spotbugs
org.apache.commons:commons-lang3:3.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.apache.commons:commons-lang3:3.8.1=pmd
org.apache.commons:commons-text:1.10.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
org.apache.groovy:groovy-bom:4.0.6=testCompileClasspath,testRuntimeClasspath
org.apache.groovy:groovy:4.0.6=testCompileClasspath,testRuntimeClasspath
org.apache.commons:commons-text:1.10.0=spotbugs
org.apache.commons:commons-text:1.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.apache.groovy:groovy-bom:4.0.20=testCompileClasspath,testRuntimeClasspath
org.apache.groovy:groovy:4.0.20=testCompileClasspath,testRuntimeClasspath
org.apache.httpcomponents.client5:httpclient5:5.1.3=spotbugs
org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=spotbugs
org.apache.httpcomponents.core5:httpcore5:5.1.3=spotbugs
Expand All @@ -83,17 +91,17 @@ org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt
org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
org.javassist:javassist:3.28.0-GA=testRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:5.9.3=testCompileClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:5.9.3=testRuntimeClasspath
org.junit.platform:junit-platform-commons:1.9.3=testCompileClasspath,testRuntimeClasspath
org.junit.platform:junit-platform-engine:1.9.3=testCompileClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:5.10.2=testCompileClasspath,testRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:5.10.2=testRuntimeClasspath
org.junit.platform:junit-platform-commons:1.10.2=testCompileClasspath,testRuntimeClasspath
org.junit.platform:junit-platform-engine:1.10.2=testCompileClasspath,testRuntimeClasspath
org.junit:junit-bom:5.10.2=testCompileClasspath,testRuntimeClasspath
org.junit:junit-bom:5.9.0=runtimeClasspath
org.junit:junit-bom:5.9.1=spotbugs
org.junit:junit-bom:5.9.3=testCompileClasspath,testRuntimeClasspath
org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath
org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath
org.objenesis:objenesis:3.3=testRuntimeClasspath
org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
org.ow2.asm:asm-analysis:9.2=jacocoAnt
org.ow2.asm:asm-analysis:9.4=spotbugs
org.ow2.asm:asm-commons:9.2=jacocoAnt
Expand All @@ -106,13 +114,13 @@ org.ow2.asm:asm:9.2=jacocoAnt
org.ow2.asm:asm:9.4=spotbugs
org.projectlombok:lombok:1.18.24=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath
org.reflections:reflections:0.10.2=testRuntimeClasspath
org.slf4j:slf4j-api:1.7.30=compileClasspath,testCompileClasspath
org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspath
org.slf4j:slf4j-api:1.7.32=testRuntimeClasspath
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
org.spockframework:spock-core:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath
org.spockframework:spock-junit4:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath
org.spockframework:spock-core:2.4-M4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
org.spockframework:spock-junit4:2.4-M4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
org.xmlresolver:xmlresolver:4.4.3=spotbugs
org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
xml-apis:xml-apis:1.4.01=spotbugs
Expand Down
Loading
Loading