Update dependency org.slf4j:slf4j-simple to v2

This commit is contained in:
2024-03-27 14:01:29 +00:00
parent c9bafd9af2
commit bb190230b2

View File

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