Compare commits
8
Commits
68c584f811
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
57b509eddf | ||
|
|
d0d7b89901 | ||
|
|
7fe10c3378 | ||
|
|
be8e22a101 | ||
|
|
f6d9705db5 | ||
|
|
212c6e75ef | ||
|
|
4d384fcb39 | ||
|
|
296e3f3233 |
+3
-3
@@ -90,7 +90,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
// Logging
|
||||
api 'org.slf4j:slf4j-simple:2.0.18'
|
||||
api 'org.slf4j:slf4j-simple:2.0.20'
|
||||
|
||||
// Easy file management
|
||||
api 'commons-io:commons-io:2.22.0'
|
||||
@@ -126,10 +126,10 @@ dependencies {
|
||||
api 'com.sun.mail:javax.mail:1.6.2'
|
||||
|
||||
// Google Firebase Authentication backend
|
||||
api 'com.google.firebase:firebase-admin:9.10.0'
|
||||
api 'com.google.firebase:firebase-admin:9.11.0'
|
||||
|
||||
// Connection Pool
|
||||
api 'com.mchange:c3p0:0.14.1'
|
||||
api 'com.mchange:c3p0:0.14.2'
|
||||
|
||||
// SQLite
|
||||
api 'org.xerial:sqlite-jdbc:3.53.4.0'
|
||||
|
||||
Reference in New Issue
Block a user