Browse Source

Update org.slf4j to 1.7.36

Closes gh-10891
Marcus Da Coregio 3 years ago
parent
commit
efbd48c458
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dependencies/spring-security-dependencies.gradle

+ 2 - 2
dependencies/spring-security-dependencies.gradle

@@ -69,8 +69,8 @@ dependencies {
 		api "org.seleniumhq.selenium:selenium-java:3.141.59"
 		api "org.seleniumhq.selenium:selenium-support:3.141.59"
 		api "org.skyscreamer:jsonassert:1.5.0"
-		api "org.slf4j:log4j-over-slf4j:1.7.33"
-		api "org.slf4j:slf4j-api:1.7.33"
+		api "org.slf4j:log4j-over-slf4j:1.7.36"
+		api "org.slf4j:slf4j-api:1.7.36"
 		api "org.springframework.ldap:spring-ldap-core:2.4.0-M1"
 		api "org.synchronoss.cloud:nio-multipart-parser:1.1.0"
 	}