Skip to content

Commit cad35f6

Browse files
Bump junit-jupiter-engine from 5.3.2 to 5.4.0
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.3.2 to 5.4.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.3.2...r5.4.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 25dcde1 commit cad35f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kafka-connect-fitbit-source/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: jacksonVersion
1212

1313
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.4.2'
14-
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.4.0'
14+
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.4.2'
1515
testRuntimeOnly group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.26'
1616
testImplementation group: 'org.apache.kafka', name: 'connect-api', version: kafkaVersion
1717
}

kafka-connect-rest-source/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66

77
testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
88
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.4.2'
9-
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.4.0'
9+
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.4.2'
1010
testImplementation group: 'org.mockito', name: 'mockito-core', version: '2.27.0'
1111
testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.21.0'
1212

0 commit comments

Comments
 (0)