Skip to content

Commit

Permalink
Upgrade to Spring Boot 3.4.0
Browse files Browse the repository at this point in the history
Closes gh-91
  • Loading branch information
jonatan-ivanov committed Nov 22, 2024
1 parent 647bdf7 commit be50d90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion proxy-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id 'java-library'
id 'org.springframework.boot' version '3.3.5' apply false
id 'org.springframework.boot' version '3.4.0' apply false
}

apply plugin: 'io.spring.dependency-management'
Expand Down
2 changes: 1 addition & 1 deletion proxy/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.3.5'
id 'org.springframework.boot' version '3.4.0'
}

apply plugin: 'io.spring.dependency-management'
Expand Down
2 changes: 1 addition & 1 deletion starter-spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id 'java-library'
id 'org.springframework.boot' version '3.3.5' apply false
id 'org.springframework.boot' version '3.4.0' apply false
}

apply plugin: 'io.spring.dependency-management'
Expand Down

0 comments on commit be50d90

Please sign in to comment.