From 55c3b28542f1e1e40719231b2490b7a4b8f76143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 13:08:55 +0000 Subject: [PATCH] Bump com.adyen:adyen-java-api-library in /checkout-example-advanced Bumps [com.adyen:adyen-java-api-library](https://github.com/adyen/adyen-java-api-library) from 21.0.0 to 21.2.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.2.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-advanced/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkout-example-advanced/build.gradle b/checkout-example-advanced/build.gradle index 8d7df31..ba204fb 100644 --- a/checkout-example-advanced/build.gradle +++ b/checkout-example-advanced/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.2.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'