From 72d430d28a732dd574448037c9499038cd3b701a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:34:48 +0000 Subject: [PATCH] Bump org.springframework.boot in /elixir-to-java/java-grpc-elixir-server Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- elixir-to-java/java-grpc-elixir-server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir-to-java/java-grpc-elixir-server/build.gradle b/elixir-to-java/java-grpc-elixir-server/build.gradle index 9066655b..cf48310e 100644 --- a/elixir-to-java/java-grpc-elixir-server/build.gradle +++ b/elixir-to-java/java-grpc-elixir-server/build.gradle @@ -6,7 +6,7 @@ buildscript { ext { // https://mvnrepository.com/artifact/net.devh/grpc-server-spring-boot-starter grpcSpringBootVersion = '3.1.0.RELEASE' - springBootVersion = '3.4.0' + springBootVersion = '3.4.1' springDependencyManagementVersion = '1.1.7' // https://mvnrepository.com/artifact/com.google.protobuf/protobuf-bom protobufVersion = '4.29.2'