diff --git a/subscription-example/build.gradle b/subscription-example/build.gradle index 36caf9f..07bce06 100644 --- a/subscription-example/build.gradle +++ b/subscription-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:29.1.0' + implementation 'com.adyen:adyen-java-api-library:32.1.0' developmentOnly 'org.springframework.boot:spring-boot-devtools'