From f4010808c5fa444fec296644d42edfc9ed2eeed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 11:57:36 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.2.0 to 3.5.11 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.0 to 3.5.11. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.0...v3.5.11) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 3.5.11 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- auth0-springboot-api-playground/build.gradle | 2 +- auth0-springboot-api/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auth0-springboot-api-playground/build.gradle b/auth0-springboot-api-playground/build.gradle index 5afd6aa..61eaefb 100644 --- a/auth0-springboot-api-playground/build.gradle +++ b/auth0-springboot-api-playground/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.3.0' + id 'org.springframework.boot' version '3.5.11' id 'io.spring.dependency-management' version '1.1.7' } diff --git a/auth0-springboot-api/build.gradle b/auth0-springboot-api/build.gradle index e55238e..4789aba 100644 --- a/auth0-springboot-api/build.gradle +++ b/auth0-springboot-api/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java-library' - id 'org.springframework.boot' version '3.2.0' + id 'org.springframework.boot' version '3.5.11' id 'io.spring.dependency-management' version '1.1.7' id "com.diffplug.spotless" version "6.25.0" }