update log4j test dep (again)

This commit is contained in:
Sean Corfield 2022-01-04 13:23:54 -08:00
parent 21a520a8d8
commit 8c65558f4f

View file

@ -45,11 +45,11 @@
com.microsoft.sqlserver/mssql-jdbc {:mvn/version "9.4.1.jre8"}
;; supplementary test stuff
;; use log4j 2.x:
org.apache.logging.log4j/log4j-api {:mvn/version "2.17.0"}
org.apache.logging.log4j/log4j-api {:mvn/version "2.17.1"}
;; bridge into log4j:
org.apache.logging.log4j/log4j-1.2-api {:mvn/version "2.17.0"}
org.apache.logging.log4j/log4j-jcl {:mvn/version "2.17.0"}
org.apache.logging.log4j/log4j-jul {:mvn/version "2.17.0"}
org.apache.logging.log4j/log4j-slf4j-impl {:mvn/version "2.17.0"}}
org.apache.logging.log4j/log4j-1.2-api {:mvn/version "2.17.1"}
org.apache.logging.log4j/log4j-jcl {:mvn/version "2.17.1"}
org.apache.logging.log4j/log4j-jul {:mvn/version "2.17.1"}
org.apache.logging.log4j/log4j-slf4j-impl {:mvn/version "2.17.1"}}
:jvm-opts ["-Dlog4j2.configurationFile=log4j2-info.properties"]
:exec-fn cognitect.test-runner.api/test}}}