Skip to content

Commit e181498

Browse files
committed
Upgrade to Mockito 2.23
Includes JSON-P 1.1.3.
1 parent c89e3e6 commit e181498

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ configure(allprojects) { project ->
154154
testCompile("junit:junit:4.12") {
155155
exclude group: "org.hamcrest", module: "hamcrest-core"
156156
}
157-
testCompile("org.mockito:mockito-core:2.22.0") {
157+
testCompile("org.mockito:mockito-core:2.23.0") {
158158
exclude group: "org.hamcrest", module: "hamcrest-core"
159159
}
160160
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {

spring-web/spring-web.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ dependencies {
8181
testRuntime("com.sun.mail:javax.mail:1.6.2")
8282
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1")
8383
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1")
84-
testRuntime("javax.json:javax.json-api:1.1.2")
84+
testRuntime("javax.json:javax.json-api:1.1.3")
8585
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.10")
8686
}

0 commit comments

Comments
 (0)