Skip to content

Commit 2904c82

Browse files
fix: cleanup
1 parent 5c54b61 commit 2904c82

File tree

9 files changed

+56
-69
lines changed

9 files changed

+56
-69
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ subprojects {
6161
implementation platform("com.mx.path-core:platform:${project.ext.pathSDKVersion}")
6262
implementation "com.mx.path-core:common"
6363
testImplementation "com.mx.path-core:testing"
64-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.14.0"
6564
}
6665

6766
test { useJUnitPlatform() }

encryption-service-jasypt/gradle.lockfile

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ net.sourceforge.saxon:saxon:9.1.0.8=pmd
6363
org.antlr:antlr4-runtime:4.13.2=checkstyle
6464
org.antlr:antlr4-runtime:4.7.2=pmd
6565
org.apache.bcel:bcel:6.11.0=spotbugs
66-
org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
67-
org.apache.commons:commons-lang3:3.19.0=spotbugs
66+
org.apache.commons:commons-lang3:3.19.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
6867
org.apache.commons:commons-lang3:3.8.1=checkstyle,pmd
6968
org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
7069
org.apache.commons:commons-text:1.3=checkstyle
@@ -100,10 +99,13 @@ org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
10099
org.jasypt:jasypt:1.9.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
101100
org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath
102101
org.jspecify:jspecify:1.0.0=checkstyle
103-
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
104-
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
105-
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
106-
org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
102+
org.junit.jupiter:junit-jupiter-api:5.14.0=testRuntimeClasspath
103+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath
104+
org.junit.platform:junit-platform-commons:1.14.0=testRuntimeClasspath
105+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath
106+
org.junit.platform:junit-platform-engine:1.14.0=testRuntimeClasspath
107+
org.junit:junit-bom:5.12.2=testCompileClasspath
108+
org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testRuntimeClasspath
107109
org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath
108110
org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath
109111
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
@@ -130,5 +132,4 @@ org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntime
130132
org.xmlresolver:xmlresolver:5.2.2=checkstyle
131133
org.xmlresolver:xmlresolver:5.3.3=spotbugs
132134
org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
133-
ru.vyarus:spock-junit5:1.0.1=testCompileClasspath,testRuntimeClasspath
134135
empty=signatures,spotbugsPlugins

encryption-service-vault/gradle.lockfile

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ net.sourceforge.saxon:saxon:9.1.0.8=pmd
6565
org.antlr:antlr4-runtime:4.13.2=checkstyle
6666
org.antlr:antlr4-runtime:4.7.2=pmd
6767
org.apache.bcel:bcel:6.11.0=spotbugs
68-
org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
69-
org.apache.commons:commons-lang3:3.19.0=spotbugs
68+
org.apache.commons:commons-lang3:3.19.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
7069
org.apache.commons:commons-lang3:3.8.1=checkstyle,pmd
7170
org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
7271
org.apache.commons:commons-text:1.3=checkstyle
@@ -103,10 +102,13 @@ org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
103102
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
104103
org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath
105104
org.jspecify:jspecify:1.0.0=checkstyle
106-
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
107-
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
108-
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
109-
org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
105+
org.junit.jupiter:junit-jupiter-api:5.14.0=testRuntimeClasspath
106+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath
107+
org.junit.platform:junit-platform-commons:1.14.0=testRuntimeClasspath
108+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath
109+
org.junit.platform:junit-platform-engine:1.14.0=testRuntimeClasspath
110+
org.junit:junit-bom:5.12.2=testCompileClasspath
111+
org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testRuntimeClasspath
110112
org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath
111113
org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath
112114
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
@@ -135,5 +137,4 @@ org.spockframework:spock-core:2.4-M6-groovy-4.0=testCompileClasspath
135137
org.xmlresolver:xmlresolver:5.2.2=checkstyle
136138
org.xmlresolver:xmlresolver:5.3.3=spotbugs
137139
org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
138-
ru.vyarus:spock-junit5:1.0.1=testCompileClasspath,testRuntimeClasspath
139140
empty=signatures,spotbugsPlugins

