diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 60d18e6b8..738494e63 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -86,6 +86,6 @@ javadocLinks = { id = "io.github.sgtsilvio.gradle.javadoc-links", version = "0.8 license = { id = "com.github.hierynomus.license", version = "0.16.1" } metadata = { id = "io.github.sgtsilvio.gradle.metadata", version = "0.6.0" } nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" } -oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.20.1" } +oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.20.2" } shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" } versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }