File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
22deployDocsHost =docs-ip.spring.io
33antlrVersion = 2.7.7
44apacheGeodeVersion =1.14.4
5- findbugsVersion =3.0.2
65springVersion =5.3.20
76springBootVersion =2.7.0-RC1
87springDataBomVersion =2021.2.0
Original file line number Diff line number Diff line change 11// Define dependency version properties
2- ext[' apacheTaglibsVersion' ] = ' 1.2.5'
3- ext[' assertjVersion' ] = ' 3.22.0'
42ext[' jakartaServletApiVersion' ] = ' 4.0.4'
53ext[' jakartaServletJspJstlApiVersion' ] = ' 1.2.7'
4+ ext[' apacheTaglibsVersion' ] = ' 1.2.5'
5+ ext[' assertjVersion' ] = ' 3.22.0'
6+ ext[' findbugsVersion' ] = ' 3.0.2'
67ext[' log4jVersion' ] = ' 2.17.2'
78// Logback version is currently constrained by tbe Gretty Gradle Plugin.
89// See: https://github.com/gretty-gradle-plugin/gretty/blob/v4.0.0/gradle.properties#L16
You can’t perform that action at this time.
0 commit comments