From 56e906d3f55c073b41c1f9b0f5d5492c1470b45f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 00:06:51 +0000 Subject: [PATCH] Bump pl.allegro.tech.build.axion-release from 1.13.6 to 1.13.9 Bumps pl.allegro.tech.build.axion-release from 1.13.6 to 1.13.9. --- 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..9002172 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.9" // Style checking id("com.diffplug.spotless") version "6.4.1"