Skip to content

Commit 6aeadf1

Browse files
authored
Tweak/minor debugging additions (#1026)
## Summary A few local commits I had from yesterday which are worth including (assuming tests pass).
2 parents cd03e45 + 73cffbc commit 6aeadf1

21 files changed

+187
-72
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ subprojects {
288288
dependency 'org.bouncycastle:bcprov-jdk15on:1.70'
289289
dependency 'org.bouncycastle:bcpkix-jdk15on:1.70'
290290

291-
dependency 'org.json:json:20230227'
291+
dependency 'org.json:json:20240303'
292292

293293
dependency 'com.fasterxml.jackson.core:jackson-databind:2.15.4'
294294
dependency 'com.fasterxml.jackson.core:jackson-core:2.15.4'

cli-tools/dependencies-tree.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ compileClasspath - Compile classpath for source set 'main'.
2828
| | +--- org.bouncycastle:bcprov-jdk15on:1.70
2929
| | \--- org.bouncycastle:bcutil-jdk15on:1.70
3030
| | \--- org.bouncycastle:bcprov-jdk15on:1.70
31-
| +--- org.json:json -> 20230227
31+
| +--- org.json:json -> 20240303
3232
| +--- com.fasterxml.jackson.core:jackson-databind -> 2.15.4
3333
| | +--- com.fasterxml.jackson.core:jackson-annotations:2.15.4
3434
| | | \--- com.fasterxml.jackson:jackson-bom:2.15.4
@@ -47,7 +47,7 @@ compileClasspath - Compile classpath for source set 'main'.
4747
| | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
4848
| | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
4949
| +--- com.fasterxml.jackson.datatype:jackson-datatype-json-org -> 2.15.4
50-
| | +--- org.json:json:20231013 -> 20230227
50+
| | +--- org.json:json:20231013 -> 20240303
5151
| | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
5252
| | +--- com.fasterxml.jackson.core:jackson-databind:2.15.4 (*)
5353
| | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
@@ -144,7 +144,7 @@ integrationCompileClasspath - Compile classpath for source set 'integration'.
144144
| | +--- org.bouncycastle:bcprov-jdk15on:1.70
145145
| | \--- org.bouncycastle:bcutil-jdk15on:1.70
146146
| | \--- org.bouncycastle:bcprov-jdk15on:1.70
147-
| +--- org.json:json -> 20230227
147+
| +--- org.json:json -> 20240303
148148
| +--- com.fasterxml.jackson.core:jackson-databind -> 2.15.4
149149
| | +--- com.fasterxml.jackson.core:jackson-annotations:2.15.4
150150
| | | \--- com.fasterxml.jackson:jackson-bom:2.15.4
@@ -163,7 +163,7 @@ integrationCompileClasspath - Compile classpath for source set 'integration'.
163163
| | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
164164
| | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
165165
| +--- com.fasterxml.jackson.datatype:jackson-datatype-json-org -> 2.15.4
166-
| | +--- org.json:json:20231013 -> 20230227
166+
| | +--- org.json:json:20231013 -> 20240303
167167
| | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
168168
| | +--- com.fasterxml.jackson.core:jackson-databind:2.15.4 (*)
169169
| | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
@@ -253,7 +253,7 @@ integrationRuntimeClasspath - Runtime classpath of source set 'integration'.
253253
| | | +--- org.bouncycastle:bcprov-jdk15on:1.70
254254
| | | \--- org.bouncycastle:bcutil-jdk15on:1.70
255255
| | | \--- org.bouncycastle:bcprov-jdk15on:1.70
256-
| | +--- org.json:json -> 20230227
256+
| | +--- org.json:json -> 20240303
257257
| | +--- com.fasterxml.jackson.core:jackson-databind -> 2.15.4
258258
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.15.4
259259
| | | | \--- com.fasterxml.jackson:jackson-bom:2.15.4
@@ -273,7 +273,7 @@ integrationRuntimeClasspath - Runtime classpath of source set 'integration'.
273273
| | | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
274274
| | | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
275275
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-json-org -> 2.15.4
276-
| | | +--- org.json:json:20231013 -> 20230227
276+
| | | +--- org.json:json:20231013 -> 20240303
277277
| | | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
278278
| | | +--- com.fasterxml.jackson.core:jackson-databind:2.15.4 (*)
279279
| | | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
@@ -581,7 +581,7 @@ p2pTestCompileClasspath - Compile classpath for source set 'p2p test'.
581581
| | +--- org.bouncycastle:bcprov-jdk15on:1.70
582582
| | \--- org.bouncycastle:bcutil-jdk15on:1.70
583583
| | \--- org.bouncycastle:bcprov-jdk15on:1.70
584-
| +--- org.json:json -> 20230227
584+
| +--- org.json:json -> 20240303
585585
| +--- com.fasterxml.jackson.core:jackson-databind -> 2.15.4
586586
| | +--- com.fasterxml.jackson.core:jackson-annotations:2.15.4
587587
| | | \--- com.fasterxml.jackson:jackson-bom:2.15.4
@@ -600,7 +600,7 @@ p2pTestCompileClasspath - Compile classpath for source set 'p2p test'.
600600
| | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
601601
| | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
602602
| +--- com.fasterxml.jackson.datatype:jackson-datatype-json-org -> 2.15.4
603-
| | +--- org.json:json:20231013 -> 20230227
603+
| | +--- org.json:json:20231013 -> 20240303
604604
| | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
605605
| | +--- com.fasterxml.jackson.core:jackson-databind:2.15.4 (*)
606606
| | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
@@ -690,7 +690,7 @@ p2pTestRuntimeClasspath - Runtime classpath of source set 'p2p test'.
690690
| | | +--- org.bouncycastle:bcprov-jdk15on:1.70
691691
| | | \--- org.bouncycastle:bcutil-jdk15on:1.70
692692
| | | \--- org.bouncycastle:bcprov-jdk15on:1.70
693-
| | +--- org.json:json -> 20230227
693+
| | +--- org.json:json -> 20240303
694694
| | +--- com.fasterxml.jackson.core:jackson-databind -> 2.15.4
695695
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.15.4
696696
| | | | \--- com.fasterxml.jackson:jackson-bom:2.15.4
@@ -710,7 +710,7 @@ p2pTestRuntimeClasspath - Runtime classpath of source set 'p2p test'.
710710
| | | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
711711
| | | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
712712
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-json-org -> 2.15.4
713-
| | | +--- org.json:json:20231013 -> 20230227
713+
| | | +--- org.json:json:20231013 -> 20240303
714714
| | | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
715715
| | | +--- com.fasterxml.jackson.core:jackson-databind:2.15.4 (*)
716716
| | | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
@@ -996,7 +996,7 @@ runtimeClasspath - Runtime classpath of source set 'main'.
996996
| | | +--- org.bouncycastle:bcprov-jdk15on:1.70
997997
| | | \--- org.bouncycastle:bcutil-jdk15on:1.70
998998
| | | \--- org.bouncycastle:bcprov-jdk15on:1.70
999-
| | +--- org.json:json -> 20230227
999+
| | +--- org.json:json -> 20240303
10001000
| | +--- com.fasterxml.jackson.core:jackson-databind -> 2.15.4
10011001
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.15.4
10021002
| | | | \--- com.fasterxml.jackson:jackson-bom:2.15.4
@@ -1016,7 +1016,7 @@ runtimeClasspath - Runtime classpath of source set 'main'.
10161016
| | | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
10171017
| | | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
10181018
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-json-org -> 2.15.4
1019-
| | | +--- org.json:json:20231013 -> 20230227
1019+
| | | +--- org.json:json:20231013 -> 20240303
10201020
| | | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
10211021
| | | +--- com.fasterxml.jackson.core:jackson-databind:2.15.4 (*)
10221022
| | | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
@@ -1303,7 +1303,7 @@ testCompileClasspath - Compile classpath for source set 'test'.
13031303
| | +--- org.bouncycastle:bcprov-jdk15on:1.70
13041304
| | \--- org.bouncycastle:bcutil-jdk15on:1.70
13051305
| | \--- org.bouncycastle:bcprov-jdk15on:1.70
1306-
| +--- org.json:json -> 20230227
1306+
| +--- org.json:json -> 20240303
13071307
| +--- com.fasterxml.jackson.core:jackson-databind -> 2.15.4
13081308
| | +--- com.fasterxml.jackson.core:jackson-annotations:2.15.4
13091309
| | | \--- com.fasterxml.jackson:jackson-bom:2.15.4
@@ -1322,7 +1322,7 @@ testCompileClasspath - Compile classpath for source set 'test'.
13221322
| | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
13231323
| | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
13241324
| +--- com.fasterxml.jackson.datatype:jackson-datatype-json-org -> 2.15.4
1325-
| | +--- org.json:json:20231013 -> 20230227
1325+
| | +--- org.json:json:20231013 -> 20240303
13261326
| | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
13271327
| | +--- com.fasterxml.jackson.core:jackson-databind:2.15.4 (*)
13281328
| | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
@@ -1415,7 +1415,7 @@ testRuntimeClasspath - Runtime classpath of source set 'test'.
14151415
| | | +--- org.bouncycastle:bcprov-jdk15on:1.70
14161416
| | | \--- org.bouncycastle:bcutil-jdk15on:1.70
14171417
| | | \--- org.bouncycastle:bcprov-jdk15on:1.70
1418-
| | +--- org.json:json -> 20230227
1418+
| | +--- org.json:json -> 20240303
14191419
| | +--- com.fasterxml.jackson.core:jackson-databind -> 2.15.4
14201420
| | | +--- com.fasterxml.jackson.core:jackson-annotations:2.15.4
14211421
| | | | \--- com.fasterxml.jackson:jackson-bom:2.15.4
@@ -1435,7 +1435,7 @@ testRuntimeClasspath - Runtime classpath of source set 'test'.
14351435
| | | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
14361436
| | | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
14371437
| | +--- com.fasterxml.jackson.datatype:jackson-datatype-json-org -> 2.15.4
1438-
| | | +--- org.json:json:20231013 -> 20230227
1438+
| | | +--- org.json:json:20231013 -> 20240303
14391439
| | | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
14401440
| | | +--- com.fasterxml.jackson.core:jackson-databind:2.15.4 (*)
14411441
| | | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)

cli-tools/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10=integrationRuntimeClasspath,p2pTe
100100
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10=integrationRuntimeClasspath,p2pTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
101101
org.jetbrains.kotlin:kotlin-stdlib:1.9.10=integrationRuntimeClasspath,p2pTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
102102
org.jetbrains:annotations:13.0=integrationRuntimeClasspath,p2pTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
103-
org.json:json:20230227=compileClasspath,integrationCompileClasspath,integrationRuntimeClasspath,p2pTestCompileClasspath,p2pTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
103+
org.json:json:20240303=compileClasspath,integrationCompileClasspath,integrationRuntimeClasspath,p2pTestCompileClasspath,p2pTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
104104
org.ow2.asm:asm-analysis:9.1=jacocoAnt
105105
org.ow2.asm:asm-commons:9.1=jacocoAnt
106106
org.ow2.asm:asm-tree:9.1=jacocoAnt

common/dependencies-tree.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ compileClasspath - Compile classpath for source set 'main'.
4343
| +--- org.bouncycastle:bcprov-jdk15on:1.70
4444
| \--- org.bouncycastle:bcutil-jdk15on:1.70
4545
| \--- org.bouncycastle:bcprov-jdk15on:1.70
46-
+--- org.json:json -> 20230227
46+
+--- org.json:json -> 20240303
4747
+--- com.fasterxml.jackson.core:jackson-databind -> 2.15.4
4848
| +--- com.fasterxml.jackson.core:jackson-annotations:2.15.4
4949
| | \--- com.fasterxml.jackson:jackson-bom:2.15.4
@@ -62,7 +62,7 @@ compileClasspath - Compile classpath for source set 'main'.
6262
| +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
6363
| \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
6464
+--- com.fasterxml.jackson.datatype:jackson-datatype-json-org -> 2.15.4
65-
| +--- org.json:json:20231013 -> 20230227
65+
| +--- org.json:json:20231013 -> 20240303
6666
| +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
6767
| +--- com.fasterxml.jackson.core:jackson-databind:2.15.4 (*)
6868
| \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
@@ -209,7 +209,7 @@ runtimeClasspath - Runtime classpath of source set 'main'.
209209
| +--- org.bouncycastle:bcprov-jdk15on:1.70
210210
| \--- org.bouncycastle:bcutil-jdk15on:1.70
211211
| \--- org.bouncycastle:bcprov-jdk15on:1.70
212-
+--- org.json:json -> 20230227
212+
+--- org.json:json -> 20240303
213213
+--- com.fasterxml.jackson.core:jackson-databind -> 2.15.4
214214
| +--- com.fasterxml.jackson.core:jackson-annotations:2.15.4
215215
| | \--- com.fasterxml.jackson:jackson-bom:2.15.4
@@ -228,7 +228,7 @@ runtimeClasspath - Runtime classpath of source set 'main'.
228228
| +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
229229
| \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
230230
+--- com.fasterxml.jackson.datatype:jackson-datatype-json-org -> 2.15.4
231-
| +--- org.json:json:20231013 -> 20230227
231+
| +--- org.json:json:20231013 -> 20240303
232232
| +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
233233
| +--- com.fasterxml.jackson.core:jackson-databind:2.15.4 (*)
234234
| \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
@@ -375,7 +375,7 @@ testCompileClasspath - Compile classpath for source set 'test'.
375375
| +--- org.bouncycastle:bcprov-jdk15on:1.70
376376
| \--- org.bouncycastle:bcutil-jdk15on:1.70
377377
| \--- org.bouncycastle:bcprov-jdk15on:1.70
378-
+--- org.json:json -> 20230227
378+
+--- org.json:json -> 20240303
379379
+--- com.fasterxml.jackson.core:jackson-databind -> 2.15.4
380380
| +--- com.fasterxml.jackson.core:jackson-annotations:2.15.4
381381
| | \--- com.fasterxml.jackson:jackson-bom:2.15.4
@@ -394,7 +394,7 @@ testCompileClasspath - Compile classpath for source set 'test'.
394394
| +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
395395
| \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
396396
+--- com.fasterxml.jackson.datatype:jackson-datatype-json-org -> 2.15.4
397-
| +--- org.json:json:20231013 -> 20230227
397+
| +--- org.json:json:20231013 -> 20240303
398398
| +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
399399
| +--- com.fasterxml.jackson.core:jackson-databind:2.15.4 (*)
400400
| \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
@@ -531,7 +531,7 @@ testRuntimeClasspath - Runtime classpath of source set 'test'.
531531
| +--- org.bouncycastle:bcprov-jdk15on:1.70
532532
| \--- org.bouncycastle:bcutil-jdk15on:1.70
533533
| \--- org.bouncycastle:bcprov-jdk15on:1.70
534-
+--- org.json:json -> 20230227
534+
+--- org.json:json -> 20240303
535535
+--- com.fasterxml.jackson.core:jackson-databind -> 2.15.4
536536
| +--- com.fasterxml.jackson.core:jackson-annotations:2.15.4
537537
| | \--- com.fasterxml.jackson:jackson-bom:2.15.4
@@ -550,7 +550,7 @@ testRuntimeClasspath - Runtime classpath of source set 'test'.
550550
| +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
551551
| \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
552552
+--- com.fasterxml.jackson.datatype:jackson-datatype-json-org -> 2.15.4
553-
| +--- org.json:json:20231013 -> 20230227
553+
| +--- org.json:json:20231013 -> 20240303
554554
| +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
555555
| +--- com.fasterxml.jackson.core:jackson-databind:2.15.4 (*)
556556
| \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)

