Skip to content

Commit 8df838e

Browse files
fix(deps): update dependency au.com.dius.pact.provider:gradle to v4.6.17
1 parent e7df248 commit 8df838e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

consumer-java-kafka/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation 'org.springframework.kafka:spring-kafka'
2828
testImplementation 'au.com.dius.pact.consumer:junit5:4.6.14'
2929
testImplementation 'au.com.dius.pact.provider:spring6:4.6.14'
30-
testImplementation 'au.com.dius.pact.provider:gradle:4.6.14'
30+
testImplementation 'au.com.dius.pact.provider:gradle:4.6.17'
3131
runtimeOnly 'com.h2database:h2'
3232
compileOnly 'org.projectlombok:lombok'
3333
annotationProcessor 'org.projectlombok:lombok'

provider-java-kafka/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation 'org.springframework.kafka:spring-kafka'
2727
testImplementation 'au.com.dius.pact.provider:junit5:4.6.14'
2828
testImplementation 'au.com.dius.pact.provider:spring:4.6.14'
29-
testImplementation 'au.com.dius.pact.provider:gradle:4.6.14'
29+
testImplementation 'au.com.dius.pact.provider:gradle:4.6.17'
3030
runtimeOnly 'com.h2database:h2'
3131
compileOnly 'org.projectlombok:lombok'
3232
annotationProcessor 'org.projectlombok:lombok'

0 commit comments

Comments
 (0)