From 7777cfec76f0fda7fc5b91704ce519523bf4c343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 12:01:53 +0000 Subject: [PATCH] Gradle: Bump pl.allegro.tech.build.axion-release from 1.18.18 to 1.21.1 Bumps [pl.allegro.tech.build.axion-release](https://github.com/allegro/axion-release-plugin) from 1.18.18 to 1.21.1. - [Release notes](https://github.com/allegro/axion-release-plugin/releases) - [Commits](https://github.com/allegro/axion-release-plugin/compare/v1.18.18...v1.21.1) --- updated-dependencies: - dependency-name: pl.allegro.tech.build.axion-release dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 18bec2214..4675a6a43 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ plugins { val kotlinVersion = "2.0.21" kotlin("jvm") version kotlinVersion kotlin("plugin.spring") version kotlinVersion apply false - id("pl.allegro.tech.build.axion-release") version "1.18.18" + id("pl.allegro.tech.build.axion-release") version "1.21.1" id("com.diffplug.spotless") version "8.1.0" id("org.springframework.boot") version "3.5.8" apply false id("project-report")