From 9312700c7b46946f2dc9e59aaa6560ce7efa5945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:19:51 +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 23.0.1 to 28.3.1. - [Release notes](https://github.com/adyen/adyen-java-api-library/releases) - [Commits](https://github.com/adyen/adyen-java-api-library/compare/v23.0.1...v28.3.1) --- 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/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkout-example/build.gradle b/checkout-example/build.gradle index cc7bd05..96e6e3c 100644 --- a/checkout-example/build.gradle +++ b/checkout-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:27.1.0' + implementation 'com.adyen:adyen-java-api-library:28.3.1' developmentOnly 'org.springframework.boot:spring-boot-devtools'