Skip to content

Commit dc8e85b

Browse files
authored
Merge pull request #39 from nduyhai/dependabot/gradle/org.springframework.boot-4.0.0
chore(deps): bump org.springframework.boot from 3.5.7 to 4.0.0
2 parents 4556c5e + 65471be commit dc8e85b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gateway-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java'
33
id "io.github.lognet.grpc-spring-boot" version '5.2.0'
44
id "com.google.protobuf" version "0.9.5"
5-
id 'org.springframework.boot' version '3.5.7'
5+
id 'org.springframework.boot' version '4.0.0'
66
id 'io.spring.dependency-management' version '1.1.7'
77
}
88

greeting-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id "io.github.lognet.grpc-spring-boot" version '5.2.0'
4-
id 'org.springframework.boot' version '3.5.7'
4+
id 'org.springframework.boot' version '4.0.0'
55
id 'io.spring.dependency-management' version '1.1.7'
66
}
77

0 commit comments

Comments
 (0)