Skip to content

Commit 0576a40

Browse files
committed
Bump dependency versions
1 parent 952d6c5 commit 0576a40

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
@@ -11,7 +11,7 @@ jackson-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-modul
1111
apache-commons-io = { group = "commons-io", name = "commons-io", version = "2.15.1" }
1212

1313
github-packageurl = { group = "com.github.package-url", name = "packageurl-java", version = "1.5.0" }
14-
okio = { group = "com.squareup.okio", name = "okio", version = "3.4.0" }
14+
okio = { group = "com.squareup.okio", name = "okio", version = "3.8.0" }
1515

1616
### Test dependencies
1717

@@ -21,7 +21,7 @@ junit-junit4 = { group = "junit", name = "junit", version = "4.13.2" }
2121
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.3.1" }
24+
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.3.2" }
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)