Skip to content

Commit

Permalink
Merge pull request #76 from adyen-examples/dependabot/gradle/com.adye…
Browse files Browse the repository at this point in the history
…n-adyen-java-api-library-25.1.0

Bump com.adyen:adyen-java-api-library from 20.1.0 to 25.1.0
  • Loading branch information
gcatanese authored May 23, 2024
2 parents 188799e + 0d89bd2 commit a082d7f
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: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")
Expand Down

0 comments on commit a082d7f

Please sign in to comment.