Skip to content

Commit e233b03

Browse files
committed
update jsonschema-validator
1 parent d9a7c8a commit e233b03

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<!-- ### Compile dependencies versions -->
3535
<minimal-json.version>0.9.5</minimal-json.version>
3636
<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>
3838
<typesafe-config.version>1.4.3</typesafe-config.version>
3939
<ssl-config-core.version>0.6.1</ssl-config-core.version>
4040
<kafka-client.version>3.9.0</kafka-client.version>

legal/3rd-party-dependencies/compile.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.2.2:compile
2222
com.google.auto.value:auto-value-annotations:jar:1.9:compile
2323
com.hierynomus:asn-one:jar:0.6.0:compile
2424
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
2626
com.rabbitmq:amqp-client:jar:5.25.0:compile
2727
com.thoughtworks.paranamer:paranamer:jar:2.8:compile
2828
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
111111
org.mongodb:bson:jar:5.2.0:compile
112112
org.mongodb:mongodb-driver-core:jar:5.2.0:compile
113113
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
115115
org.ow2.asm:asm-analysis:jar:9.2:compile
116116
org.ow2.asm:asm-commons:jar:9.2:compile
117117
org.ow2.asm:asm-tree:jar:9.2:compile

legal/NOTICE-THIRD-PARTY.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -260,14 +260,14 @@
260260
* Maven sources: https://search.maven.org/remotecontent?filepath=com/hivemq/hivemq-mqtt-client/1.3.5/hivemq-mqtt-client-1.3.5-sources.jar
261261

262262

263-
## JsonSchemaValidator (1.5.5)
263+
## JsonSchemaValidator (1.5.6)
264264

265-
* Maven coordinates: `com.networknt:json-schema-validator:1.5.5`
265+
* Maven coordinates: `com.networknt:json-schema-validator:1.5.6`
266266
* License: [Apache License Version 2.0](https://spdx.org/licenses/Apache License Version 2.0.html)
267267
* Project: https://github.com/networknt/json-schema-validator
268268
* Sources:
269269
* 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
271271

272272

273273
## RabbitMQ Java Client (5.25.0)

0 commit comments

Comments
 (0)