Update dependency org.slf4j:slf4j-simple to v1.7.36

This commit is contained in:
2024-03-26 13:02:02 +00:00
parent 98146d3468
commit e8864afe02

View File

@@ -89,7 +89,7 @@ repositories {
dependencies {
// Logging
api 'org.slf4j:slf4j-simple:1.7.25'
api 'org.slf4j:slf4j-simple:1.7.36'
// Easy file management
api 'commons-io:commons-io:2.8.0'