From 97df0158c1dce986dc4308579588a463d5ee46c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 01:03:28 +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 28.4.0 to 28.5.1. - [Release notes](https://github.com/adyen/adyen-java-api-library/releases) - [Commits](https://github.com/adyen/adyen-java-api-library/compare/v28.4.0...v28.5.1) --- 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] --- 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 66d9d3f..539704e 100644 --- a/giftcard-example/build.gradle +++ b/giftcard-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:28.4.0' + implementation 'com.adyen:adyen-java-api-library:28.5.1' developmentOnly 'org.springframework.boot:spring-boot-devtools'