Compare commits

..
4 Commits
+3 -3
View File
@@ -90,7 +90,7 @@ repositories {
dependencies {
// Logging
api 'org.slf4j:slf4j-simple:2.0.19'
api 'org.slf4j:slf4j-simple:2.0.20'
// Easy file management
api 'commons-io:commons-io:2.22.0'
@@ -126,7 +126,7 @@ 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.2'
@@ -161,7 +161,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.5'
testImplementation 'com.icegreen:greenmail:2.1.14'
testImplementation 'com.icegreen:greenmail:1.6.15'
}
jar {