Skip to content

Commit 871601a

Browse files
committed
Update dependency versions
1 parent 11a6f55 commit 871601a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ okio = { group = "com.squareup.okio", name = "okio", version = "3.4.0" }
1818
spock-core = { group = "org.spockframework", name = "spock-core", version.ref = "spock" }
1919
spock-junit4 = { group = "org.spockframework", name = "spock-junit4", version.ref = "spock" }
2020
junit-junit4 = { group = "junit", name = "junit", version = "4.13.2" }
21-
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.10.1" }
21+
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.10.2" }
2222

2323
groovy-json = { group = "org.codehaus.groovy", name = "groovy-json", version = "3.0.20" }
24-
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.2.0" }
24+
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.3.1" }
2525
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version = "24.1.0" }
2626
google-gson = { group = "com.google.code.gson", name = "gson", version = "2.10.1" }
2727

0 commit comments

Comments
 (0)