From 66a31a074ba9ab62fee695e460fa042a147c1a93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 03:41:15 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.3.5 to 3.4.4 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.3.5 to 3.4.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.5...v3.4.4) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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..ce98c90 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.4' 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..50303f8 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.4' 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..50303f8 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.4' 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..5f0a5a2 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.4' 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..564c20e 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.4' 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..564c20e 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.4' 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..564c20e 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.4' 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..564c20e 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.4' 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..564c20e 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.4' 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..13db96f 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.4' 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..7777320 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.4' id 'io.spring.dependency-management' version '1.1.7' } diff --git a/notes-app/build.gradle b/notes-app/build.gradle index 1f9e084..73feba7 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.4' id 'io.spring.dependency-management' version '1.1.7' id 'java' }