Skip to content

Commit

Permalink
Bump com.adyen:adyen-java-api-library from 25.1.0 to 26.2.0
Browse files Browse the repository at this point in the history
Bumps [com.adyen:adyen-java-api-library](https://github.com/adyen/adyen-java-api-library) from 25.1.0 to 26.2.0.
- [Release notes](https://github.com/adyen/adyen-java-api-library/releases)
- [Commits](Adyen/adyen-java-api-library@v25.1.0...v26.2.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent a082d7f commit c2ea327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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:25.1.0")
implementation("com.adyen:adyen-java-api-library:26.2.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")
Expand Down

0 comments on commit c2ea327

Please sign in to comment.