Skip to content

Commit d4490bf

Browse files
Bump io.spring.dependency-management in /java-to-java/java-grpc-server (#1803)
Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.6 to 1.1.7. - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.6...v1.1.7) --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b3dd17 commit d4490bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-to-java/java-grpc-server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
// https://mvnrepository.com/artifact/net.devh/grpc-server-spring-boot-starter
77
grpcSpringBootVersion = '3.1.0.RELEASE'
88
springBootVersion = '3.4.0'
9-
springDependencyManagementVersion = '1.1.6'
9+
springDependencyManagementVersion = '1.1.7'
1010
// https://mvnrepository.com/artifact/com.google.protobuf/protobuf-bom
1111
protobufVersion = '4.29.1'
1212
// https://mvnrepository.com/artifact/com.google.protobuf/protobuf-gradle-plugin

0 commit comments

Comments
 (0)