From a702500f527b426af7f65a5763e32bac06b8981c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 09:45:40 +0000 Subject: [PATCH] chore(deps): update plugin pl.allegro.tech.build.axion-release to v1.17.2 | datasource | package | from | to | | ---------- | ------------------------------------------------------------------------------------- | ------ | ------ | | maven | pl.allegro.tech.build.axion-release:pl.allegro.tech.build.axion-release.gradle.plugin | 1.17.1 | 1.17.2 | --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 04f7f0e..e44b376 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -48,7 +48,7 @@ dependencyResolutionManagement { bundle("rx", listOf("rxjava3", "rxkotlin")) bundle("strikt", listOf("strikt-core")) - plugin("axion", "pl.allegro.tech.build.axion-release").version("1.17.1") + plugin("axion", "pl.allegro.tech.build.axion-release").version("1.17.2") plugin("docker", "com.palantir.docker").version("0.36.0") plugin("helm", "io.github.bullshit.helmng").version("0.1.0") plugin("kotlin-jvm", "org.jetbrains.kotlin.jvm").versionRef("kotlin")