Skip to content

Commit d3b713d

Browse files
committed
Upgrade to Protobuf 3.7.1 and HtmlUnit 2.35
1 parent fb29088 commit d3b713d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

spring-test/spring-test.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ dependencies {
3737
optional("org.apache.taglibs:taglibs-standard-jstlel:1.2.5") {
3838
exclude group: "org.apache.taglibs", module: "taglibs-standard-spec"
3939
}
40-
optional("net.sourceforge.htmlunit:htmlunit:2.34.1") {
40+
optional("net.sourceforge.htmlunit:htmlunit:2.35.0") {
4141
exclude group: "commons-logging", module: "commons-logging"
4242
}
43-
optional("org.seleniumhq.selenium:htmlunit-driver:2.34.0") {
43+
optional("org.seleniumhq.selenium:htmlunit-driver:2.35.1") {
4444
exclude group: "commons-logging", module: "commons-logging"
4545
}
4646
optional("org.seleniumhq.selenium:selenium-java:3.141.59") {

spring-web/spring-web.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${jackson2Version}")
5757
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${jackson2Version}")
5858
optional("com.google.code.gson:gson:2.8.5")
59-
optional("com.google.protobuf:protobuf-java-util:3.6.1")
59+
optional("com.google.protobuf:protobuf-java-util:3.7.1")
6060
optional("com.googlecode.protobuf-java-format:protobuf-java-format:1.4")
6161
optional("com.rometools:rome:1.12.0")
6262
optional("com.caucho:hessian:4.0.51")

spring-webflux/spring-webflux.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
}
4141
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
4242
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
43-
optional("com.google.protobuf:protobuf-java-util:3.6.1")
43+
optional("com.google.protobuf:protobuf-java-util:3.7.1")
4444
optional("org.jetbrains.kotlinx:kotlinx-coroutines-core:${coroutinesVersion}")
4545
optional("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:${coroutinesVersion}")
4646
testCompile("javax.xml.bind:jaxb-api:2.3.1")

0 commit comments

Comments
 (0)