From 0d89bd2029894c6bbb3aafa766f3d0202591df9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:06:10 +0000 Subject: [PATCH] Bump com.adyen:adyen-java-api-library from 20.1.0 to 25.1.0 Bumps [com.adyen:adyen-java-api-library](https://github.com/adyen/adyen-java-api-library) from 20.1.0 to 25.1.0. - [Release notes](https://github.com/adyen/adyen-java-api-library/releases) - [Commits](https://github.com/adyen/adyen-java-api-library/compare/20.1.0...v25.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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 39315fe..1d0aee1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") implementation("nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect") - implementation("com.adyen:adyen-java-api-library:20.1.0") + implementation("com.adyen:adyen-java-api-library:25.1.0") developmentOnly("org.springframework.boot:spring-boot-devtools") testImplementation("org.springframework.boot:spring-boot-starter-test") { exclude(group = "org.junit.vintage", module = "junit-vintage-engine")