From a41aa3a5bfea58ab758d3ab313a5ace0d06800ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:34:52 +0000 Subject: [PATCH] Bump com.adyen:adyen-java-api-library from 28.3.1 to 28.5.0 Bumps [com.adyen:adyen-java-api-library](https://github.com/adyen/adyen-java-api-library) from 28.3.1 to 28.5.0. - [Release notes](https://github.com/adyen/adyen-java-api-library/releases) - [Commits](https://github.com/adyen/adyen-java-api-library/compare/v28.3.1...v28.5.0) --- updated-dependencies: - dependency-name: com.adyen:adyen-java-api-library dependency-type: direct:production update-type: version-update:semver-minor ... 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 7a78c07..fbbb584 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:28.3.1") + implementation("com.adyen:adyen-java-api-library:28.5.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")