Skip to content

Commit

Permalink
Upgrade to Mockito 3.3.3, MockK 1.10, HtmlUnit 2.39, Checkstyle 8.31
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Apr 25, 2020
1 parent ad088f2 commit f6df21e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -186,18 +186,18 @@ configure(allprojects) { project ->
exclude group: "org.hamcrest", name: "hamcrest-core"
}
}
dependencySet(group: 'org.mockito', version: '3.2.4') {
dependencySet(group: 'org.mockito', version: '3.3.3') {
entry('mockito-core') {
exclude group: "org.hamcrest", name: "hamcrest-core"
}
entry 'mockito-junit-jupiter'
}
dependency "io.mockk:mockk:1.9.3"
dependency "io.mockk:mockk:1.10.0"

dependency("net.sourceforge.htmlunit:htmlunit:2.38.0") {
dependency("net.sourceforge.htmlunit:htmlunit:2.39.1") {
exclude group: "commons-logging", name: "commons-logging"
}
dependency("org.seleniumhq.selenium:htmlunit-driver:2.38.0") {
dependency("org.seleniumhq.selenium:htmlunit-driver:2.39.0") {
exclude group: "commons-logging", name: "commons-logging"
}
dependency("org.seleniumhq.selenium:selenium-java:3.141.59") {
Expand Down Expand Up @@ -327,7 +327,7 @@ configure([rootProject] + javaProjects) { project ->
}

checkstyle {
toolVersion = "8.30"
toolVersion = "8.31"
configDir = rootProject.file("src/checkstyle")
}

Expand Down

0 comments on commit f6df21e

Please sign in to comment.