From dd0238052b4687394dd224ca371c39bf3cb2b885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 23:36:16 +0200 Subject: [PATCH] Bump pl.allegro.tech.build.axion-release from 1.13.14 to 1.14.0 (#518) Bumps [pl.allegro.tech.build.axion-release](https://github.com/allegro/axion-release-plugin) from 1.13.14 to 1.14.0. - [Release notes](https://github.com/allegro/axion-release-plugin/releases) - [Commits](https://github.com/allegro/axion-release-plugin/compare/v1.13.14...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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cec9a5bf..b4c5d396 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'maven-publish' id 'signing' id 'jacoco' - id 'pl.allegro.tech.build.axion-release' version '1.13.14' + id 'pl.allegro.tech.build.axion-release' version '1.14.0' id 'com.github.kt3k.coveralls' version '2.12.0' id 'com.gradle.plugin-publish' version '0.21.0' id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'