Skip to content

Commit

Permalink
upgrade spring boot version
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomuri committed Aug 2, 2024
1 parent 1387237 commit 06ecaa2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src-gui/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'jacoco'
id 'org.springframework.boot' version '3.2.0'
id 'org.springframework.boot' version '3.3.2'
id 'checkstyle'
id 'war'
}
Expand Down
2 changes: 1 addition & 1 deletion src-java/grpc-speaker/grpc-service/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.springframework.boot" version "3.2.0"
id "org.springframework.boot" version "3.3.2"
id "java"
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.springframework.boot" version "3.2.0"
id "org.springframework.boot" version "3.3.2"
}

configurations {
Expand Down
2 changes: 1 addition & 1 deletion src-java/server42/server42-control-storm-stub/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.springframework.boot" version "3.2.0"
id "org.springframework.boot" version "3.3.2"
}

configurations {
Expand Down
2 changes: 1 addition & 1 deletion src-java/server42/server42-control/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.springframework.boot" version "3.2.0"
id "org.springframework.boot" version "3.3.2"
}

configurations {
Expand Down
2 changes: 1 addition & 1 deletion src-java/server42/server42-stats/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.springframework.boot" version "3.2.0"
id "org.springframework.boot" version "3.3.2"
}

configurations {
Expand Down

0 comments on commit 06ecaa2

Please sign in to comment.