Skip to content

Commit 12cfca8

Browse files
authored
Merge pull request #96 from pact-foundation/renovate/au.com.dius.pact.provider-gradle-4.x
fix(deps): update dependency au.com.dius.pact.provider:gradle to v4.6.20
2 parents e00b25d + e445d29 commit 12cfca8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.17'
2929
testImplementation 'au.com.dius.pact.provider:spring6:4.6.17'
30-
testImplementation 'au.com.dius.pact.provider:gradle:4.6.17'
30+
testImplementation 'au.com.dius.pact.provider:gradle:4.6.20'
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.17'
2828
testImplementation 'au.com.dius.pact.provider:spring:4.6.17'
29-
testImplementation 'au.com.dius.pact.provider:gradle:4.6.17'
29+
testImplementation 'au.com.dius.pact.provider:gradle:4.6.20'
3030
runtimeOnly 'com.h2database:h2'
3131
compileOnly 'org.projectlombok:lombok'
3232
annotationProcessor 'org.projectlombok:lombok'

0 commit comments

Comments
 (0)