Hans Aikema
Hans Aikema
With your new setup I expect you would run into an error when you would try to create a debug logfile (when you use the `-l` / `--log` argument) just...
@jeremylong what do you think? Maybe best to revert the slf4j update to 2.0.0 and release 7.2.1? I have not verified, but as there are direct references in its codebase...
@maxbeltr That would be 1) download the latest 1.3.x of logback-core (1.3.1 by now) https://repo1.maven.org/maven2/ch/qos/logback/logback-core/1.3.1/logback-core-1.3.1.jar and logback-classic https://repo1.maven.org/maven2/ch/qos/logback/logback-classic/1.3.1/logback-classic-1.3.1.jar 2) copy both jars to the `lib` folder of your extracted dependency-check...
Fix was merged and released with 7.2.0
approved
@jeremylong should bump to 1.3.0 instead to retain Java 8 compatibility see [qos.ch logback news](https://logback.qos.ch/news.html)
@dependabot rebase
@jeremylong I wrongly assumed that the slf4j 2 api upgrade was not yet in, but now see that it is in, but didn't trigger issues yet (but likely already did...