From 600918ad626ef15c6ece5a01ca61a46c8e507e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 21:28:18 +0000 Subject: [PATCH] Bump pl.allegro.tech.build.axion-release from 1.13.2 to 1.14.0 Bumps [pl.allegro.tech.build.axion-release](https://github.com/allegro/axion-release-plugin) from 1.13.2 to 1.14.0. - [Release notes](https://github.com/allegro/axion-release-plugin/releases) - [Commits](https://github.com/allegro/axion-release-plugin/compare/axion-release-1.13.2...v1.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 227404a..08a0c01 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { signing jacoco id("org.sonarqube") version "3.4.0.2513" - id("pl.allegro.tech.build.axion-release") version "1.13.2" + id("pl.allegro.tech.build.axion-release") version "1.14.0" id("com.adarshr.test-logger") version "3.2.0" id("io.github.gradle-nexus.publish-plugin") version "1.1.0" }