We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2242636 + 19d60ae commit ebdb999Copy full SHA for ebdb999
payment/build.gradle.kts
@@ -23,7 +23,7 @@ dependencies {
23
api(project(":graphql"))
24
api(project(":zgw:taak"))
25
26
- api("commons-codec", "commons-codec", "1.17.2")
+ api("commons-codec", "commons-codec", "1.18.0")
27
testImplementation(project(":zgw:common-ground-authentication-test"))
28
testImplementation("org.springframework.boot", "spring-boot-starter-test")
29
testImplementation("org.assertj", "assertj-core")
0 commit comments