Skip to content

Commit

Permalink
Upgrade Adyen Java library v28.3.1 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored Sep 13, 2024
1 parent 0dc1ebe commit 6de3726
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion authorisation-adjustment-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect'
implementation 'com.adyen:adyen-java-api-library:27.1.0'
implementation 'com.adyen:adyen-java-api-library:28.3.1'

developmentOnly 'org.springframework.boot:spring-boot-devtools'

Expand Down
2 changes: 1 addition & 1 deletion checkout-example-advanced/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect'
implementation 'com.adyen:adyen-java-api-library:27.1.0'
implementation 'com.adyen:adyen-java-api-library:28.3.1'

developmentOnly 'org.springframework.boot:spring-boot-devtools'

Expand Down
2 changes: 1 addition & 1 deletion checkout-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect'
implementation 'com.adyen:adyen-java-api-library:27.1.0'
implementation 'com.adyen:adyen-java-api-library:28.3.1'

developmentOnly 'org.springframework.boot:spring-boot-devtools'

Expand Down
2 changes: 1 addition & 1 deletion giftcard-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect'
implementation 'com.adyen:adyen-java-api-library:27.1.0'
implementation 'com.adyen:adyen-java-api-library:28.3.1'

developmentOnly 'org.springframework.boot:spring-boot-devtools'

Expand Down
2 changes: 1 addition & 1 deletion giving-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect'
implementation 'com.adyen:adyen-java-api-library:27.1.0'
implementation 'com.adyen:adyen-java-api-library:28.3.1'

developmentOnly 'org.springframework.boot:spring-boot-devtools'

Expand Down
2 changes: 1 addition & 1 deletion in-person-payments-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect'
implementation 'com.adyen:adyen-java-api-library:27.1.0'
implementation 'com.adyen:adyen-java-api-library:28.3.1'

developmentOnly 'org.springframework.boot:spring-boot-devtools'

Expand Down
2 changes: 1 addition & 1 deletion paybylink-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect'
implementation 'com.adyen:adyen-java-api-library:27.1.0'
implementation 'com.adyen:adyen-java-api-library:28.3.1'

developmentOnly 'org.springframework.boot:spring-boot-devtools'

Expand Down
2 changes: 1 addition & 1 deletion subscription-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect'
implementation 'com.adyen:adyen-java-api-library:27.1.0'
implementation 'com.adyen:adyen-java-api-library:28.3.1'

developmentOnly 'org.springframework.boot:spring-boot-devtools'

Expand Down

0 comments on commit 6de3726

Please sign in to comment.