File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 34
34
<!-- ### Compile dependencies versions -->
35
35
<minimal-json .version>0.9.5</minimal-json .version>
36
36
<jackson-bom .version>2.17.3</jackson-bom .version>
37
- <json-schema-validator .version>1.5.5 </json-schema-validator .version>
37
+ <json-schema-validator .version>1.5.6 </json-schema-validator .version>
38
38
<typesafe-config .version>1.4.3</typesafe-config .version>
39
39
<ssl-config-core .version>0.6.1</ssl-config-core .version>
40
40
<kafka-client .version>3.9.0</kafka-client .version>
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.2.2:compile
22
22
com.google.auto.value:auto-value-annotations:jar:1.9:compile
23
23
com.hierynomus:asn-one:jar:0.6.0:compile
24
24
com.hivemq:hivemq-mqtt-client:jar:1.3.5:compile
25
- com.networknt:json-schema-validator:jar:1.5.5 :compile
25
+ com.networknt:json-schema-validator:jar:1.5.6 :compile
26
26
com.rabbitmq:amqp-client:jar:5.25.0:compile
27
27
com.thoughtworks.paranamer:paranamer:jar:2.8:compile
28
28
com.typesafe:config:jar:1.4.3:compile
@@ -111,7 +111,7 @@ org.mongodb.scala:mongo-scala-driver_2.13:jar:5.2.0:compile
111
111
org.mongodb:bson:jar:5.2.0:compile
112
112
org.mongodb:mongodb-driver-core:jar:5.2.0:compile
113
113
org.mongodb:mongodb-driver-reactivestreams:jar:5.2.0:compile
114
- org.mozilla:rhino-runtime :jar:1.7.15 :compile
114
+ org.mozilla:rhino:jar:1.8.0 :compile
115
115
org.ow2.asm:asm-analysis:jar:9.2:compile
116
116
org.ow2.asm:asm-commons:jar:9.2:compile
117
117
org.ow2.asm:asm-tree:jar:9.2:compile
Original file line number Diff line number Diff line change 260
260
* Maven sources: https://search.maven.org/remotecontent?filepath=com/hivemq/hivemq-mqtt-client/1.3.5/hivemq-mqtt-client-1.3.5-sources.jar
261
261
262
262
263
- ## JsonSchemaValidator (1.5.5 )
263
+ ## JsonSchemaValidator (1.5.6 )
264
264
265
- * Maven coordinates: ` com.networknt:json-schema-validator:1.5.5 `
265
+ * Maven coordinates: ` com.networknt:json-schema-validator:1.5.6 `
266
266
* License: [ Apache License Version 2.0] (https://spdx.org/licenses/Apache License Version 2.0.html)
267
267
* Project: https://github.com/networknt/json-schema-validator
268
268
* Sources:
269
269
* declared as SCM: https://github.com/networknt/json-schema-validator
270
- * Maven sources: https://search.maven.org/remotecontent?filepath=com/networknt/json-schema-validator/1.5.5 /json-schema-validator-1.5.5 -sources.jar
270
+ * Maven sources: https://search.maven.org/remotecontent?filepath=com/networknt/json-schema-validator/1.5.6 /json-schema-validator-1.5.6 -sources.jar
271
271
272
272
273
273
## RabbitMQ Java Client (5.25.0)
You can’t perform that action at this time.
0 commit comments