We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87fa941 commit d700569Copy full SHA for d700569
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.17'
29
- testImplementation 'au.com.dius.pact.provider:spring6:4.6.14'
+ testImplementation 'au.com.dius.pact.provider:spring6:4.6.17'
30
testImplementation 'au.com.dius.pact.provider:gradle:4.6.17'
31
runtimeOnly 'com.h2database:h2'
32
compileOnly 'org.projectlombok:lombok'
0 commit comments