File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ plugins {
44 id ' org.sonarqube' version ' 2.8'
55}
66
7+ def springVersion = ' 5.2.6.RELEASE'
8+
79ext {
810 projectsWithCoverage = []
911 rootJacocoDir = " ${ rootProject.buildDir} /reports/jacoco/test"
1517ext. javadocLinks = [
1618 ' https://docs.oracle.com/javase/8/docs/api/' ,
1719 ' https://docs.oracle.com/javaee/7/api/' ,
18- ' https://docs.spring.io/spring/docs/5.2.6.RELEASE /javadoc-api/'
20+ " https://docs.spring.io/spring/docs/$s pringVersion /javadoc-api/"
1921] as String []
2022
2123subprojects {
@@ -32,7 +34,7 @@ subprojects {
3234 }
3335
3436 dependencies {
35- implementation platform(' org.springframework:spring-framework-bom:5.2.6.RELEASE ' )
37+ implementation platform(" org.springframework:spring-framework-bom:$s pringVersion " )
3638 implementation platform(' javax.servlet:javax.servlet-api:3.1.0' )
3739 implementation platform(' com.google.code.findbugs:jsr305:3.0.2' )
3840
You can’t perform that action at this time.
0 commit comments