From 220bf934694cf4547f0dd80b4527497d41f55db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 00:56:50 +0000 Subject: [PATCH] Bump pl.allegro.tech.build.axion-release from 1.13.6 to 1.15.0 Bumps pl.allegro.tech.build.axion-release from 1.13.6 to 1.15.0. --- updated-dependencies: - dependency-name: pl.allegro.tech.build.axion-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index bb03088..31a5dab 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { id("io.github.gradle-nexus.publish-plugin") version "1.1.0" // Versioning - id("pl.allegro.tech.build.axion-release") version "1.13.6" + id("pl.allegro.tech.build.axion-release") version "1.15.0" // Style checking id("com.diffplug.spotless") version "6.4.1"