common/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ org.jacoco:org.jacoco.ant:0.8.7=jacocoAnt
4848
org.jacoco:org.jacoco.core:0.8.7=jacocoAnt
4949
org.jacoco:org.jacoco.report:0.8.7=jacocoAnt
5050
org.javassist:javassist:3.26.0-GA=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
51-
org.json:json:20230227=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
51+
org.json:json:20240303=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5252
org.mockito:mockito-core:3.12.4=testCompileClasspath,testRuntimeClasspath
5353
org.objenesis:objenesis:3.2=testCompileClasspath,testRuntimeClasspath
5454
org.ow2.asm:asm-analysis:9.1=jacocoAnt

core-rust-bridge/dependencies-tree.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ compileClasspath - Compile classpath for source set 'main'.
2929
| +--- org.bouncycastle:bcprov-jdk15on:1.70
3030
| \--- org.bouncycastle:bcutil-jdk15on:1.70
3131
| \--- org.bouncycastle:bcprov-jdk15on:1.70
32-
+--- org.json:json -> 20230227
32+
+--- org.json:json -> 20240303
3333
+--- com.fasterxml.jackson.core:jackson-databind -> 2.15.4
3434
| +--- com.fasterxml.jackson.core:jackson-annotations:2.15.4
3535
| | \--- com.fasterxml.jackson:jackson-bom:2.15.4
@@ -48,7 +48,7 @@ compileClasspath - Compile classpath for source set 'main'.
4848
| +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
4949
| \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
5050
+--- com.fasterxml.jackson.datatype:jackson-datatype-json-org -> 2.15.4
51-
| +--- org.json:json:20231013 -> 20230227
51+
| +--- org.json:json:20231013 -> 20240303
5252
| +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
5353
| +--- com.fasterxml.jackson.core:jackson-databind:2.15.4 (*)
5454
| \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
@@ -120,7 +120,7 @@ runtimeClasspath - Runtime classpath of source set 'main'.
120120
| +--- org.bouncycastle:bcprov-jdk15on:1.70
121121
| \--- org.bouncycastle:bcutil-jdk15on:1.70
122122
| \--- org.bouncycastle:bcprov-jdk15on:1.70
123-
+--- org.json:json -> 20230227
123+
+--- org.json:json -> 20240303
124124
+--- com.fasterxml.jackson.core:jackson-databind -> 2.15.4
125125
| +--- com.fasterxml.jackson.core:jackson-annotations:2.15.4
126126
| | \--- com.fasterxml.jackson:jackson-bom:2.15.4
@@ -139,7 +139,7 @@ runtimeClasspath - Runtime classpath of source set 'main'.
139139
| +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
140140
| \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
141141
+--- com.fasterxml.jackson.datatype:jackson-datatype-json-org -> 2.15.4
142-
| +--- org.json:json:20231013 -> 20230227
142+
| +--- org.json:json:20231013 -> 20240303
143143
| +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
144144
| +--- com.fasterxml.jackson.core:jackson-databind:2.15.4 (*)
145145
| \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
@@ -287,7 +287,7 @@ testCompileClasspath - Compile classpath for source set 'test'.
287287
| | +--- org.bouncycastle:bcprov-jdk15on:1.70
288288
| | \--- org.bouncycastle:bcutil-jdk15on:1.70
289289
| | \--- org.bouncycastle:bcprov-jdk15on:1.70
290-
| +--- org.json:json -> 20230227
290+
| +--- org.json:json -> 20240303
291291
| +--- com.fasterxml.jackson.core:jackson-databind -> 2.15.4
292292
| | +--- com.fasterxml.jackson.core:jackson-annotations:2.15.4
293293
| | | \--- com.fasterxml.jackson:jackson-bom:2.15.4
@@ -306,7 +306,7 @@ testCompileClasspath - Compile classpath for source set 'test'.
306306
| | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
307307
| | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
308308
| +--- com.fasterxml.jackson.datatype:jackson-datatype-json-org -> 2.15.4
309-
| | +--- org.json:json:20231013 -> 20230227
309+
| | +--- org.json:json:20231013 -> 20240303
310310
| | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
311311
| | +--- com.fasterxml.jackson.core:jackson-databind:2.15.4 (*)
312312
| | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
@@ -365,7 +365,7 @@ testRuntimeClasspath - Runtime classpath of source set 'test'.
365365
| | +--- org.bouncycastle:bcprov-jdk15on:1.70
366366
| | \--- org.bouncycastle:bcutil-jdk15on:1.70
367367
| | \--- org.bouncycastle:bcprov-jdk15on:1.70
368-
| +--- org.json:json -> 20230227
368+
| +--- org.json:json -> 20240303
369369
| +--- com.fasterxml.jackson.core:jackson-databind -> 2.15.4
370370
| | +--- com.fasterxml.jackson.core:jackson-annotations:2.15.4
371371
| | | \--- com.fasterxml.jackson:jackson-bom:2.15.4
@@ -384,7 +384,7 @@ testRuntimeClasspath - Runtime classpath of source set 'test'.
384384
| | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
385385
| | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)
386386
| +--- com.fasterxml.jackson.datatype:jackson-datatype-json-org -> 2.15.4
387-
| | +--- org.json:json:20231013 -> 20230227
387+
| | +--- org.json:json:20231013 -> 20240303
388388
| | +--- com.fasterxml.jackson.core:jackson-core:2.15.4 (*)
389389
| | +--- com.fasterxml.jackson.core:jackson-databind:2.15.4 (*)
390390
| | \--- com.fasterxml.jackson:jackson-bom:2.15.4 (*)

0 commit comments

Comments
 (0)