From f31e29cb63cbe64e8caa907c355415a68bc29c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 08:58:47 +0000 Subject: [PATCH] Bump the major-updates group across 1 directory with 3 updates Bumps the major-updates group with 3 updates in the / directory: [com.auth0:auth0](https://github.com/auth0/auth0-java), [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) and [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot). Updates `com.auth0:auth0` from 2.26.0 to 3.0.0 - [Release notes](https://github.com/auth0/auth0-java/releases) - [Changelog](https://github.com/auth0/auth0-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/auth0-java/compare/2.26.0...3.0.0) Updates `org.springframework.boot:spring-boot-starter-web` from 3.5.7 to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.7...v4.0.1) Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.7 to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.7...v4.0.1) Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.7 to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.7...v4.0.1) --- updated-dependencies: - dependency-name: com.auth0:auth0 dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index dff0582..01b054e 100644 --- a/build.gradle +++ b/build.gradle @@ -8,13 +8,13 @@ plugins { subprojects { ext { - auth0JavaVersion = '2.26.0' + auth0JavaVersion = '3.0.0' junitJupiterVersion = '5.13.1' wiremockVersion = '3.12.0' mockitoVersion = '5.11.0' guavaVersion = '33.5.0-jre' lombokVersion = '1.18.36' - springBoot3Version = '3.5.7' + springBoot3Version = '4.0.1' caffeineVersion = "3.2.3" slf4jVersion = '2.0.17' logback14xVersion = '1.5.18'