From a8a344088c2fc8731a68ec900421033182961092 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 16 Jun 2025 09:54:56 -0700 Subject: [PATCH] Fixup boot-htpp dep --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index f1ffe105f5..7cfe32e876 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2013,7 +2013,7 @@ bom { "spring-boot-h2console", "spring-boot-hateoas", "spring-boot-hazelcast", - "spring-boot-hhttp", + "spring-boot-http", "spring-boot-http-client", "spring-boot-http-client-reactive", "spring-boot-http-codec",