File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ configure(allprojects) { project ->
25
25
26
26
dependencyManagement {
27
27
imports {
28
- mavenBom " com.fasterxml.jackson:jackson-bom:2.11.3 "
28
+ mavenBom " com.fasterxml.jackson:jackson-bom:2.12.0 "
29
29
mavenBom " io.netty:netty-bom:4.1.54.Final"
30
30
mavenBom " io.projectreactor:reactor-bom:2020.0.2-SNAPSHOT"
31
31
mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR8"
@@ -123,7 +123,7 @@ configure(allprojects) { project ->
123
123
dependency " net.sf.ehcache:ehcache:2.10.6"
124
124
dependency " org.ehcache:jcache:1.0.1"
125
125
dependency " org.ehcache:ehcache:3.4.0"
126
- dependency " org.hibernate:hibernate-core:5.4.24 .Final"
126
+ dependency " org.hibernate:hibernate-core:5.4.25 .Final"
127
127
dependency " org.hibernate:hibernate-validator:6.1.6.Final"
128
128
dependency " org.webjars:webjars-locator-core:0.46"
129
129
dependency " org.webjars:underscorejs:1.8.3"
@@ -340,7 +340,7 @@ configure([rootProject] + javaProjects) { project ->
340
340
}
341
341
342
342
checkstyle {
343
- toolVersion = " 8.37 "
343
+ toolVersion = " 8.38 "
344
344
configDirectory. set(rootProject. file(" src/checkstyle" ))
345
345
}
346
346
You can’t perform that action at this time.
0 commit comments