Skip to content

Commit

Permalink
Bump spring boot version in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
skjolber committed Sep 30, 2024
1 parent 38353b8 commit cb97a74
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/gcp-grpc-example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.2.1'
id 'org.springframework.boot' version '3.3.4'
id "com.google.protobuf" version "0.9.4"
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.2.1'
id 'org.springframework.boot' version '3.3.4'
id "com.google.protobuf" version "0.9.4"
}

Expand Down
2 changes: 1 addition & 1 deletion examples/gcp-web-example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.2.1'
id 'org.springframework.boot' version '3.3.4'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp-web-grpc-example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.2.1'
id 'org.springframework.boot' version '3.3.4'
}

test {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.2.1'
id 'org.springframework.boot' version '3.3.4'
}

test {
Expand Down

0 comments on commit cb97a74

Please sign in to comment.