diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index ab685ede8ed..46ea175b855 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1817,6 +1817,13 @@ bom { ] } } + library("Yasson", "1.0.9") { + group("org.eclipse") { + modules = [ + "yasson" + ] + } + } } generateMetadataFileForMavenPublication {