We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f6b179 + a1cbc91 commit d48d104Copy full SHA for d48d104
consumer-java-kafka/build.gradle
@@ -26,7 +26,7 @@ dependencies {
26
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
27
implementation 'org.springframework.kafka:spring-kafka'
28
testImplementation 'au.com.dius.pact.consumer:junit5:4.6.20'
29
- testImplementation 'au.com.dius.pact.provider:spring6:4.6.17'
+ testImplementation 'au.com.dius.pact.provider:spring6:4.6.20'
30
testImplementation 'au.com.dius.pact.provider:gradle:4.6.20'
31
runtimeOnly 'com.h2database:h2'
32
compileOnly 'org.projectlombok:lombok'
0 commit comments