Skip to content

Commit

Permalink
Bump junit from 4.13 to 4.13.1 in /examples (#3328)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Richard North <rich.north@gmail.com>
  • Loading branch information
dependabot[bot] and rnorth committed Oct 12, 2020
1 parent 61c4119 commit 0fc92bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/mongodb-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ repositories {

dependencies {
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'junit:junit:4.13'
testImplementation 'junit:junit:4.13.1'
testCompileClasspath 'org.jetbrains:annotations:20.1.0'
}
2 changes: 1 addition & 1 deletion examples/redis-backed-cache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.guava:guava:23.0'
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'junit:junit:4.13'
testImplementation 'junit:junit:4.13.1'
testImplementation 'ch.qos.logback:logback-classic:1.2.3'
}

0 comments on commit 0fc92bd

Please sign in to comment.