From 046907a1c39348a1e22e82dc030735f7f1f31959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 08:26:15 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-starter-reactor-netty Bumps [org.springframework.boot:spring-boot-starter-reactor-netty](https://github.com/spring-projects/spring-boot) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-reactor-netty dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- springboot-chat-mvn-gradle-docker/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/springboot-chat-mvn-gradle-docker/build.gradle b/springboot-chat-mvn-gradle-docker/build.gradle index 6071814..1ce0f5d 100644 --- a/springboot-chat-mvn-gradle-docker/build.gradle +++ b/springboot-chat-mvn-gradle-docker/build.gradle @@ -5,7 +5,7 @@ plugins { id 'java' id 'maven-publish' - id 'org.springframework.boot' version '4.0.5' + id 'org.springframework.boot' version '4.0.6' id 'io.spring.dependency-management' version '1.1.7' } @@ -17,11 +17,11 @@ repositories { } dependencies { - implementation 'org.springframework.boot:spring-boot-starter-websocket:4.0.5' - implementation 'org.springframework.boot:spring-boot-starter-amqp:4.0.5' - implementation 'org.springframework.boot:spring-boot-starter-reactor-netty:4.0.5' - runtimeOnly 'org.springframework.boot:spring-boot-devtools:4.0.5' - testImplementation 'org.springframework.boot:spring-boot-starter-test:4.0.5' + implementation 'org.springframework.boot:spring-boot-starter-websocket:4.0.6' + implementation 'org.springframework.boot:spring-boot-starter-amqp:4.0.6' + implementation 'org.springframework.boot:spring-boot-starter-reactor-netty:4.0.6' + runtimeOnly 'org.springframework.boot:spring-boot-devtools:4.0.6' + testImplementation 'org.springframework.boot:spring-boot-starter-test:4.0.6' } group = 'com.example'