We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3a4fa commit cc16943Copy full SHA for cc16943
gradle/libs.versions.toml
@@ -21,7 +21,7 @@ junit-junit4 = { group = "junit", name = "junit", version = "4.13.2" }
21
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.11.3" }
22
23
groovy-json = { group = "org.codehaus.groovy", name = "groovy-json", version = "3.0.22" }
24
-json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.2" }
+json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.3" }
25
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version = "26.0.1" }
26
google-gson = { group = "com.google.code.gson", name = "gson", version = "2.11.0" }
27
0 commit comments