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