From 19ff1a4e8aba0c9b458fc2c2aee09e82ddc4cde8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 00:04:31 +0000 Subject: [PATCH] Bump pl.allegro.tech.build.axion-release from 1.13.6 to 1.14.0 Bumps pl.allegro.tech.build.axion-release from 1.13.6 to 1.14.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..20c7021 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.14.0" // Style checking id("com.diffplug.spotless") version "6.4.1"