From baaddb455608f849caa6f98ca898fadd6caca246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 03:06:00 +0000 Subject: [PATCH] Bump io.spring.security.release from 1.0.13 to 1.0.14 Bumps [io.spring.security.release](https://github.com/spring-io/spring-security-release-tools) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/spring-io/spring-security-release-tools/releases) - [Changelog](https://github.com/spring-io/spring-security-release-tools/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-io/spring-security-release-tools/compare/v1.0.13...v1.0.14) --- updated-dependencies: - dependency-name: io.spring.security.release dependency-version: 1.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 811542d7..a7c7eb41 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "io.spring.convention.root" - id "io.spring.security.release" version "1.0.13" + id "io.spring.security.release" version "1.0.14" } group = "org.springframework.security"