Upgrade to SLF4J 2.0.4.

This commit is contained in:
John Blum
2022-12-05 13:09:41 -08:00
parent edf7016d63
commit bc00f08b59

View File

@@ -17,7 +17,7 @@ ext['seleniumApiVersion'] = '4.5.3'
ext['seleniumHtmlUnitVersion'] = '4.5.2'
ext['seleniumRemoteDriverVersion'] = "$seleniumApiVersion"
ext['seleniumSupportVersion'] = "$seleniumApiVersion"
ext['slf4jVersion'] = '1.7.36'
ext['slf4jVersion'] = '2.0.4'
ext['springSecurityVersion'] = '6.0.0-M7'
ext['springShellVersion'] = '1.2.0.RELEASE'