Skip to content

Commit 2f15c24

Browse files
committed
Merge remote-tracking branch 'upstream/master' into editStringsjavafx
* upstream/master: Bump mockito-core from 2.23.4 to 2.24.0 (#4626) Bump mysql-connector-java from 8.0.14 to 8.0.15 (#4627)
2 parents 74db19a + a0c2e04 commit 2f15c24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ dependencies {
120120
antlr4 'org.antlr:antlr4:4.7.2'
121121
compile 'org.antlr:antlr4-runtime:4.7.2'
122122

123-
compile 'mysql:mysql-connector-java:8.0.14'
123+
compile 'mysql:mysql-connector-java:8.0.15'
124124

125125
compile 'org.postgresql:postgresql:42.2.5'
126126

@@ -170,7 +170,7 @@ dependencies {
170170
testCompile 'org.junit-pioneer:junit-pioneer:0.3.0'
171171
testRuntime 'org.apache.logging.log4j:log4j-core:2.11.1'
172172
testRuntime 'org.apache.logging.log4j:log4j-jul:2.11.1'
173-
testCompile 'org.mockito:mockito-core:2.23.4'
173+
testCompile 'org.mockito:mockito-core:2.24.0'
174174
testCompile 'com.github.tomakehurst:wiremock:2.21.0'
175175
testCompile 'org.assertj:assertj-swing-junit:3.8.0'
176176
testCompile 'org.reflections:reflections:0.9.11'

0 commit comments

Comments
 (0)