@@ -11,21 +11,21 @@ jackson-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-modul
1111apache-commons-io = { group = " commons-io" , name = " commons-io" , version = " 2.21.0" }
1212
1313github-packageurl = { group = " com.github.package-url" , name = " packageurl-java" , version = " 1.5.0" }
14- okio = { group = " com.squareup.okio" , name = " okio" , version = " 3.16.4 " }
14+ okio = { group = " com.squareup.okio" , name = " okio" , version = " 3.17.0 " }
1515
1616# ## Test dependencies
1717
1818spock-core = { group = " org.spockframework" , name = " spock-core" , version.ref = " spock" }
1919spock-junit4 = { group = " org.spockframework" , name = " spock-junit4" , version.ref = " spock" }
2020junit-junit4 = { group = " junit" , name = " junit" , version = " 4.13.2" }
21- junit-jupiter = { group = " org.junit.jupiter" , name = " junit-jupiter" , version = " 5.14.2 " }
21+ junit-jupiter = { group = " org.junit.jupiter" , name = " junit-jupiter" , version = " 5.14.3 " }
2222
2323groovy-json = { group = " org.codehaus.groovy" , name = " groovy-json" , version = " 3.0.25" }
2424json-schema-validator = { group = " com.networknt" , name = " json-schema-validator" , version = " 1.5.9" }
25- jetbrains-annotations = { group = " org.jetbrains" , name = " annotations" , version = " 26.0.2-1 " }
25+ jetbrains-annotations = { group = " org.jetbrains" , name = " annotations" , version = " 26.1.0 " }
2626google-gson = { group = " com.google.code.gson" , name = " gson" , version = " 2.13.2" }
2727
2828[plugins ]
2929shadow-jar = { id = " com.github.johnrengelman.shadow" , version = " 8.1.1" }
30- plugin-publish = { id = " com.gradle.plugin-publish" , version = " 2.0 .0" }
30+ plugin-publish = { id = " com.gradle.plugin-publish" , version = " 2.1 .0" }
3131github-release = { id = " com.github.breadmoirai.github-release" , version = " 2.5.2" }
0 commit comments