From ed9d01cb6ab075359b0680c76f559c7bb1185969 Mon Sep 17 00:00:00 2001 From: Silvio Giebl Date: Mon, 2 Dec 2024 12:46:21 +0100 Subject: [PATCH] Update gradle-oci to 0.17.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9715391..bf0cc04 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,4 +37,4 @@ defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" } hivemq-extension = { id = "com.hivemq.extension", version = "3.2.0" } kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } license = { id = "com.github.hierynomus.license", version = "0.16.1" } -oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.16.0" } +oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.17.0" }