diff --git a/checkout-example/build.gradle b/checkout-example/build.gradle index 84d780f..96e6e3c 100644 --- a/checkout-example/build.gradle +++ b/checkout-example/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect' - implementation 'com.adyen:adyen-java-api-library:25.1.0' + implementation 'com.adyen:adyen-java-api-library:28.3.1' developmentOnly 'org.springframework.boot:spring-boot-devtools'