From d3b713d5f0e6bd2a1615b6b062f76f1ebad08cfe Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 8 May 2019 17:52:56 +0200 Subject: [PATCH] Upgrade to Protobuf 3.7.1 and HtmlUnit 2.35 --- spring-test/spring-test.gradle | 4 ++-- spring-web/spring-web.gradle | 2 +- spring-webflux/spring-webflux.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-test/spring-test.gradle b/spring-test/spring-test.gradle index 3007ba310a7..31d299ac985 100644 --- a/spring-test/spring-test.gradle +++ b/spring-test/spring-test.gradle @@ -37,10 +37,10 @@ dependencies { optional("org.apache.taglibs:taglibs-standard-jstlel:1.2.5") { exclude group: "org.apache.taglibs", module: "taglibs-standard-spec" } - optional("net.sourceforge.htmlunit:htmlunit:2.34.1") { + optional("net.sourceforge.htmlunit:htmlunit:2.35.0") { exclude group: "commons-logging", module: "commons-logging" } - optional("org.seleniumhq.selenium:htmlunit-driver:2.34.0") { + optional("org.seleniumhq.selenium:htmlunit-driver:2.35.1") { exclude group: "commons-logging", module: "commons-logging" } optional("org.seleniumhq.selenium:selenium-java:3.141.59") { diff --git a/spring-web/spring-web.gradle b/spring-web/spring-web.gradle index 53e619e440f..dfac2ecd57f 100644 --- a/spring-web/spring-web.gradle +++ b/spring-web/spring-web.gradle @@ -56,7 +56,7 @@ dependencies { optional("com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${jackson2Version}") optional("com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${jackson2Version}") optional("com.google.code.gson:gson:2.8.5") - optional("com.google.protobuf:protobuf-java-util:3.6.1") + optional("com.google.protobuf:protobuf-java-util:3.7.1") optional("com.googlecode.protobuf-java-format:protobuf-java-format:1.4") optional("com.rometools:rome:1.12.0") optional("com.caucho:hessian:4.0.51") diff --git a/spring-webflux/spring-webflux.gradle b/spring-webflux/spring-webflux.gradle index 10eca23c64b..987189c19a1 100644 --- a/spring-webflux/spring-webflux.gradle +++ b/spring-webflux/spring-webflux.gradle @@ -40,7 +40,7 @@ dependencies { } optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}") optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}") - optional("com.google.protobuf:protobuf-java-util:3.6.1") + optional("com.google.protobuf:protobuf-java-util:3.7.1") optional("org.jetbrains.kotlinx:kotlinx-coroutines-core:${coroutinesVersion}") optional("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:${coroutinesVersion}") testCompile("javax.xml.bind:jaxb-api:2.3.1")