From 8a0f2ce5040da35af1b64247b79d4fb1540f3386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 02:39:44 +0000 Subject: [PATCH] Bump com.adyen:adyen-java-api-library from 25.1.0 to 30.0.0 Bumps [com.adyen:adyen-java-api-library](https://github.com/adyen/adyen-java-api-library) from 25.1.0 to 30.0.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...v30.0.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..0f21d77 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:30.0.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'