Skip to content

Commit f401080

Browse files
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](spring-projects/spring-boot@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] <support@github.com>
1 parent 2c52741 commit f401080

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

auth0-springboot-api-playground/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.3.0'
3+
id 'org.springframework.boot' version '3.5.11'
44
id 'io.spring.dependency-management' version '1.1.7'
55
}
66

auth0-springboot-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java-library'
3-
id 'org.springframework.boot' version '3.2.0'
3+
id 'org.springframework.boot' version '3.5.11'
44
id 'io.spring.dependency-management' version '1.1.7'
55
id "com.diffplug.spotless" version "6.25.0"
66
}

0 commit comments

Comments
 (0)