diff --git a/platform/spring-boot-internal-dependencies/build.gradle b/platform/spring-boot-internal-dependencies/build.gradle index 54b72acde41..e9b4ee4cbdf 100644 --- a/platform/spring-boot-internal-dependencies/build.gradle +++ b/platform/spring-boot-internal-dependencies/build.gradle @@ -48,6 +48,13 @@ bom { ] } } + library("Checker Annotations", "3.51.0") { + group("org.checkerframework") { + modules = [ + "checker-qual" + ] + } + } library("ClickHouse", "0.9.0") { group("com.clickhouse") { modules = [