diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index aeb5042..3775a37 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ jackson-databind = { group = "com.fasterxml.jackson.core", name = "jackson-datab jackson-parameter-names = { group = "com.fasterxml.jackson.module", name = "jackson-module-parameter-names" } jackson-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin" } -apache-commons-io = { group = "commons-io", name = "commons-io", version = "2.21.0" } +apache-commons-io = { group = "commons-io", name = "commons-io", version = "2.22.0" } github-packageurl = { group = "com.github.package-url", name = "packageurl-java", version = "1.5.0" } okio = { group = "com.squareup.okio", name = "okio", version = "3.17.0" } @@ -18,14 +18,14 @@ okio = { group = "com.squareup.okio", name = "okio", version = "3.17.0" } spock-core = { group = "org.spockframework", name = "spock-core", version.ref = "spock" } spock-junit4 = { group = "org.spockframework", name = "spock-junit4", version.ref = "spock" } junit-junit4 = { group = "junit", name = "junit", version = "4.13.2" } -junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.14.3" } +junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.14.4" } groovy-json = { group = "org.codehaus.groovy", name = "groovy-json", version = "3.0.25" } -json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.9" } +json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "2.0.1" } jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version = "26.1.0" } -google-gson = { group = "com.google.code.gson", name = "gson", version = "2.13.2" } +google-gson = { group = "com.google.code.gson", name = "gson", version = "2.14.0" } [plugins] shadow-jar = { id = "com.github.johnrengelman.shadow", version = "8.1.1"} -plugin-publish = { id = "com.gradle.plugin-publish", version = "2.1.0" } +plugin-publish = { id = "com.gradle.plugin-publish", version = "2.1.1" } github-release = { id = "com.github.breadmoirai.github-release", version = "2.5.2"}