Skip to content

Commit

Permalink
build(deps): bump junit from 4.13 to 4.13.2
Browse files Browse the repository at this point in the history
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.2.md)
- [Commits](junit-team/junit4@r4.13...r4.13.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and araqnid committed Feb 20, 2021
1 parent 9094169 commit 2f83be0
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion api-legacy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
compileOnly "org.joda:joda-convert:1.3.1"
compileOnly "com.google.code.findbugs:jsr305:1.3.9"

testImplementation "junit:junit:4.13"
testImplementation "junit:junit:4.13.2"
testImplementation "org.hamcrest:hamcrest-core:1.3"
testImplementation "org.hamcrest:hamcrest-library:1.3"
testImplementation "com.timgroup:clocks-testing:1.0.1106" // autobump
Expand Down
2 changes: 1 addition & 1 deletion api-legacy/testlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sourceSets.test.java.srcDirs = []

dependencies {
api project(":api-legacy")
api "junit:junit:4.13"
api "junit:junit:4.13.2"
api "org.hamcrest:hamcrest-core:1.3"
api "org.scalatest:scalatest_$scalaApiVersion:3.0.8"
implementation "org.hamcrest:hamcrest-library:1.3"
Expand Down
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
api "com.timgroup:Tucker:1.0.1583" // autobump
api "com.timgroup:tim-metrics:1.0.40" // autobump
compileOnly "com.google.code.findbugs:jsr305:1.3.9"
testImplementation "junit:junit:4.13"
testImplementation "junit:junit:4.13.2"
testImplementation "org.hamcrest:hamcrest-core:1.3"
testImplementation "org.hamcrest:hamcrest-library:1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion api/testlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ java {
dependencies {
api project(":api")
compileOnly "com.google.code.findbugs:jsr305:1.3.9"
api "junit:junit:4.13"
api "junit:junit:4.13.2"
api "org.hamcrest:hamcrest-core:1.3"
implementation "org.hamcrest:hamcrest-library:1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion archiver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
testImplementation project(":api:testlib")
testImplementation project(":memory")

testImplementation "junit:junit:4.13"
testImplementation "junit:junit:4.13.2"
testImplementation "org.hamcrest:hamcrest-core:1.3"
testImplementation "org.hamcrest:hamcrest-library:1.3"

Expand Down
2 changes: 1 addition & 1 deletion diffing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
testImplementation project(":api:testlib")
testImplementation project(":memory")

testImplementation "junit:junit:4.13"
testImplementation "junit:junit:4.13.2"
testImplementation "org.hamcrest:hamcrest-core:1.3"
testImplementation "org.hamcrest:hamcrest-library:1.3"
testImplementation "com.timgroup:clocks-testing:1.0.1106" // autobump
Expand Down
2 changes: 1 addition & 1 deletion filesystem/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation "org.slf4j:slf4j-api:1.7.25"
testImplementation project(":api:testlib")
testImplementation project(":memory")
testImplementation "junit:junit:4.13"
testImplementation "junit:junit:4.13.2"
testImplementation "org.hamcrest:hamcrest-core:1.3"
testImplementation "org.hamcrest:hamcrest-library:1.3"
testImplementation "com.timgroup:clocks-testing:1.0.1106" // autobump
Expand Down
2 changes: 1 addition & 1 deletion filesystem/file-feed-cache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
testRuntimeOnly "mysql:mysql-connector-java:5.1.39"
testImplementation project(":stitching")
testImplementation project(":memory")
testImplementation "junit:junit:4.13"
testImplementation "junit:junit:4.13.2"
testImplementation "org.hamcrest:hamcrest-core:1.3"
testImplementation "org.hamcrest:hamcrest-library:1.3"
testImplementation "com.google.guava:guava:28.2-jre"
Expand Down
2 changes: 1 addition & 1 deletion ges-http/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {

testImplementation project(":api:testlib")
testImplementation project(":memory")
testImplementation "junit:junit:4.13"
testImplementation "junit:junit:4.13.2"
testImplementation "org.hamcrest:hamcrest-core:1.3"
testImplementation "org.hamcrest:hamcrest-library:1.3"
testImplementation "com.timgroup:clocks-testing:1.0.1106" // autobump
Expand Down
2 changes: 1 addition & 1 deletion memory-legacy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation "org.scala-lang:scala-library:$scalaVersion"

testImplementation project(":api-legacy:testlib")
testImplementation "junit:junit:4.13"
testImplementation "junit:junit:4.13.2"
testImplementation "org.hamcrest:hamcrest-core:1.3"
testImplementation "org.hamcrest:hamcrest-library:1.3"
testImplementation "com.timgroup:clocks-joda-testing:1.0.1106" // autobump
Expand Down
2 changes: 1 addition & 1 deletion memory/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
api project(":api")
compileOnly "com.google.code.findbugs:jsr305:1.3.9"
testImplementation project(":api:testlib")
testImplementation "junit:junit:4.13"
testImplementation "junit:junit:4.13.2"
testImplementation "org.hamcrest:hamcrest-core:1.3"
testImplementation "org.hamcrest:hamcrest-library:1.3"
testImplementation "com.timgroup:clocks-testing:1.0.1106" // autobump
Expand Down
2 changes: 1 addition & 1 deletion mysql-legacy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {

testImplementation project(":api-legacy:testlib")
testImplementation project(":memory-legacy")
testImplementation "junit:junit:4.13"
testImplementation "junit:junit:4.13.2"
testImplementation "org.hamcrest:hamcrest-core:1.3"
testImplementation "org.hamcrest:hamcrest-library:1.3"
testImplementation "com.timgroup:clocks-testing:1.0.1106" // autobump
Expand Down
2 changes: 1 addition & 1 deletion mysql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {

testImplementation project(":api:testlib")
testImplementation project(":memory")
testImplementation "junit:junit:4.13"
testImplementation "junit:junit:4.13.2"
testImplementation "org.hamcrest:hamcrest-core:1.3"
testImplementation "org.hamcrest:hamcrest-library:1.3"
testImplementation "com.timgroup:clocks-testing:1.0.1106" // autobump
Expand Down
2 changes: 1 addition & 1 deletion stitching-legacy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {

testImplementation project(":api-legacy:testlib")
testImplementation project(":memory-legacy")
testImplementation "junit:junit:4.13"
testImplementation "junit:junit:4.13.2"
testImplementation "org.hamcrest:hamcrest-core:1.3"
testImplementation "org.hamcrest:hamcrest-library:1.3"
testImplementation "com.timgroup:clocks-testing:1.0.1106" // autobump
Expand Down
2 changes: 1 addition & 1 deletion stitching/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {

testImplementation project(":api:testlib")
testImplementation project(":memory")
testImplementation "junit:junit:4.13"
testImplementation "junit:junit:4.13.2"
testImplementation "org.hamcrest:hamcrest-core:1.3"
testImplementation "org.hamcrest:hamcrest-library:1.3"
testImplementation "com.timgroup:clocks-testing:1.0.1106" // autobump
Expand Down
2 changes: 1 addition & 1 deletion subscription-legacy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {

testImplementation project(":api-legacy:testlib")
testImplementation project(":memory-legacy")
testImplementation "junit:junit:4.13"
testImplementation "junit:junit:4.13.2"
testImplementation "org.hamcrest:hamcrest-core:1.3"
testImplementation "org.hamcrest:hamcrest-library:1.3"
testImplementation "com.timgroup:clocks-testing:1.0.1106" // autobump
Expand Down
2 changes: 1 addition & 1 deletion subscription/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {

testImplementation project(":api:testlib")
testImplementation project(":memory")
testImplementation "junit:junit:4.13"
testImplementation "junit:junit:4.13.2"
testImplementation "org.hamcrest:hamcrest-core:1.3"
testImplementation "org.hamcrest:hamcrest-library:1.3"
testImplementation "com.timgroup:clocks-testing:1.0.1106" // autobump
Expand Down

0 comments on commit 2f83be0

Please sign in to comment.