Skip to content

Commit

Permalink
Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Feb 12, 2024
1 parent cd27fe7 commit 8fe1a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jackson-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-modul
apache-commons-io = { group = "commons-io", name = "commons-io", version = "2.15.1" }

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

### Test dependencies

Expand All @@ -21,7 +21,7 @@ junit-junit4 = { group = "junit", name = "junit", version = "4.13.2" }
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.10.2" }

groovy-json = { group = "org.codehaus.groovy", name = "groovy-json", version = "3.0.20" }
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.3.1" }
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.3.2" }
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version = "24.1.0" }
google-gson = { group = "com.google.code.gson", name = "gson", version = "2.10.1" }

Expand Down

0 comments on commit 8fe1a2f

Please sign in to comment.