Update pom.xml (#1709)

A run on master using https://jeremylong.github.io/DependencyCheck/dependency-check-maven/index.html shows quartz as having a critical security issue in version 2.3.1
This commit is contained in:
Jens Kristian Villadsen 2020-03-17 17:47:12 +01:00 committed by GitHub
parent 288abe4504
commit 80139f4800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1332,7 +1332,7 @@
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>2.3.1</version>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>