exception-reporter-honeybadger/gradle.lockfile

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ net.sourceforge.saxon:saxon:9.1.0.8=pmd
7575
org.antlr:antlr4-runtime:4.13.2=checkstyle
7676
org.antlr:antlr4-runtime:4.7.2=pmd
7777
org.apache.bcel:bcel:6.11.0=spotbugs
78-
org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
79-
org.apache.commons:commons-lang3:3.19.0=spotbugs
78+
org.apache.commons:commons-lang3:3.19.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
8079
org.apache.commons:commons-lang3:3.8.1=checkstyle,pmd
8180
org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
8281
org.apache.commons:commons-text:1.3=checkstyle
@@ -115,10 +114,13 @@ org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
115114
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
116115
org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath
117116
org.jspecify:jspecify:1.0.0=checkstyle
118-
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
119-
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
120-
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
121-
org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
117+
org.junit.jupiter:junit-jupiter-api:5.14.0=testRuntimeClasspath
118+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath
119+
org.junit.platform:junit-platform-commons:1.14.0=testRuntimeClasspath
120+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath
121+
org.junit.platform:junit-platform-engine:1.14.0=testRuntimeClasspath
122+
org.junit:junit-bom:5.12.2=testCompileClasspath
123+
org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testRuntimeClasspath
122124
org.mockito:mockito-core:3.4.6=compileClasspath,runtimeClasspath
123125
org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath
124126
org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath
@@ -147,5 +149,4 @@ org.spockframework:spock-core:2.4-M6-groovy-4.0=testCompileClasspath
147149
org.xmlresolver:xmlresolver:5.2.2=checkstyle
148150
org.xmlresolver:xmlresolver:5.3.3=spotbugs
149151
org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
150-
ru.vyarus:spock-junit5:1.0.1=testCompileClasspath,testRuntimeClasspath
151152
empty=signatures,spotbugsPlugins

fault-tolerant-executor-resilience4j/gradle.lockfile

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ net.sourceforge.saxon:saxon:9.1.0.8=pmd
7272
org.antlr:antlr4-runtime:4.13.2=checkstyle
7373
org.antlr:antlr4-runtime:4.7.2=pmd
7474
org.apache.bcel:bcel:6.11.0=spotbugs
75-
org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
76-
org.apache.commons:commons-lang3:3.19.0=spotbugs
75+
org.apache.commons:commons-lang3:3.19.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
7776
org.apache.commons:commons-lang3:3.8.1=checkstyle,pmd
7877
org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
7978
org.apache.commons:commons-text:1.3=checkstyle
@@ -110,10 +109,13 @@ org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
110109
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
111110
org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath
112111
org.jspecify:jspecify:1.0.0=checkstyle
113-
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
114-
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
115-
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
116-
org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
112+
org.junit.jupiter:junit-jupiter-api:5.14.0=testRuntimeClasspath
113+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath
114+
org.junit.platform:junit-platform-commons:1.14.0=testRuntimeClasspath
115+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath
116+
org.junit.platform:junit-platform-engine:1.14.0=testRuntimeClasspath
117+
org.junit:junit-bom:5.12.2=testCompileClasspath
118+
org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testRuntimeClasspath
117119
org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath
118120
org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath
119121
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
@@ -142,5 +144,4 @@ org.spockframework:spock-core:2.4-M6-groovy-4.0=testCompileClasspath
142144
org.xmlresolver:xmlresolver:5.2.2=checkstyle
143145
org.xmlresolver:xmlresolver:5.3.3=spotbugs
144146
org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
145-
ru.vyarus:spock-junit5:1.0.1=testCompileClasspath,testRuntimeClasspath
146147
empty=signatures,spotbugsPlugins

message-broker-nats/gradle.lockfile

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ net.sourceforge.saxon:saxon:9.1.0.8=pmd
6565
org.antlr:antlr4-runtime:4.13.2=checkstyle
6666
org.antlr:antlr4-runtime:4.7.2=pmd
6767
org.apache.bcel:bcel:6.11.0=spotbugs
68-
org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
69-
org.apache.commons:commons-lang3:3.19.0=spotbugs
68+
org.apache.commons:commons-lang3:3.19.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
7069
org.apache.commons:commons-lang3:3.8.1=checkstyle,pmd
7170
org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
7271
org.apache.commons:commons-text:1.3=checkstyle
@@ -105,10 +104,13 @@ org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
105104
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
106105
org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath
107106
org.jspecify:jspecify:1.0.0=checkstyle,runtimeClasspath,testRuntimeClasspath
108-
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
109-
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
110-
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
111-
org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
107+
org.junit.jupiter:junit-jupiter-api:5.14.0=testRuntimeClasspath
108+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath
109+
org.junit.platform:junit-platform-commons:1.14.0=testRuntimeClasspath
110+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath
111+
org.junit.platform:junit-platform-engine:1.14.0=testRuntimeClasspath
112+
org.junit:junit-bom:5.12.2=testCompileClasspath
113+
org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testRuntimeClasspath
112114
org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath
113115
org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath
114116
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
@@ -134,5 +136,4 @@ org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntime
134136
org.xmlresolver:xmlresolver:5.2.2=checkstyle
135137
org.xmlresolver:xmlresolver:5.3.3=spotbugs
136138
org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
137-
ru.vyarus:spock-junit5:1.0.1=testCompileClasspath,testRuntimeClasspath
138139
empty=signatures,spotbugsPlugins

