Compare commits

..

1 Commits

Author SHA1 Message Date
0ac2bb9592 Update dependency com.unboundid:unboundid-ldapsdk to v7 2024-03-27 10:02:05 +00:00

View File

@@ -95,15 +95,15 @@ dependencies {
api 'commons-io:commons-io:2.15.1'
// Config management
api 'org.yaml:snakeyaml:1.33'
api 'org.yaml:snakeyaml:1.28'
// Dependencies from old Matrix-java-sdk
api 'org.apache.commons:commons-lang3:3.14.0'
api 'org.apache.commons:commons-lang3:3.12.0'
api 'com.squareup.okhttp3:okhttp:4.12.0'
api 'commons-codec:commons-codec:1.16.1'
api 'commons-codec:commons-codec:1.15'
// ORMLite
api 'com.j256.ormlite:ormlite-jdbc:6.1'
api 'com.j256.ormlite:ormlite-jdbc:5.7'
// ed25519 handling
api 'net.i2p.crypto:eddsa:0.3.0'
@@ -125,7 +125,7 @@ dependencies {
api 'com.sun.mail:javax.mail:1.6.2'
// Google Firebase Authentication backend
api 'com.google.firebase:firebase-admin:9.2.0'
api 'com.google.firebase:firebase-admin:5.11.0'
// Connection Pool
api 'com.mchange:c3p0:0.10.0'
@@ -143,10 +143,10 @@ dependencies {
api 'com.kohlschutter.junixsocket:junixsocket-core:2.9.0'
// Twilio SDK for SMS
api 'com.twilio.sdk:twilio:10.1.2'
api 'com.twilio.sdk:twilio:7.55.3'
// SendGrid SDK to send emails from GCE
api 'com.sendgrid:sendgrid-java:4.10.2'
api 'com.sendgrid:sendgrid-java:2.2.2'
// ZT-Exec for exec identity store
api 'org.zeroturnaround:zt-exec:1.12'
@@ -158,9 +158,9 @@ dependencies {
api 'commons-cli:commons-cli:1.6.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
testImplementation 'com.github.tomakehurst:wiremock:2.27.2'
testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.0'
testImplementation 'com.icegreen:greenmail:2.0.1'
testImplementation 'com.icegreen:greenmail:1.6.15'
}
jar {