Skip to content

Commit

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

Bump com.adyen:adyen-java-api-library from 25.1.0 to 28.3.1
  • Loading branch information
gcatanese authored Sep 12, 2024
2 parents ca7b0d8 + 99cf469 commit a94aaf6
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:28.3.1")
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 a94aaf6

Please sign in to comment.