From f6e98691563e6fa24ea89934523f1181ab3b8309 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 10 Jan 2020 15:07:47 +0000 Subject: [PATCH] Use version property to set Boot's version in dependencies bom See gh-19608 See gh-19609 --- 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 f3d7d7ec17..7f5f5266f3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1465,7 +1465,7 @@ bom { ] } } - library('Spring Boot', '2.3.0.GRADLE-SNAPSHOT') { + library('Spring Boot', "$version") { group('org.springframework.boot') { modules = [ 'spring-boot',