From c05e2154879961c97e8f7b0c426bffc7475d70b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 02:43:11 +0000 Subject: [PATCH] Bump com.adyen:adyen-java-api-library in /in-person-payments-example Bumps [com.adyen:adyen-java-api-library](https://github.com/adyen/adyen-java-api-library) from 29.1.0 to 39.1.0. - [Release notes](https://github.com/adyen/adyen-java-api-library/releases) - [Commits](https://github.com/adyen/adyen-java-api-library/compare/v29.1.0...v39.1.0) --- updated-dependencies: - dependency-name: com.adyen:adyen-java-api-library dependency-version: 39.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- in-person-payments-example/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in-person-payments-example/build.gradle b/in-person-payments-example/build.gradle index 7c20567f..3cce79a5 100644 --- a/in-person-payments-example/build.gradle +++ b/in-person-payments-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:29.1.0' + implementation 'com.adyen:adyen-java-api-library:39.1.0' developmentOnly 'org.springframework.boot:spring-boot-devtools'