From d48ea7bb3da70ce47d98607fe421821fe7c7c27b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 03:42:43 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.3.5 to 3.4.5 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.3.5 to 3.4.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.5...v3.4.5) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 3.4.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- example-11-spring-boot/build.gradle | 2 +- example-12-boot-security/build.gradle | 2 +- example-13-inmemory-security/build.gradle | 2 +- example-14-jdbc-auth-security/build.gradle | 2 +- example-15-user-flow-security/build.gradle | 2 +- example-16-custom-auth-provider/build.gradle | 2 +- example-17-authorization/build.gradle | 2 +- example-18-method-security/build.gradle | 2 +- example-19-remember-me/build.gradle | 2 +- example-20-oauth/build.gradle | 2 +- example-21-jwt/build.gradle | 2 +- notes-app/build.gradle | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/example-11-spring-boot/build.gradle b/example-11-spring-boot/build.gradle index 5a4c3da..fb73d74 100644 --- a/example-11-spring-boot/build.gradle +++ b/example-11-spring-boot/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.3.5' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.7' } diff --git a/example-12-boot-security/build.gradle b/example-12-boot-security/build.gradle index cfc4024..cff26d4 100644 --- a/example-12-boot-security/build.gradle +++ b/example-12-boot-security/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.3.5' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.7' } diff --git a/example-13-inmemory-security/build.gradle b/example-13-inmemory-security/build.gradle index cfc4024..cff26d4 100644 --- a/example-13-inmemory-security/build.gradle +++ b/example-13-inmemory-security/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.3.5' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.7' } diff --git a/example-14-jdbc-auth-security/build.gradle b/example-14-jdbc-auth-security/build.gradle index e8c4c0f..90d0031 100644 --- a/example-14-jdbc-auth-security/build.gradle +++ b/example-14-jdbc-auth-security/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.3.5' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.7' } diff --git a/example-15-user-flow-security/build.gradle b/example-15-user-flow-security/build.gradle index 2faf9d5..810f3cf 100644 --- a/example-15-user-flow-security/build.gradle +++ b/example-15-user-flow-security/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.3.5' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.7' } diff --git a/example-16-custom-auth-provider/build.gradle b/example-16-custom-auth-provider/build.gradle index 2faf9d5..810f3cf 100644 --- a/example-16-custom-auth-provider/build.gradle +++ b/example-16-custom-auth-provider/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.3.5' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.7' } diff --git a/example-17-authorization/build.gradle b/example-17-authorization/build.gradle index 2faf9d5..810f3cf 100644 --- a/example-17-authorization/build.gradle +++ b/example-17-authorization/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.3.5' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.7' } diff --git a/example-18-method-security/build.gradle b/example-18-method-security/build.gradle index 2faf9d5..810f3cf 100644 --- a/example-18-method-security/build.gradle +++ b/example-18-method-security/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.3.5' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.7' } diff --git a/example-19-remember-me/build.gradle b/example-19-remember-me/build.gradle index 2faf9d5..810f3cf 100644 --- a/example-19-remember-me/build.gradle +++ b/example-19-remember-me/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.3.5' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.7' } diff --git a/example-20-oauth/build.gradle b/example-20-oauth/build.gradle index ff5c8b1..67502ec 100644 --- a/example-20-oauth/build.gradle +++ b/example-20-oauth/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.3.5' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.7' } diff --git a/example-21-jwt/build.gradle b/example-21-jwt/build.gradle index 055c530..94abb3f 100644 --- a/example-21-jwt/build.gradle +++ b/example-21-jwt/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.3.5' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.7' } diff --git a/notes-app/build.gradle b/notes-app/build.gradle index 1f9e084..018ffc1 100644 --- a/notes-app/build.gradle +++ b/notes-app/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '3.3.5' + id 'org.springframework.boot' version '3.4.5' id 'io.spring.dependency-management' version '1.1.7' id 'java' }