File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 4646    kafkaVersion =  " 2.0.1" 
4747    testcontainersVersion =  " 1.20.4" 
4848    debeziumVersion =  " 1.3.0.Final" 
49+     junit5Version =  " 5.12.2" 
4950}
5051
5152distributions  {
@@ -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:$j unit5Version " 
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  " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments