Upgrade to Hibernate ORM 5.4.17 and Checkstyle 8.33
This commit is contained in:
parent
d14140da69
commit
7b7d0a353d
|
@ -115,7 +115,7 @@ configure(allprojects) { project ->
|
|||
dependency "net.sf.ehcache:ehcache:2.10.6"
|
||||
dependency "org.ehcache:jcache:1.0.1"
|
||||
dependency "org.ehcache:ehcache:3.4.0"
|
||||
dependency "org.hibernate:hibernate-core:5.4.16.Final"
|
||||
dependency "org.hibernate:hibernate-core:5.4.17.Final"
|
||||
dependency "org.hibernate:hibernate-validator:6.1.5.Final"
|
||||
dependency "org.webjars:webjars-locator-core:0.45"
|
||||
dependency "org.webjars:underscorejs:1.8.3"
|
||||
|
@ -325,7 +325,7 @@ configure([rootProject] + javaProjects) { project ->
|
|||
}
|
||||
|
||||
checkstyle {
|
||||
toolVersion = "8.32"
|
||||
toolVersion = "8.33"
|
||||
configDir = rootProject.file("src/checkstyle")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue