diff --git a/paybylink-example/build.gradle b/paybylink-example/build.gradle index 4a7fb12..acc5244 100644 --- a/paybylink-example/build.gradle +++ b/paybylink-example/build.gradle @@ -16,7 +16,7 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' testImplementation 'org.springframework.boot:spring-boot-starter-test' - implementation 'com.adyen:adyen-java-api-library:20.1.0' + implementation 'com.adyen:adyen-java-api-library:20.1.2' }