diff --git a/giftcard-example/build.gradle b/giftcard-example/build.gradle index ba35152..78f3473 100644 --- a/giftcard-example/build.gradle +++ b/giftcard-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:26.3.0' + implementation 'com.adyen:adyen-java-api-library:28.3.1' developmentOnly 'org.springframework.boot:spring-boot-devtools'