Bump quartz from 2.3.0 to 2.3.2 in /piflow-core

Bumps [quartz](https://github.com/quartz-scheduler/quartz) from 2.3.0 to 2.3.2.
- [Release notes](https://github.com/quartz-scheduler/quartz/releases)
- [Changelog](https://github.com/quartz-scheduler/quartz/blob/v2.3.2/docs/changelog.adoc)
- [Commits](https://github.com/quartz-scheduler/quartz/compare/quartz-2.3.0...v2.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-07-01 18:40:54 +00:00 committed by GitHub
parent 289c2a0353
commit c051339495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>2.3.0</version>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>net.liftweb</groupId>