We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b062481 commit af9edf0Copy full SHA for af9edf0
1 file changed
build.gradle
@@ -24,7 +24,7 @@ configurations {
24
dependencies {
25
implementation 'org.springframework.boot:spring-boot-starter-web'
26
implementation 'org.springframework.kafka:spring-kafka'
27
- testImplementation 'au.com.dius.pact.provider:junit5:4.6.19'
+ testImplementation 'au.com.dius.pact.provider:junit5:4.6.20'
28
testImplementation 'au.com.dius.pact.provider:spring:4.6.19'
29
testImplementation 'au.com.dius.pact.provider:gradle:4.6.20'
30
runtimeOnly 'com.h2database:h2'
0 commit comments