From 7d39fbea1621216e69a203f3f383044af5e51a2a Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Mon, 18 May 2020 15:16:11 +0200 Subject: [PATCH] Upgrade to Checkstyle 8.32, Tomcat 9.0.35, Netty 4.1.50, Hibernate ORM 5.3.17, Hibernate Validator 6.0.20 --- build.gradle | 6 +++--- spring-context-support/spring-context-support.gradle | 2 +- spring-orm/spring-orm.gradle | 2 +- spring-test/spring-test.gradle | 4 ++-- spring-webflux/spring-webflux.gradle | 2 +- spring-webmvc/spring-webmvc.gradle | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index d3acc3e92a..42a38ab9f0 100644 --- a/build.gradle +++ b/build.gradle @@ -37,14 +37,14 @@ ext { junit5Version = "5.3.2" kotlinVersion = "1.2.71" log4jVersion = "2.11.2" - nettyVersion = "4.1.49.Final" + nettyVersion = "4.1.50.Final" reactorVersion = "Californium-SR18" rxjavaVersion = "1.3.8" rxjavaAdapterVersion = "1.2.1" rxjava2Version = "2.2.19" slf4jVersion = "1.7.30" // spring-jcl + consistent 3rd party deps tiles3Version = "3.0.8" - tomcatVersion = "9.0.34" + tomcatVersion = "9.0.35" undertowVersion = "2.0.30.Final" gradleScriptDir = "${rootProject.projectDir}/gradle" @@ -142,7 +142,7 @@ configure(allprojects) { project -> } checkstyle { - toolVersion = "8.31" + toolVersion = "8.32" configDir = rootProject.file("src/checkstyle") } diff --git a/spring-context-support/spring-context-support.gradle b/spring-context-support/spring-context-support.gradle index d5e70c98ec..24c9908a5e 100644 --- a/spring-context-support/spring-context-support.gradle +++ b/spring-context-support/spring-context-support.gradle @@ -16,7 +16,7 @@ dependencies { optional("org.freemarker:freemarker:${freemarkerVersion}") testCompile(project(":spring-context")) testCompile("org.hsqldb:hsqldb:${hsqldbVersion}") - testCompile("org.hibernate:hibernate-validator:6.0.19.Final") + testCompile("org.hibernate:hibernate-validator:6.0.20.Final") testCompile("javax.annotation:javax.annotation-api:1.3.2") testRuntime("org.ehcache:jcache:1.0.1") testRuntime("org.ehcache:ehcache:3.4.0") diff --git a/spring-orm/spring-orm.gradle b/spring-orm/spring-orm.gradle index 5031d868d0..3248917d67 100644 --- a/spring-orm/spring-orm.gradle +++ b/spring-orm/spring-orm.gradle @@ -9,7 +9,7 @@ dependencies { optional(project(":spring-context")) optional(project(":spring-web")) optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.4") - optional("org.hibernate:hibernate-core:5.3.16.Final") + optional("org.hibernate:hibernate-core:5.3.17.Final") optional("javax.servlet:javax.servlet-api:3.1.0") testCompile("org.aspectj:aspectjweaver:${aspectjVersion}") testCompile("org.hsqldb:hsqldb:${hsqldbVersion}") diff --git a/spring-test/spring-test.gradle b/spring-test/spring-test.gradle index 865f8ff245..e57e6230a0 100644 --- a/spring-test/spring-test.gradle +++ b/spring-test/spring-test.gradle @@ -60,8 +60,8 @@ dependencies { testCompile("javax.ejb:javax.ejb-api:3.2") testCompile("javax.interceptor:javax.interceptor-api:1.2.2") testCompile("javax.mail:javax.mail-api:1.6.2") - testCompile("org.hibernate:hibernate-core:5.3.16.Final") - testCompile("org.hibernate:hibernate-validator:6.0.19.Final") + testCompile("org.hibernate:hibernate-core:5.3.17.Final") + testCompile("org.hibernate:hibernate-validator:6.0.20.Final") // Enable use of the JUnit Platform Runner testCompile("org.junit.platform:junit-platform-runner") testCompile("org.junit.jupiter:junit-jupiter-params") diff --git a/spring-webflux/spring-webflux.gradle b/spring-webflux/spring-webflux.gradle index 885010fc4b..214665581f 100644 --- a/spring-webflux/spring-webflux.gradle +++ b/spring-webflux/spring-webflux.gradle @@ -42,7 +42,7 @@ dependencies { optional("com.google.protobuf:protobuf-java-util:3.6.1") testCompile("javax.xml.bind:jaxb-api:2.3.1") testCompile("com.fasterxml:aalto-xml:1.1.1") - testCompile("org.hibernate:hibernate-validator:6.0.19.Final") + testCompile("org.hibernate:hibernate-validator:6.0.20.Final") testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}" testCompile("io.projectreactor:reactor-test") testCompile("io.undertow:undertow-core:${undertowVersion}") diff --git a/spring-webmvc/spring-webmvc.gradle b/spring-webmvc/spring-webmvc.gradle index 0f425b5eca..5b4aaaedf4 100644 --- a/spring-webmvc/spring-webmvc.gradle +++ b/spring-webmvc/spring-webmvc.gradle @@ -66,7 +66,7 @@ dependencies { exclude group: "xerces", module: "xercesImpl" } testCompile("org.xmlunit:xmlunit-matchers:2.6.2") - testCompile("org.hibernate:hibernate-validator:6.0.19.Final") + testCompile("org.hibernate:hibernate-validator:6.0.20.Final") testCompile("io.projectreactor:reactor-core") testCompile("io.reactivex:rxjava:${rxjavaVersion}") testCompile("io.reactivex:rxjava-reactive-streams:${rxjavaAdapterVersion}")