diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7444c25..b8c1d0e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,24 +8,24 @@ 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.16.1" } +apache-commons-io = { group = "commons-io", name = "commons-io", version = "2.17.0" } github-packageurl = { group = "com.github.package-url", name = "packageurl-java", version = "1.5.0" } -okio = { group = "com.squareup.okio", name = "okio", version = "3.9.0" } +okio = { group = "com.squareup.okio", name = "okio", version = "3.9.1" } ### Test dependencies 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.10.3" } +junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.11.3" } groovy-json = { group = "org.codehaus.groovy", name = "groovy-json", version = "3.0.22" } -json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.1" } -jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version = "24.1.0" } +json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.2" } +jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version = "26.0.1" } google-gson = { group = "com.google.code.gson", name = "gson", version = "2.11.0" } [plugins] shadow-jar = { id = "com.github.johnrengelman.shadow", version = "8.1.1"} -plugin-publish = { id = "com.gradle.plugin-publish", version = "1.2.1" } +plugin-publish = { id = "com.gradle.plugin-publish", version = "1.3.0" } github-release = { id = "com.github.breadmoirai.github-release", version = "2.5.2"}