Skip to content

Commit

Permalink
Bump junit from 4.12 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.12 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.2)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 17, 2021
1 parent 10872f1 commit b9ddd67
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion synapse-aws-auth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
api "software.amazon.awssdk:utils:${awsSdkVersion}"

testImplementation project(':synapse-testsupport')
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation "org.springframework.boot:spring-boot-starter-test:${springBootVersion}"
testImplementation "com.jayway.jsonpath:json-path-assert:2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion synapse-aws-kinesis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.2"
implementation "org.springframework.retry:spring-retry:1.2.4.RELEASE"

testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation "org.springframework.boot:spring-boot-starter-test:${springBootVersion}"
testImplementation "com.jayway.jsonpath:json-path-assert:2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion synapse-aws-sqs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation "software.amazon.awssdk:sqs:${awsSdkVersion}"

// Use JUnit test framework
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation "org.springframework.boot:spring-boot-starter-test:${springBootVersion}"
testImplementation "org.springframework.boot:spring-boot-starter-web:${springBootVersion}"
Expand Down
2 changes: 1 addition & 1 deletion synapse-compaction-aws-s3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
testImplementation "software.amazon.awssdk:kinesis:${awsSdkVersion}"
testImplementation project(':synapse-aws-kinesis')
testImplementation project(':synapse-testsupport')
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation "org.springframework.boot:spring-boot-starter-test:${springBootVersion}"
testImplementation "com.jayway.jsonpath:json-path-assert:2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion synapse-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {

testImplementation project(':synapse-testsupport:')

testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation "org.springframework.boot:spring-boot-starter-test:${springBootVersion}"
testImplementation "com.jayway.jsonpath:json-path-assert:2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion synapse-edison/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation "io.micrometer:micrometer-core:1.6.5"

testImplementation project(':synapse-testsupport:')
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation "de.otto.edison:edison-testsupport:${edisonVersion}"
testImplementation "org.mockito:mockito-core:3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion synapse-examples/example-edison/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation project(':synapse-testsupport:')


testCompile 'junit:junit:4.12'
testCompile 'junit:junit:4.13.2'
testImplementation "org.springframework.boot:spring-boot-test:${springBootVersion}"
testImplementation "org.springframework:spring-test:${springVersion}"
testImplementation "org.awaitility:awaitility:3.1.1"
Expand Down
2 changes: 1 addition & 1 deletion synapse-examples/example-eventsource-consumer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {

implementation project(':synapse-testsupport:')

testCompile 'junit:junit:4.12'
testCompile 'junit:junit:4.13.2'

testImplementation "org.springframework.boot:spring-boot-test:${springBootVersion}"
testImplementation "org.springframework:spring-test:${springVersion}"
Expand Down
2 changes: 1 addition & 1 deletion synapse-examples/example-messagelog-consumer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {

implementation project(':synapse-testsupport:')

testCompile 'junit:junit:4.12'
testCompile 'junit:junit:4.13.2'

testImplementation "org.springframework.boot:spring-boot-test:${springBootVersion}"
testImplementation "org.springframework:spring-test:${springVersion}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {

implementation project(':synapse-testsupport:')

testCompile 'junit:junit:4.12'
testCompile 'junit:junit:4.13.2'


testImplementation "org.springframework.boot:spring-boot-test:${springBootVersion}"
Expand Down
2 changes: 1 addition & 1 deletion synapse-examples/example-producer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {

implementation project(':synapse-testsupport:')

testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
testImplementation "org.mockito:mockito-core:3.1.0"
testImplementation "org.springframework.boot:spring-boot-test:${springBootVersion}"
testImplementation "org.springframework:spring-test:${springVersion}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {

implementation project(':synapse-testsupport:')

testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
testImplementation "org.mockito:mockito-core:3.1.0"
testImplementation "org.springframework.boot:spring-boot-test:${springBootVersion}"
testImplementation "org.springframework:spring-test:${springVersion}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {

implementation project(':synapse-testsupport:')

testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
testImplementation "org.mockito:mockito-core:3.1.0"
testImplementation "org.springframework.boot:spring-boot-test:${springBootVersion}"
testImplementation "org.springframework:spring-test:${springVersion}"
Expand Down
4 changes: 2 additions & 2 deletions synapse-kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies {
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.2"
implementation "org.springframework.kafka:spring-kafka:2.6.6"

testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation "org.springframework.kafka:spring-kafka-test:2.6.3"
testImplementation "org.springframework.kafka:spring-kafka-test:2.6.6"
testImplementation "org.springframework.boot:spring-boot-starter-test:${springBootVersion}"
testImplementation "com.jayway.jsonpath:json-path-assert:2.5.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
Expand Down
4 changes: 2 additions & 2 deletions synapse-redis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
api "org.springframework.boot:spring-boot-starter-data-redis:${springBootVersion}"
api "org.springframework.boot:spring-boot-starter-web:${springBootVersion}"
api "org.springframework.boot:spring-boot-actuator-autoconfigure:${springBootVersion}"
api "org.redisson:redisson-spring-boot-starter:3.11.5"
api "org.redisson:redisson-spring-boot-starter:3.15.1"

implementation "org.springframework:spring-context:${springVersion}"
implementation "org.springframework:spring-aop:${springVersion}"
Expand All @@ -17,7 +17,7 @@ dependencies {

testImplementation 'com.github.kstyrc:embedded-redis:0.6'

testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation "org.springframework.boot:spring-boot-starter-test:${springBootVersion}"
testImplementation "com.jayway.jsonpath:json-path-assert:2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion synapse-testsupport/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
}

// Use JUnit test framework
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation "org.springframework.boot:spring-boot-starter-test:${springBootVersion}"
testImplementation "com.jayway.jsonpath:json-path-assert:2.5.0"
Expand Down

0 comments on commit b9ddd67

Please sign in to comment.