From a70fb5e742571ead99dc4b9bbc99450a301a10c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 04:01:02 +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.18.12 to 1.18.13. - [Release notes](https://github.com/allegro/axion-release-plugin/releases) - [Commits](https://github.com/allegro/axion-release-plugin/compare/v1.18.12...v1.18.13) --- 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] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index 95b57550..003628cc 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -22,7 +22,7 @@ * SOFTWARE. */ plugins { - id "pl.allegro.tech.build.axion-release" version "1.18.12" + id "pl.allegro.tech.build.axion-release" version "1.18.13" id "com.diffplug.spotless" version "6.25.0" id "org.jetbrains.kotlin.jvm" version "2.0.21" id "org.jetbrains.kotlin.plugin.allopen" version "2.0.20"