diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 4c666f34d57b..336fc18541b7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1438,6 +1438,13 @@ bom { ] } } + library("SmallRye Mutiny", "1.0.0") { + group("io.smallrye.reactive") { + modules = [ + "mutiny" + ] + } + } library("Spring Boot", "${version}") { group("org.springframework.boot") { modules = [