Compare commits
3 Commits
565ca59923
...
c2c7de5f39
| Author | SHA1 | Date | |
|---|---|---|---|
| c2c7de5f39 | |||
| b1ef1b9aa1 | |||
| 84b4c9c3ed |
@@ -80,7 +80,7 @@ buildscript {
|
||||
|
||||
dependencies {
|
||||
classpath 'com.github.johnrengelman:shadow:8.1.1'
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.51.0'
|
||||
classpath 'com.github.ben-manes:gradle-versions-plugin:0.52.0'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -119,7 +119,7 @@ dependencies {
|
||||
api 'org.apache.httpcomponents:httpclient:4.5.14'
|
||||
|
||||
// Phone numbers validation
|
||||
api 'com.googlecode.libphonenumber:libphonenumber:8.13.36'
|
||||
api 'com.googlecode.libphonenumber:libphonenumber:8.13.55'
|
||||
|
||||
// E-mail sending
|
||||
api 'javax.mail:javax.mail-api:1.6.2'
|
||||
@@ -129,7 +129,7 @@ dependencies {
|
||||
api 'com.google.firebase:firebase-admin:9.2.0'
|
||||
|
||||
// Connection Pool
|
||||
api 'com.mchange:c3p0:0.10.1'
|
||||
api 'com.mchange:c3p0:0.11.2'
|
||||
|
||||
// SQLite
|
||||
api 'org.xerial:sqlite-jdbc:3.50.3.0'
|
||||
|
||||
Reference in New Issue
Block a user