We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8241b73 commit 41b17a6Copy full SHA for 41b17a6
build.gradle
@@ -31,7 +31,7 @@ dependencies {
31
32
testImplementation 'au.com.dius.pact.provider:junit5:4.6.18'
33
testImplementation 'au.com.dius.pact.provider:spring6:4.6.18'
34
- testImplementation 'org.apache.commons:commons-lang3:3.19.0'
+ testImplementation 'org.apache.commons:commons-lang3:3.20.0'
35
testImplementation('org.springframework.boot:spring-boot-starter-test') {
36
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
37
}
0 commit comments