From 67da3b933d991d2874f193dd35e2c00547af6744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 09:06:22 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.5.14 to 3.5.15 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.5.14 to 3.5.15. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.14...v3.5.15) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 3.5.15 dependency-type: direct:production update-type: version-update:semver-patch ... 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 ec59413..3a4ac3f 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.5.14' + id 'org.springframework.boot' version '3.5.15' id 'io.spring.dependency-management' version '1.1.7' } diff --git a/auth0-springboot-api/build.gradle b/auth0-springboot-api/build.gradle index aa9cf60..b1740f0 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.5.14' + id 'org.springframework.boot' version '3.5.15' id 'io.spring.dependency-management' version '1.1.7' id "com.diffplug.spotless" version "6.25.0" }