We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2242636 commit 19d60aeCopy full SHA for 19d60ae
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