From 6e06d533dbc7b48f311696c41f061e3f5d7f6fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 00:53:47 +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 18.0.0 to 21.0.0. - [Release notes](https://github.com/adyen/adyen-java-api-library/releases) - [Commits](https://github.com/adyen/adyen-java-api-library/compare/18.0.0...v21.0.0) --- updated-dependencies: - dependency-name: com.adyen:adyen-java-api-library dependency-type: direct:production update-type: version-update:semver-major ... 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 d457f1e..8d7df31 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:18.0.0' + implementation 'com.adyen:adyen-java-api-library:21.0.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'