Skip to content

Commit 5e60762

Browse files
chore(deps): bump org.springframework.boot from 3.5.4 to 3.5.6
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.5.4 to 3.5.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.4...v3.5.6) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5b57724 commit 5e60762

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.4'
5+
id 'org.springframework.boot' version '3.5.6'
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.4'
4+
id 'org.springframework.boot' version '3.5.6'
55
id 'io.spring.dependency-management' version '1.1.7'
66
}
77

0 commit comments

Comments
 (0)