Browse Source

Update org.slf4j to 1.7.32

Closes gh-10204
Rob Winch 4 years ago
parent
commit
1d4859a7ee
1 changed files with 3 additions and 3 deletions
  1. 3 3
      dependencies/spring-security-dependencies.gradle

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

@@ -68,9 +68,9 @@ 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:jcl-over-slf4j:1.7.31"
-		api "org.slf4j:log4j-over-slf4j:1.7.31"
-		api "org.slf4j:slf4j-api:1.7.31"
+		api "org.slf4j:jcl-over-slf4j:1.7.32"
+		api "org.slf4j:log4j-over-slf4j:1.7.32"
+		api "org.slf4j:slf4j-api:1.7.32"
 		api "org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE"
 		api "org.synchronoss.cloud:nio-multipart-parser:1.1.0"
 	}