Update to SLF4J 2.0.13

This commit is contained in:
Josh Cummings
2024-08-01 09:35:54 -06:00
parent 624d6098a4
commit d71b612492
4 changed files with 8 additions and 8 deletions

View File

@@ -15,8 +15,8 @@ dependencies {
implementation "org.springframework.security:spring-security-config"
implementation "org.springframework.security:spring-security-web"
implementation 'org.slf4j:slf4j-api:1.7.30'
implementation 'org.slf4j:slf4j-simple:1.7.30'
implementation 'org.slf4j:slf4j-api:2.0.13'
implementation 'org.slf4j:slf4j-simple:2.0.13'
providedCompile "jakarta.servlet:jakarta.servlet-api:6.1.0"
providedCompile "org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0"