Skip to content

Commit bd73c26

Browse files
authored
Merge branch 'master' into rskraba/bump-apache-log4j
2 parents 44a33ff + f1e7f59 commit bd73c26

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ plugins {
3131
id 'idea'
3232

3333
// https://ajoberstar.org/grgit/grgit-gradle.html
34-
id 'org.ajoberstar.grgit' version '5.2.2'
34+
id 'org.ajoberstar.grgit' version '5.3.0'
3535
}
3636

3737
repositories {
@@ -42,11 +42,12 @@ sourceCompatibility = JavaVersion.VERSION_11
4242
targetCompatibility = JavaVersion.VERSION_11
4343

4444
ext {
45+
debeziumVersion = "1.3.0.Final"
4546
jacksonVersion = "2.18.2"
47+
junit5Version = "5.12.2"
4648
kafkaVersion = "2.0.1"
4749
log4jVersion = "2.24.3"
4850
testcontainersVersion = "1.20.4"
49-
debeziumVersion = "1.3.0.Final"
5051
}
5152

5253
distributions {
@@ -98,7 +99,7 @@ dependencies {
9899

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

101-
testImplementation "org.junit.jupiter:junit-jupiter:5.11.3"
102+
testImplementation "org.junit.jupiter:junit-jupiter:$junit5Version"
102103
testImplementation "org.apache.kafka:connect-api:$kafkaVersion"
103104
testImplementation "org.testcontainers:junit-jupiter:$testcontainersVersion"
104105
testImplementation "io.debezium:debezium-api:$debeziumVersion"
@@ -107,6 +108,7 @@ dependencies {
107108
testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion"
108109
testRuntimeOnly "org.apache.logging.log4j:log4j-api:$log4jVersion"
109110
testRuntimeOnly "org.apache.logging.log4j:log4j-core:$log4jVersion"
111+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
110112

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

0 commit comments

Comments
 (0)