From db7889db83006dfb06c3462958f441969020f5a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 02:32:33 +0000 Subject: [PATCH] Bump com.adyen:adyen-java-api-library from 25.1.0 to 29.1.0 Bumps [com.adyen:adyen-java-api-library](https://github.com/adyen/adyen-java-api-library) from 25.1.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/v25.1.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index daa4a9c..82d5167 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ repositories { dependencies { // [Step 1] Add the Adyen Java library here - implementation 'com.adyen:adyen-java-api-library:25.1.0' + implementation 'com.adyen:adyen-java-api-library:29.1.0' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect'