diff --git a/giftcard-example/build.gradle b/giftcard-example/build.gradle index 66d9d3f..539704e 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:28.4.0' + implementation 'com.adyen:adyen-java-api-library:28.5.1' developmentOnly 'org.springframework.boot:spring-boot-devtools'