Skip to content

Commit

Permalink
Update junit dependency to 4.13.2 everywhere (#2676) No AUTO
Browse files Browse the repository at this point in the history
  • Loading branch information
Lojjs authored Apr 4, 2022
1 parent ff70d0c commit 780662a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
testImplementation group: 'com.amazonaws', name: 'aws-java-sdk-s3', version: '1.11.270'

testImplementation group: 'org.reflections', name: 'reflections', version: '0.9.11', { exclude group: 'com.google.guava', module: 'guava' }
testImplementation group: 'junit', name: 'junit', version: '4.12'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3'
testImplementation group: 'org.neo4j.test', name: 'neo4j-harness', version: neo4jVersionEffective
testImplementation group: 'org.eclipse.jetty', name: 'jetty-server', version: '9.2.22.v20170606'
Expand Down
2 changes: 1 addition & 1 deletion test-utils/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = 'APOC :: Test Utils'

dependencies {
api group: 'junit', name: 'junit', version: '4.12'
api group: 'junit', name: 'junit', version: '4.13.2'

implementation group: 'org.neo4j', name: 'neo4j-common', version: neo4jVersionEffective, classifier: "tests"
api group: 'org.neo4j.community', name: 'it-test-support', version: neo4jVersionEffective // , classifier: "tests"
Expand Down

0 comments on commit 780662a

Please sign in to comment.