File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ configure(allprojects) { project ->
154
154
testCompile(" junit:junit:4.12" ) {
155
155
exclude group : " org.hamcrest" , module : " hamcrest-core"
156
156
}
157
- testCompile(" org.mockito:mockito-core:2.22 .0" ) {
157
+ testCompile(" org.mockito:mockito-core:2.23 .0" ) {
158
158
exclude group : " org.hamcrest" , module : " hamcrest-core"
159
159
}
160
160
testCompile(" com.nhaarman:mockito-kotlin:1.6.0" ) {
Original file line number Diff line number Diff line change @@ -81,6 +81,6 @@ dependencies {
81
81
testRuntime(" com.sun.mail:javax.mail:1.6.2" )
82
82
testRuntime(" com.sun.xml.bind:jaxb-core:2.3.0.1" )
83
83
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 " )
85
85
testRuntime(" org.apache.johnzon:johnzon-jsonb:1.1.10" )
86
86
}
You can’t perform that action at this time.
0 commit comments