Skip to content

Commit 227d85a

Browse files
committed
Upgrade to Jackson 2.12, Hibernate ORM 5.4.25, Checkstyle 8.38
See gh-25907
1 parent a1320cd commit 227d85a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ configure(allprojects) { project ->
2525

2626
dependencyManagement {
2727
imports {
28-
mavenBom "com.fasterxml.jackson:jackson-bom:2.11.3"
28+
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.0"
2929
mavenBom "io.netty:netty-bom:4.1.54.Final"
3030
mavenBom "io.projectreactor:reactor-bom:2020.0.2-SNAPSHOT"
3131
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR8"
@@ -123,7 +123,7 @@ configure(allprojects) { project ->
123123
dependency "net.sf.ehcache:ehcache:2.10.6"
124124
dependency "org.ehcache:jcache:1.0.1"
125125
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"
127127
dependency "org.hibernate:hibernate-validator:6.1.6.Final"
128128
dependency "org.webjars:webjars-locator-core:0.46"
129129
dependency "org.webjars:underscorejs:1.8.3"
@@ -340,7 +340,7 @@ configure([rootProject] + javaProjects) { project ->
340340
}
341341

342342
checkstyle {
343-
toolVersion = "8.37"
343+
toolVersion = "8.38"
344344
configDirectory.set(rootProject.file("src/checkstyle"))
345345
}
346346

0 commit comments

Comments
 (0)