From 8acf72dc6949e895c7d9411c6c48a8dece00e42b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:06:58 +0000 Subject: [PATCH] chore(deps): Bump pl.allegro.tech.build.axion-release Bumps [pl.allegro.tech.build.axion-release](https://github.com/allegro/axion-release-plugin) from 1.18.16 to 1.21.2. - [Release notes](https://github.com/allegro/axion-release-plugin/releases) - [Commits](https://github.com/allegro/axion-release-plugin/compare/v1.18.16...v1.21.2) --- updated-dependencies: - dependency-name: pl.allegro.tech.build.axion-release dependency-version: 1.21.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6d3a034..efdcb0b 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'jacoco' id 'com.github.spotbugs' version '6.0.7' id 'com.diffplug.spotless' version '6.25.0' - id 'pl.allegro.tech.build.axion-release' version '1.18.16' + id 'pl.allegro.tech.build.axion-release' version '1.21.2' } group = 'com.uber.ugroup'