From 5f4d7cbaa01e1f5a9f5a3c63dea9b5338f057155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 00:18:08 +0000 Subject: [PATCH] Bump com.adyen:adyen-java-api-library in /checkout-example Bumps [com.adyen:adyen-java-api-library](https://github.com/adyen/adyen-java-api-library) from 21.0.0 to 21.4.0. - [Release notes](https://github.com/adyen/adyen-java-api-library/releases) - [Commits](https://github.com/adyen/adyen-java-api-library/compare/v21.0.0...v21.4.0) --- updated-dependencies: - dependency-name: com.adyen:adyen-java-api-library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- checkout-example/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkout-example/build.gradle b/checkout-example/build.gradle index b28aa4d..e406586 100644 --- a/checkout-example/build.gradle +++ b/checkout-example/build.gradle @@ -18,7 +18,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:21.0.0' + implementation 'com.adyen:adyen-java-api-library:21.4.0' developmentOnly 'org.springframework.boot:spring-boot-devtools' testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'