Browse Source

Bump quartz from 2.2.3 to 2.3.2 in /hsweb-system/hsweb-system-schedule

Bumps [quartz](https://github.com/quartz-scheduler/quartz) from 2.2.3 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.2.3...v2.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 4 years ago
parent
commit
ec25c1c9ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hsweb-system/hsweb-system-schedule/pom.xml

+ 1 - 1
hsweb-system/hsweb-system-schedule/pom.xml

@@ -22,7 +22,7 @@
             <dependency>
                 <groupId>org.quartz-scheduler</groupId>
                 <artifactId>quartz</artifactId>
-                <version>2.2.3</version>
+                <version>2.3.2</version>
             </dependency>
         </dependencies>
     </dependencyManagement>