Skip to content

Commit

Permalink
Merge pull request #79 from otto-de/dependabot/gradle/junit-junit-4.13.2
Browse files Browse the repository at this point in the history
Bump junit from 4.12 to 4.13.2
  • Loading branch information
MediaMarco committed Mar 17, 2021
2 parents e64061d + b9ddd67 commit 282df2f
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion synapse-aws-auth/build.gradle
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
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
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
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
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
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
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
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
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
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
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
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
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
2 changes: 1 addition & 1 deletion synapse-kafka/build.gradle
Expand Up @@ -7,7 +7,7 @@ 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.6"
testImplementation "org.springframework.boot:spring-boot-starter-test:${springBootVersion}"
Expand Down
2 changes: 1 addition & 1 deletion synapse-redis/build.gradle
Expand Up @@ -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
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 282df2f

Please sign in to comment.