From cdd32589f7a301b9d53bf39859798a13de8a0ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 09:05:49 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.5.15 to 3.5.16 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.5.15 to 3.5.16. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.15...v3.5.16) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 3.5.16 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 3a4ac3f..3037852 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.15' + id 'org.springframework.boot' version '3.5.16' id 'io.spring.dependency-management' version '1.1.7' } diff --git a/auth0-springboot-api/build.gradle b/auth0-springboot-api/build.gradle index b1740f0..c4443f6 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.15' + id 'org.springframework.boot' version '3.5.16' id 'io.spring.dependency-management' version '1.1.7' id "com.diffplug.spotless" version "6.25.0" }