Update dependency org.slf4j:slf4j-simple to v2.0.20

This commit is contained in:
2026-09-22 15:00:52 +00:00
parent f6d9705db5
commit be8e22a101
+1 -1
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'