Compare commits

...

4 Commits

View File

@@ -110,7 +110,7 @@ dependencies {
api 'net.i2p.crypto:eddsa:0.3.0' api 'net.i2p.crypto:eddsa:0.3.0'
// LDAP connector // LDAP connector
api 'org.apache.directory.api:api-all:2.1.6' api 'org.apache.directory.api:api-all:2.1.7'
// DNS lookups // DNS lookups
api 'dnsjava:dnsjava:3.5.3' api 'dnsjava:dnsjava:3.5.3'
@@ -132,7 +132,7 @@ dependencies {
api 'com.mchange:c3p0:0.10.1' api 'com.mchange:c3p0:0.10.1'
// SQLite // SQLite
api 'org.xerial:sqlite-jdbc:3.45.3.0' api 'org.xerial:sqlite-jdbc:3.50.3.0'
// PostgreSQL // PostgreSQL
api 'org.postgresql:postgresql:42.7.3' api 'org.postgresql:postgresql:42.7.3'
@@ -144,7 +144,7 @@ dependencies {
api 'com.kohlschutter.junixsocket:junixsocket-core:2.9.1' api 'com.kohlschutter.junixsocket:junixsocket-core:2.9.1'
// Twilio SDK for SMS // Twilio SDK for SMS
api 'com.twilio.sdk:twilio:10.1.5' 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.2' api 'com.sendgrid:sendgrid-java:4.10.2'
@@ -160,7 +160,7 @@ dependencies {
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'
testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.0' testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.3'
testImplementation 'com.icegreen:greenmail:1.6.15' testImplementation 'com.icegreen:greenmail:1.6.15'
} }