From 4c4e8b06276c57d5d0bcce3d29b92ae113d3505b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 18:03:49 +0000 Subject: [PATCH] Update plugin io.spring.dependency-management to v1.1.1 --- springboot-stomp-websocket/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springboot-stomp-websocket/build.gradle b/springboot-stomp-websocket/build.gradle index 60eab27b..8f8e6f4f 100644 --- a/springboot-stomp-websocket/build.gradle +++ b/springboot-stomp-websocket/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'org.springframework.boot' version '3.1.1' - id 'io.spring.dependency-management' version '1.1.0' + id 'io.spring.dependency-management' version '1.1.1' } group = 'com.example'