Skip to content

Commit

Permalink
Upgrade to Spring Boot 3.3.5
Browse files Browse the repository at this point in the history
Closes gh-90
  • Loading branch information
jonatan-ivanov committed Oct 25, 2024
1 parent 902d87c commit 647bdf7
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.1' apply false
id 'org.springframework.boot' version '3.3.5' 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.1'
id 'org.springframework.boot' version '3.3.5'
}

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.1' apply false
id 'org.springframework.boot' version '3.3.5' apply false
}

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

0 comments on commit 647bdf7

Please sign in to comment.