Compare commits
6 Commits
0.0.1
...
cc5d047c3f
| Author | SHA1 | Date | |
|---|---|---|---|
| cc5d047c3f | |||
| 350776df17 | |||
| 7b6560e9c8 | |||
| dfad9d9ce8 | |||
| d2fc4e3bef | |||
| 4416c17216 |
@@ -93,7 +93,7 @@ dependencies {
|
|||||||
api 'org.slf4j:slf4j-simple:2.0.12'
|
api 'org.slf4j:slf4j-simple:2.0.12'
|
||||||
|
|
||||||
// Easy file management
|
// Easy file management
|
||||||
api 'commons-io:commons-io:2.15.1'
|
api 'commons-io:commons-io:2.16.0'
|
||||||
|
|
||||||
// Config management
|
// Config management
|
||||||
api 'org.yaml:snakeyaml:1.33'
|
api 'org.yaml:snakeyaml:1.33'
|
||||||
@@ -119,7 +119,7 @@ dependencies {
|
|||||||
api 'org.apache.httpcomponents:httpclient:4.5.14'
|
api 'org.apache.httpcomponents:httpclient:4.5.14'
|
||||||
|
|
||||||
// Phone numbers validation
|
// Phone numbers validation
|
||||||
api 'com.googlecode.libphonenumber:libphonenumber:8.13.33'
|
api 'com.googlecode.libphonenumber:libphonenumber:8.13.34'
|
||||||
|
|
||||||
// E-mail sending
|
// E-mail sending
|
||||||
api 'javax.mail:javax.mail-api:1.6.2'
|
api 'javax.mail:javax.mail-api:1.6.2'
|
||||||
@@ -144,7 +144,7 @@ dependencies {
|
|||||||
api 'com.kohlschutter.junixsocket:junixsocket-core:2.9.0'
|
api 'com.kohlschutter.junixsocket:junixsocket-core:2.9.0'
|
||||||
|
|
||||||
// Twilio SDK for SMS
|
// Twilio SDK for SMS
|
||||||
api 'com.twilio.sdk:twilio:10.1.2'
|
api 'com.twilio.sdk:twilio:10.1.3'
|
||||||
|
|
||||||
// SendGrid SDK to send emails from GCE
|
// SendGrid SDK to send emails from GCE
|
||||||
api 'com.sendgrid:sendgrid-java:4.10.2'
|
api 'com.sendgrid:sendgrid-java:4.10.2'
|
||||||
|
|||||||
Reference in New Issue
Block a user