message-broker-nats/src/test/groovy/com/mx/messaging/nats/WithMockery.groovy

Lines changed: 0 additions & 19 deletions
This file was deleted.

store-redis/gradle.lockfile

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ net.sourceforge.saxon:saxon:9.1.0.8=pmd
7373
org.antlr:antlr4-runtime:4.13.2=checkstyle
7474
org.antlr:antlr4-runtime:4.7.2=pmd
7575
org.apache.bcel:bcel:6.11.0=spotbugs
76-
org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
77-
org.apache.commons:commons-lang3:3.19.0=spotbugs
76+
org.apache.commons:commons-lang3:3.19.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
7877
org.apache.commons:commons-lang3:3.8.1=checkstyle,pmd
7978
org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
8079
org.apache.commons:commons-text:1.3=checkstyle
@@ -111,10 +110,13 @@ org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
111110
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
112111
org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath
113112
org.jspecify:jspecify:1.0.0=checkstyle
114-
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
115-
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
116-
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
117-
org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
113+
org.junit.jupiter:junit-jupiter-api:5.14.0=testRuntimeClasspath
114+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath
115+
org.junit.platform:junit-platform-commons:1.14.0=testRuntimeClasspath
116+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath
117+
org.junit.platform:junit-platform-engine:1.14.0=testRuntimeClasspath
118+
org.junit:junit-bom:5.12.2=testCompileClasspath
119+
org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testRuntimeClasspath
118120
org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath
119121
org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath
120122
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
@@ -143,5 +145,4 @@ org.spockframework:spock-core:2.4-M6-groovy-4.0=testCompileClasspath
143145
org.xmlresolver:xmlresolver:5.2.2=checkstyle
144146
org.xmlresolver:xmlresolver:5.3.3=spotbugs
145147
org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
146-
ru.vyarus:spock-junit5:1.0.1=testCompileClasspath,testRuntimeClasspath
147148
empty=signatures,spotbugsPlugins

store-vault/gradle.lockfile

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ net.sourceforge.saxon:saxon:9.1.0.8=pmd
6565
org.antlr:antlr4-runtime:4.13.2=checkstyle
6666
org.antlr:antlr4-runtime:4.7.2=pmd
6767
org.apache.bcel:bcel:6.11.0=spotbugs
68-
org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
69-
org.apache.commons:commons-lang3:3.19.0=spotbugs
68+
org.apache.commons:commons-lang3:3.19.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
7069
org.apache.commons:commons-lang3:3.8.1=checkstyle,pmd
7170
org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
7271
org.apache.commons:commons-text:1.3=checkstyle
@@ -103,10 +102,13 @@ org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
103102
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
104103
org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath
105104
org.jspecify:jspecify:1.0.0=checkstyle
106-
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
107-
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
108-
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
109-
org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
105+
org.junit.jupiter:junit-jupiter-api:5.14.0=testRuntimeClasspath
106+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath
107+
org.junit.platform:junit-platform-commons:1.14.0=testRuntimeClasspath
108+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath
109+
org.junit.platform:junit-platform-engine:1.14.0=testRuntimeClasspath
110+
org.junit:junit-bom:5.12.2=testCompileClasspath
111+
org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testRuntimeClasspath
110112
org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath
111113
org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath
112114
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
@@ -135,5 +137,4 @@ org.spockframework:spock-core:2.4-M6-groovy-4.0=testCompileClasspath
135137
org.xmlresolver:xmlresolver:5.2.2=checkstyle
136138
org.xmlresolver:xmlresolver:5.3.3=spotbugs
137139
org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
138-
ru.vyarus:spock-junit5:1.0.1=testCompileClasspath,testRuntimeClasspath
139140
empty=signatures,spotbugsPlugins

0 commit comments

Comments
 (0)