Compare commits

..

1 Commits

Author SHA1 Message Date
654aec163c Update dependency org.yaml:snakeyaml to v2 2026-04-08 11:01:23 +00:00

View File

@@ -80,7 +80,7 @@ buildscript {
dependencies { dependencies {
classpath 'com.github.johnrengelman:shadow:8.1.1' classpath 'com.github.johnrengelman:shadow:8.1.1'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.54.0' classpath 'com.github.ben-manes:gradle-versions-plugin:0.53.0'
} }
} }
@@ -96,7 +96,7 @@ dependencies {
api 'commons-io:commons-io:2.21.0' api 'commons-io:commons-io:2.21.0'
// Config management // Config management
api 'org.yaml:snakeyaml:1.33' api 'org.yaml:snakeyaml:2.6'
// Dependencies from old Matrix-java-sdk // Dependencies from old Matrix-java-sdk
api 'org.apache.commons:commons-lang3:3.20.0' api 'org.apache.commons:commons-lang3:3.20.0'
@@ -132,7 +132,7 @@ dependencies {
api 'com.mchange:c3p0:0.12.0' api 'com.mchange:c3p0:0.12.0'
// SQLite // SQLite
api 'org.xerial:sqlite-jdbc:3.53.0.0' api 'org.xerial:sqlite-jdbc:3.51.3.0'
// PostgreSQL // PostgreSQL
api 'org.postgresql:postgresql:42.7.10' api 'org.postgresql:postgresql:42.7.10'
@@ -144,7 +144,7 @@ dependencies {
api 'com.kohlschutter.junixsocket:junixsocket-core:2.10.1' api 'com.kohlschutter.junixsocket:junixsocket-core:2.10.1'
// Twilio SDK for SMS // Twilio SDK for SMS
api 'com.twilio.sdk:twilio:12.0.0' 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.3'