From 28b2508251bc5f435aecc8da6841c7df8ff1fe92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:32:12 +0200 Subject: [PATCH] Bump com.adyen:adyen-java-api-library in /checkout-example-advanced (#281) Bumps [com.adyen:adyen-java-api-library](https://github.com/adyen/adyen-java-api-library) from 28.4.0 to 29.1.0. - [Release notes](https://github.com/adyen/adyen-java-api-library/releases) - [Commits](https://github.com/adyen/adyen-java-api-library/compare/v28.4.0...v29.1.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 80353e3..36caf9f 100644 --- a/checkout-example-advanced/build.gradle +++ b/checkout-example-advanced/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:29.1.0' developmentOnly 'org.springframework.boot:spring-boot-devtools'