Update org.slf4j to 1.7.36

Closes gh-10994
This commit is contained in:
Steve Riesenberg 2022-03-18 18:12:03 -05:00
parent d3111685d0
commit 33d6dbe59d
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,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.3.5.RELEASE"
api "org.synchronoss.cloud:nio-multipart-parser:1.1.0"
}