Compare commits

..

1 Commits

Author SHA1 Message Date
89e3356805 Update dependency commons-cli:commons-cli to v1.10.0 2025-09-11 23:02:17 +00:00

View File

@@ -147,7 +147,7 @@ dependencies {
api 'com.twilio.sdk:twilio:10.9.2' api 'com.twilio.sdk:twilio:10.9.2'
// SendGrid SDK to send emails from GCE // SendGrid SDK to send emails from GCE
api 'com.sendgrid:sendgrid-java:4.10.3' api 'com.sendgrid:sendgrid-java:4.10.2'
// ZT-Exec for exec identity store // ZT-Exec for exec identity store
api 'org.zeroturnaround:zt-exec:1.12' api 'org.zeroturnaround:zt-exec:1.12'
@@ -156,7 +156,7 @@ dependencies {
api 'io.undertow:undertow-core:2.3.13.Final' api 'io.undertow:undertow-core:2.3.13.Final'
// Command parser for AS interface // Command parser for AS interface
api 'commons-cli:commons-cli:1.7.0' api 'commons-cli:commons-cli:1.10.0'
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
testImplementation 'com.github.tomakehurst:wiremock:3.0.1' testImplementation 'com.github.tomakehurst:wiremock:3.0.1'