From 16e4426b1a6dfafaee3da6a68253a2eb1dd2b527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 00:10:55 +0200 Subject: [PATCH] Bump pl.allegro.tech.build.axion-release from 1.14.0 to 1.14.1 (#531) Bumps [pl.allegro.tech.build.axion-release](https://github.com/allegro/axion-release-plugin) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/allegro/axion-release-plugin/releases) - [Commits](https://github.com/allegro/axion-release-plugin/compare/v1.14.0...v1.14.1) --- 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] 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 cd762691..6a5fa3dd 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.14.0' + id 'pl.allegro.tech.build.axion-release' version '1.14.1' 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'