Skip to content

Commit

Permalink
Upgrade to junit 4.13.2 (deephaven#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored and jmao-denver committed Nov 23, 2021
1 parent 6336bf9 commit 6d92150
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ plugins {
}

dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
}
2 changes: 1 addition & 1 deletion Internals/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies {
testCompile 'junit:junit:4.12'
testCompile 'junit:junit:4.13.2'
}
2 changes: 1 addition & 1 deletion KafkaIngester/KafkaIngester.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ configurations {

dependencies {
compile project(':DB')
testCompile 'junit:junit:4.12'
testCompile 'junit:junit:4.13.2'
testCompile project(path: ':DB', configuration: 'testOutput')
testRuntime project(path: ':configs'), project(path: ':test-configs')

Expand Down
2 changes: 1 addition & 1 deletion Parquet/Parquet.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ dependencies {
compile 'org.apache.parquet:parquet-encoding:1.10.0'
compile 'org.apache.parquet:parquet-column:1.10.0'
*/
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'

}
2 changes: 1 addition & 1 deletion gradle/deephaven-jpy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project(':deephaven-jpy') {
}

dependencies {
testCompile 'junit:junit:4.12' // but we still want tests to compile
testCompile 'junit:junit:4.13.2' // but we still want tests to compile
}

/**
Expand Down
2 changes: 1 addition & 1 deletion py/jpy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6d92150

Please sign in to comment.