From 4d72acbf9df4d219f4bb7175117202ed17df191e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 05:55:05 +0000 Subject: [PATCH] chore(deps): bump pl.allegro.tech.build.axion-release in /backend Bumps [pl.allegro.tech.build.axion-release](https://github.com/allegro/axion-release-plugin) from 1.14.4 to 1.17.2. - [Release notes](https://github.com/allegro/axion-release-plugin/releases) - [Commits](https://github.com/allegro/axion-release-plugin/compare/v1.14.4...v1.17.2) --- 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] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index 15a46fa1..c57690ad 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -22,7 +22,7 @@ * SOFTWARE. */ plugins { - id "pl.allegro.tech.build.axion-release" version "1.14.4" + id "pl.allegro.tech.build.axion-release" version "1.17.2" id "com.diffplug.spotless" version "6.13.0" id "org.jetbrains.kotlin.jvm" version "2.0.0" id "org.jetbrains.kotlin.plugin.allopen" version "2.0.0"