@@ -31,7 +31,7 @@ plugins {
31
31
id ' idea'
32
32
33
33
// 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 '
35
35
}
36
36
37
37
repositories {
@@ -42,11 +42,12 @@ sourceCompatibility = JavaVersion.VERSION_11
42
42
targetCompatibility = JavaVersion . VERSION_11
43
43
44
44
ext {
45
+ debeziumVersion = " 1.3.0.Final"
45
46
jacksonVersion = " 2.18.2"
47
+ junit5Version = " 5.12.2"
46
48
kafkaVersion = " 2.0.1"
47
49
log4jVersion = " 2.24.3"
48
50
testcontainersVersion = " 1.20.4"
49
- debeziumVersion = " 1.3.0.Final"
50
51
}
51
52
52
53
distributions {
@@ -98,7 +99,7 @@ dependencies {
98
99
99
100
implementation " org.slf4j:slf4j-api:1.7.36"
100
101
101
- testImplementation " org.junit.jupiter:junit-jupiter:5.11.3 "
102
+ testImplementation " org.junit.jupiter:junit-jupiter:$j unit5Version "
102
103
testImplementation " org.apache.kafka:connect-api:$kafkaVersion "
103
104
testImplementation " org.testcontainers:junit-jupiter:$testcontainersVersion "
104
105
testImplementation " io.debezium:debezium-api:$debeziumVersion "
@@ -107,6 +108,7 @@ dependencies {
107
108
testRuntimeOnly " org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion "
108
109
testRuntimeOnly " org.apache.logging.log4j:log4j-api:$log4jVersion "
109
110
testRuntimeOnly " org.apache.logging.log4j:log4j-core:$log4jVersion "
111
+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
110
112
111
113
integrationTestImplementation " org.apache.kafka:connect-api:$kafkaVersion "
112
114
integrationTestImplementation(" org.apache.kafka:connect-runtime:$kafkaVersion " ) {
0 commit comments