fix: data save bug

This commit is contained in:
ineanto 2025-05-18 22:15:34 +02:00
parent 8e32264087
commit bcea10c9db
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84
9 changed files with 73 additions and 44 deletions

View file

@ -44,7 +44,7 @@ dependencies {
implementation("com.mysql:mysql-connector-j:9.2.0")
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.2")
implementation("redis.clients:jedis:5.2.0")
implementation("com.google.code.gson:gson:2.10.1")
implementation("com.google.code.gson:gson:2.13.1")
}
tasks {