Skip to content

Commit 80940e0

Browse files
authored
Update adyen.sdk-automation-conventions.gradle (#8)
1 parent b085ec0 commit 80940e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/adyen.sdk-automation-conventions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ List<Service> services = [
3434
new Service(name: 'StoredValue', version: 46, small: true),
3535
new Service(name: 'Disputes', spec: 'DisputeService', version: 30, small: true),
3636
// Webhooks
37-
new Service(name: 'ConfigurationWebhooks', spec: 'BalancePlatformConfigurationNotification', version: 1),
37+
new Service(name: 'ConfigurationWebhooks', spec: 'BalancePlatformConfigurationNotification', version: 2),
3838
new Service(name: 'AcsWebhooks', spec: 'BalancePlatformAcsNotification', version: 1),
3939
new Service(name: 'ReportWebhooks', spec: 'BalancePlatformReportNotification', version: 1),
4040
new Service(name: 'TransferWebhooks', spec: 'BalancePlatformTransferNotification', version: 4),

0 commit comments

Comments
 (0)