Skip to content

Commit

Permalink
Upgrade to Tomcat 9.0.31, Apache HttpClient 4.5.11, Mockito 3.2.4, Ht…
Browse files Browse the repository at this point in the history
…mlUnit 2.37
  • Loading branch information
jhoeller committed Feb 13, 2020
1 parent 05301d2 commit 4cbc61a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@ configure(allprojects) { project ->
dependency "org.webjars:webjars-locator-core:0.43"
dependency "org.webjars:underscorejs:1.8.3"

dependencySet(group: 'org.apache.tomcat', version: '9.0.30') {
dependencySet(group: 'org.apache.tomcat', version: '9.0.31') {
entry 'tomcat-util'
entry('tomcat-websocket') {
exclude group: "org.apache.tomcat", name: "tomcat-websocket-api"
exclude group: "org.apache.tomcat", name: "tomcat-servlet-api"
}
}
dependencySet(group: 'org.apache.tomcat.embed', version: '9.0.30') {
dependencySet(group: 'org.apache.tomcat.embed', version: '9.0.31') {
entry 'tomcat-embed-core'
entry 'tomcat-embed-websocket'
}
Expand All @@ -147,7 +147,7 @@ configure(allprojects) { project ->
entry 'okhttp'
entry 'mockwebserver'
}
dependency("org.apache.httpcomponents:httpclient:4.5.10") {
dependency("org.apache.httpcomponents:httpclient:4.5.11") {
exclude group: "commons-logging", name: "commons-logging"
}
dependency("org.apache.httpcomponents:httpasyncclient:4.1.4") {
Expand Down Expand Up @@ -187,18 +187,18 @@ configure(allprojects) { project ->
exclude group: "org.hamcrest", name: "hamcrest-core"
}
}
dependencySet(group: 'org.mockito', version: '3.2.0') {
dependencySet(group: 'org.mockito', version: '3.2.4') {
entry('mockito-core') {
exclude group: "org.hamcrest", name: "hamcrest-core"
}
entry 'mockito-junit-jupiter'
}
dependency "io.mockk:mockk:1.9.3"

dependency("net.sourceforge.htmlunit:htmlunit:2.36.0") {
dependency("net.sourceforge.htmlunit:htmlunit:2.37.0") {
exclude group: "commons-logging", name: "commons-logging"
}
dependency("org.seleniumhq.selenium:htmlunit-driver:2.36.0") {
dependency("org.seleniumhq.selenium:htmlunit-driver:2.37.0") {
exclude group: "commons-logging", name: "commons-logging"
}
dependency("org.seleniumhq.selenium:selenium-java:3.141.59") {
Expand Down

0 comments on commit 4cbc61a

Please sign in to comment.