diff --git a/build.gradle b/build.gradle index 75a122d..f36385b 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ dependencies { testImplementation 'au.com.dius.pact.provider:junit5:4.6.18' testImplementation 'au.com.dius.pact.provider:spring6:4.6.18' - testImplementation 'org.apache.commons:commons-lang3:3.19.0' + testImplementation 'org.apache.commons:commons-lang3:3.20.0' testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' }