Skip to content

Commit 5dcf7b1

Browse files
committed
build(deps): bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.12.0
1 parent 0dfd9e8 commit 5dcf7b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ ext {
4646
kafkaVersion = "2.0.1"
4747
testcontainersVersion = "1.20.4"
4848
debeziumVersion = "1.3.0.Final"
49+
junit5Version = "5.12.2"
4950
}
5051

5152
distributions {
@@ -97,7 +98,7 @@ dependencies {
9798

9899
implementation "org.slf4j:slf4j-api:1.7.36"
99100

100-
testImplementation "org.junit.jupiter:junit-jupiter:5.11.3"
101+
testImplementation "org.junit.jupiter:junit-jupiter:$junit5Version"
101102
testImplementation "org.apache.kafka:connect-api:$kafkaVersion"
102103
testImplementation "org.testcontainers:junit-jupiter:$testcontainersVersion"
103104
testImplementation "io.debezium:debezium-api:$debeziumVersion"
@@ -106,6 +107,7 @@ dependencies {
106107
testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.23.1"
107108
testRuntimeOnly "org.apache.logging.log4j:log4j-api:2.23.1"
108109
testRuntimeOnly "org.apache.logging.log4j:log4j-core:2.23.1"
110+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
109111

110112
integrationTestImplementation "org.apache.kafka:connect-api:$kafkaVersion"
111113
integrationTestImplementation("org.apache.kafka:connect-runtime:$kafkaVersion") {

0 commit comments

Comments
 (0)