From 81a57944b1e014014538314a785a7f76d4725c81 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Mon, 16 Jan 2023 12:02:27 +0100 Subject: [PATCH] Include 'MVC' in starter-websocket description Closes gh-32493 --- .../spring-boot-starter-websocket/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/build.gradle b/spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/build.gradle index ff04bb94b65..1eb85d808fd 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/build.gradle +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/build.gradle @@ -2,7 +2,7 @@ plugins { id "org.springframework.boot.starter" } -description = "Starter for building WebSocket applications using Spring Framework's WebSocket support" +description = "Starter for building WebSocket applications using Spring Framework's MVC WebSocket support" dependencies { api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))