Skip to content

Commit 5a3d757

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] <[email protected]>
1 parent 4e32fef commit 5a3d757

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.4'
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.4'
55
}
66

0 commit comments

Comments
 (0)