Skip to content

Commit f2d5d26

Browse files
committed
build: minor gradle formatting changes
build: update dependencies Release-As: 7.0.3
1 parent 321c0c1 commit f2d5d26

9 files changed

Lines changed: 120 additions & 101 deletions

File tree

build.gradle

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ subprojects {
6161
testImplementation "com.mx.path-core:testing"
6262
}
6363

64-
test { useJUnitPlatform() }
65-
6664
compileJava { options.compilerArgs << "-parameters" }
6765

66+
test { useJUnitPlatform() }
67+
6868
javadoc {
6969
classpath = configurations.compileClasspath
7070
options {
@@ -80,7 +80,7 @@ subprojects {
8080
if (it.name != platformProject) {
8181
publishing {
8282
publications {
83-
maven(MavenPublication) {
83+
register("maven", MavenPublication) {
8484
from components.java
8585
}
8686
}
@@ -148,15 +148,17 @@ nexusPublishing {
148148
}
149149
}
150150

151-
task spotlessApply {
151+
tasks.register("spotlessApply") {
152152
dependsOn subprojects.findAll { it.name != platformProject }.collect { "${it.path}:spotlessApply" }
153153
}
154154

155-
task subdependencies {
155+
tasks.register("subdependencies") {
156156
dependsOn subprojects.findAll { it.name != platformProject }.collect { "${it.path}:dependencies" }
157157
}
158158

159-
project.tasks.getByPath("dependencies").finalizedBy("subdependencies")
159+
tasks.named("dependencies") {
160+
finalizedBy("subdependencies")
161+
}
160162

161163
wrapper {
162164
gradleVersion = "7.6.4"

encryption-service-jasypt/gradle.lockfile

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,37 @@
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-
com.auth0:java-jwt:4.5.1=testRuntimeClasspath
4+
com.auth0:java-jwt:4.5.2=testRuntimeClasspath
55
com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath
66
com.fasterxml.jackson.core:jackson-annotations:2.21=testRuntimeClasspath
7-
com.fasterxml.jackson.core:jackson-core:2.21.1=testRuntimeClasspath
8-
com.fasterxml.jackson.core:jackson-databind:2.21.1=testRuntimeClasspath
9-
com.fasterxml.jackson:jackson-bom:2.21.1=testRuntimeClasspath
7+
com.fasterxml.jackson.core:jackson-core:2.21.3=testRuntimeClasspath
8+
com.fasterxml.jackson.core:jackson-databind:2.21.3=testRuntimeClasspath
9+
com.fasterxml.jackson:jackson-bom:2.21.3=testRuntimeClasspath
1010
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=annotationProcessor,compileClasspath,spotbugs,testAnnotationProcessor,testCompileClasspath
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=annotationProcessor,checkstyle,compileClasspath,runtimeClasspath,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
16-
com.google.code.gson:gson:2.13.2=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
16+
com.google.code.gson:gson:2.13.2=pmd,spotbugs
17+
com.google.code.gson:gson:2.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1718
com.google.errorprone:error_prone_annotations:2.36.0=checkstyle
18-
com.google.errorprone:error_prone_annotations:2.41.0=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
19+
com.google.errorprone:error_prone_annotations:2.41.0=pmd,spotbugs
20+
com.google.errorprone:error_prone_annotations:2.48.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1921
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2022
com.google.guava:failureaccess:1.0.3=checkstyle
2123
com.google.guava:guava:32.1.3-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2224
com.google.guava:guava:33.4.8-jre=checkstyle
2325
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2426
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
2527
com.google.j2objc:j2objc-annotations:3.0.0=checkstyle
26-
com.mx.path-core:common:6.0.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
27-
com.mx.path-core:context:6.0.3=testRuntimeClasspath
28-
com.mx.path-core:gateway:6.0.3=testRuntimeClasspath
29-
com.mx.path-core:messaging:6.0.3=testRuntimeClasspath
30-
com.mx.path-core:platform:6.0.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
31-
com.mx.path-core:testing:6.0.3=testCompileClasspath,testRuntimeClasspath
32-
com.mx.path-core:utilities:6.0.3=testRuntimeClasspath
28+
com.mx.path-core:common:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
29+
com.mx.path-core:context:6.0.4=testRuntimeClasspath
30+
com.mx.path-core:gateway:6.0.4=testRuntimeClasspath
31+
com.mx.path-core:messaging:6.0.4=testRuntimeClasspath
32+
com.mx.path-core:platform:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33+
com.mx.path-core:testing:6.0.4=testCompileClasspath,testRuntimeClasspath
34+
com.mx.path-core:utilities:6.0.4=testRuntimeClasspath
3335
com.puppycrawl.tools:checkstyle:10.25.0=checkstyle
3436
com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath
3537
com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath

encryption-service-vault/gradle.lockfile

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,38 @@
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-
com.auth0:java-jwt:4.5.1=testRuntimeClasspath
4+
com.auth0:java-jwt:4.5.2=testRuntimeClasspath
55
com.bettercloud:vault-java-driver:5.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
66
com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath
77
com.fasterxml.jackson.core:jackson-annotations:2.21=testRuntimeClasspath
8-
com.fasterxml.jackson.core:jackson-core:2.21.1=testRuntimeClasspath
9-
com.fasterxml.jackson.core:jackson-databind:2.21.1=testRuntimeClasspath
10-
com.fasterxml.jackson:jackson-bom:2.21.1=testRuntimeClasspath
8+
com.fasterxml.jackson.core:jackson-core:2.21.3=testRuntimeClasspath
9+
com.fasterxml.jackson.core:jackson-databind:2.21.3=testRuntimeClasspath
10+
com.fasterxml.jackson:jackson-bom:2.21.3=testRuntimeClasspath
1111
com.github.oowekyala.ooxml:nice-xml-messages:3.1=pmd
1212
com.github.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1313
com.github.spotbugs:spotbugs-annotations:4.9.8=annotationProcessor,compileClasspath,spotbugs,testAnnotationProcessor,testCompileClasspath
1414
com.github.spotbugs:spotbugs:4.9.8=spotbugs
1515
com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs
1616
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,runtimeClasspath,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
17-
com.google.code.gson:gson:2.13.2=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
17+
com.google.code.gson:gson:2.13.2=pmd,spotbugs
18+
com.google.code.gson:gson:2.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1819
com.google.errorprone:error_prone_annotations:2.36.0=checkstyle
19-
com.google.errorprone:error_prone_annotations:2.41.0=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
20+
com.google.errorprone:error_prone_annotations:2.41.0=pmd,spotbugs
21+
com.google.errorprone:error_prone_annotations:2.48.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2022
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2123
com.google.guava:failureaccess:1.0.3=checkstyle
2224
com.google.guava:guava:32.1.3-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2325
com.google.guava:guava:33.4.8-jre=checkstyle
2426
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2527
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
2628
com.google.j2objc:j2objc-annotations:3.0.0=checkstyle
27-
com.mx.path-core:common:6.0.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
28-
com.mx.path-core:context:6.0.3=testRuntimeClasspath
29-
com.mx.path-core:gateway:6.0.3=testRuntimeClasspath
30-
com.mx.path-core:messaging:6.0.3=testRuntimeClasspath
31-
com.mx.path-core:platform:6.0.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
32-
com.mx.path-core:testing:6.0.3=testCompileClasspath,testRuntimeClasspath
33-
com.mx.path-core:utilities:6.0.3=testRuntimeClasspath
29+
com.mx.path-core:common:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
30+
com.mx.path-core:context:6.0.4=testRuntimeClasspath
31+
com.mx.path-core:gateway:6.0.4=testRuntimeClasspath
32+
com.mx.path-core:messaging:6.0.4=testRuntimeClasspath
33+
com.mx.path-core:platform:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34+
com.mx.path-core:testing:6.0.4=testCompileClasspath,testRuntimeClasspath
35+
com.mx.path-core:utilities:6.0.4=testRuntimeClasspath
3436
com.puppycrawl.tools:checkstyle:10.25.0=checkstyle
3537
com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath
3638
com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath

exception-reporter-honeybadger/gradle.lockfile

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
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-
com.auth0:java-jwt:4.5.1=testRuntimeClasspath
4+
com.auth0:java-jwt:4.5.2=testRuntimeClasspath
55
com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath
66
com.fasterxml.jackson.core:jackson-annotations:2.21=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7-
com.fasterxml.jackson.core:jackson-core:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8-
com.fasterxml.jackson.core:jackson-databind:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9-
com.fasterxml.jackson:jackson-bom:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7+
com.fasterxml.jackson.core:jackson-core:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath
8+
com.fasterxml.jackson.core:jackson-core:2.21.3=testRuntimeClasspath
9+
com.fasterxml.jackson.core:jackson-databind:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath
10+
com.fasterxml.jackson.core:jackson-databind:2.21.3=testRuntimeClasspath
11+
com.fasterxml.jackson:jackson-bom:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath
12+
com.fasterxml.jackson:jackson-bom:2.21.3=testRuntimeClasspath
1013
com.github.oowekyala.ooxml:nice-xml-messages:3.1=pmd
1114
com.github.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1215
com.github.spotbugs:spotbugs-annotations:4.9.8=annotationProcessor,compileClasspath,spotbugs,testAnnotationProcessor,testCompileClasspath
1316
com.github.spotbugs:spotbugs:4.9.8=spotbugs
1417
com.github.spullara.mustache.java:compiler:0.9.10=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1518
com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs
1619
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,runtimeClasspath,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
17-
com.google.code.gson:gson:2.13.2=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
20+
com.google.code.gson:gson:2.13.2=pmd,spotbugs
21+
com.google.code.gson:gson:2.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1822
com.google.errorprone:error_prone_annotations:2.36.0=checkstyle
19-
com.google.errorprone:error_prone_annotations:2.41.0=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
23+
com.google.errorprone:error_prone_annotations:2.41.0=pmd,spotbugs
24+
com.google.errorprone:error_prone_annotations:2.48.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2025
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2126
com.google.guava:failureaccess:1.0.3=checkstyle
2227
com.google.guava:guava:32.1.3-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -26,13 +31,13 @@ com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
2631
com.google.j2objc:j2objc-annotations:3.0.0=checkstyle
2732
com.jcabi:jcabi-log:0.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2833
com.jcabi:jcabi-manifests:1.2.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
29-
com.mx.path-core:common:6.0.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
30-
com.mx.path-core:context:6.0.3=testRuntimeClasspath
31-
com.mx.path-core:gateway:6.0.3=testRuntimeClasspath
32-
com.mx.path-core:messaging:6.0.3=testRuntimeClasspath
33-
com.mx.path-core:platform:6.0.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34-
com.mx.path-core:testing:6.0.3=testCompileClasspath,testRuntimeClasspath
35-
com.mx.path-core:utilities:6.0.3=testRuntimeClasspath
34+
com.mx.path-core:common:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
35+
com.mx.path-core:context:6.0.4=testRuntimeClasspath
36+
com.mx.path-core:gateway:6.0.4=testRuntimeClasspath
37+
com.mx.path-core:messaging:6.0.4=testRuntimeClasspath
38+
com.mx.path-core:platform:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
39+
com.mx.path-core:testing:6.0.4=testCompileClasspath,testRuntimeClasspath
40+
com.mx.path-core:utilities:6.0.4=testRuntimeClasspath
3641
com.puppycrawl.tools:checkstyle:10.25.0=checkstyle
3742
com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath
3843
com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath

fault-tolerant-executor-resilience4j/gradle.lockfile

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,37 @@
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-
com.auth0:java-jwt:4.5.1=testRuntimeClasspath
4+
com.auth0:java-jwt:4.5.2=testRuntimeClasspath
55
com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath
66
com.fasterxml.jackson.core:jackson-annotations:2.21=testRuntimeClasspath
7-
com.fasterxml.jackson.core:jackson-core:2.21.1=testRuntimeClasspath
8-
com.fasterxml.jackson.core:jackson-databind:2.21.1=testRuntimeClasspath
9-
com.fasterxml.jackson:jackson-bom:2.21.1=testRuntimeClasspath
7+
com.fasterxml.jackson.core:jackson-core:2.21.3=testRuntimeClasspath
8+
com.fasterxml.jackson.core:jackson-databind:2.21.3=testRuntimeClasspath
9+
com.fasterxml.jackson:jackson-bom:2.21.3=testRuntimeClasspath
1010
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=annotationProcessor,compileClasspath,spotbugs,testAnnotationProcessor,testCompileClasspath
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=annotationProcessor,checkstyle,compileClasspath,runtimeClasspath,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
16-
com.google.code.gson:gson:2.13.2=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
16+
com.google.code.gson:gson:2.13.2=pmd,spotbugs
17+
com.google.code.gson:gson:2.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1718
com.google.errorprone:error_prone_annotations:2.36.0=checkstyle
18-
com.google.errorprone:error_prone_annotations:2.41.0=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
19+
com.google.errorprone:error_prone_annotations:2.41.0=pmd,spotbugs
20+
com.google.errorprone:error_prone_annotations:2.48.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1921
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2022
com.google.guava:failureaccess:1.0.3=checkstyle
2123
com.google.guava:guava:32.1.3-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2224
com.google.guava:guava:33.4.8-jre=checkstyle
2325
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2426
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
2527
com.google.j2objc:j2objc-annotations:3.0.0=checkstyle
26-
com.mx.path-core:common:6.0.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
27-
com.mx.path-core:context:6.0.3=testRuntimeClasspath
28-
com.mx.path-core:gateway:6.0.3=testRuntimeClasspath
29-
com.mx.path-core:messaging:6.0.3=testRuntimeClasspath
30-
com.mx.path-core:platform:6.0.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
31-
com.mx.path-core:testing:6.0.3=testCompileClasspath,testRuntimeClasspath
32-
com.mx.path-core:utilities:6.0.3=testRuntimeClasspath
28+
com.mx.path-core:common:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
29+
com.mx.path-core:context:6.0.4=testRuntimeClasspath
30+
com.mx.path-core:gateway:6.0.4=testRuntimeClasspath
31+
com.mx.path-core:messaging:6.0.4=testRuntimeClasspath
32+
com.mx.path-core:platform:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33+
com.mx.path-core:testing:6.0.4=testCompileClasspath,testRuntimeClasspath
34+
com.mx.path-core:utilities:6.0.4=testRuntimeClasspath
3335
com.puppycrawl.tools:checkstyle:10.25.0=checkstyle
3436
com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath
3537
com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath

0 commit comments

Comments
 (0)