Skip to content

Commit

Permalink
Bump org.springframework.boot from 3.0.0 to 3.3.4
Browse files Browse the repository at this point in the history
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.0.0 to 3.3.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.0.0...v3.3.4)

---
updated-dependencies:
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 373e644 commit 2c655b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id 'java'
id "com.vanniktech.maven.publish" version "0.28.0"
id 'signing'
id 'org.springframework.boot' version '3.0.0'
id 'org.springframework.boot' version '3.3.4'
id 'io.spring.dependency-management' version '1.1.3'
id 'checkstyle'
}
Expand Down
2 changes: 1 addition & 1 deletion event-date-time-maker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.vanniktech.maven.publish.JavadocJar

plugins {
id 'java'
id 'org.springframework.boot' version '3.0.0'
id 'org.springframework.boot' version '3.3.4'
id 'io.spring.dependency-management' version '1.1.3'
id "com.vanniktech.maven.publish" version "0.28.0"
id 'signing'
Expand Down
2 changes: 1 addition & 1 deletion id-maker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.vanniktech.maven.publish.JavadocJar

plugins {
id 'java'
id 'org.springframework.boot' version '3.0.0'
id 'org.springframework.boot' version '3.3.4'
id 'io.spring.dependency-management' version '1.1.3'
id "com.vanniktech.maven.publish" version "0.28.0"
id 'signing'
Expand Down
2 changes: 1 addition & 1 deletion maker-tests/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

plugins {
id 'java'
id 'org.springframework.boot' version '3.0.0'
id 'org.springframework.boot' version '3.3.4'
id 'io.spring.dependency-management' version '1.1.3'
}

Expand Down
2 changes: 1 addition & 1 deletion password-maker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.vanniktech.maven.publish.JavadocJar

plugins {
id 'java'
id 'org.springframework.boot' version '3.0.0'
id 'org.springframework.boot' version '3.3.4'
id 'io.spring.dependency-management' version '1.1.3'
id "com.vanniktech.maven.publish" version "0.28.0"
id 'signing'
Expand Down

0 comments on commit 2c655b8

Please sign in to comment.