From ede4807e5c77a5986d34419fae21e274efd46950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 11:44:34 +0000 Subject: [PATCH] Bump com.adyen:adyen-java-api-library in /giftcard-example Bumps [com.adyen:adyen-java-api-library](https://github.com/adyen/adyen-java-api-library) from 20.1.0 to 20.1.2. - [Release notes](https://github.com/adyen/adyen-java-api-library/releases) - [Commits](https://github.com/adyen/adyen-java-api-library/compare/20.1.0...v20.1.2) --- updated-dependencies: - dependency-name: com.adyen:adyen-java-api-library dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- giftcard-example/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/giftcard-example/build.gradle b/giftcard-example/build.gradle index f67f6da..e509bf6 100644 --- a/giftcard-example/build.gradle +++ b/giftcard-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:20.1.0' + implementation 'com.adyen:adyen-java-api-library:20.1.2' developmentOnly 'org.springframework.boot:spring-boot-devtools' testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'