From 89955a16159d53e11f488683d7e580e5e0456b3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 00:04:48 +0000 Subject: [PATCH] Bump pl.allegro.tech.build.axion-release from 1.13.6 to 1.13.14 Bumps pl.allegro.tech.build.axion-release from 1.13.6 to 1.13.14. --- updated-dependencies: - dependency-name: pl.allegro.tech.build.axion-release dependency-type: direct:production update-type: version-update:semver-patch ... 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..143f5ce 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.13.14" // Style checking id("com.diffplug.spotless") version "6.4.1"