Skip to content

Commit

Permalink
Update build.gradle to use Java v31.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwok-he-Chu authored Dec 5, 2024
1 parent b8d2092 commit 4f11bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {

dependencies {
// [Step 1] Add the Adyen Java library here
implementation 'com.adyen:adyen-java-api-library:25.1.0'
implementation 'com.adyen:adyen-java-api-library:31.3.0'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect'
Expand Down

0 comments on commit 4f11bd6

Please sign in to comment.