Skip to content

Commit d120d1c

Browse files
committed
Merge branch 'master' of https://github.com/jmrozanec/cron-utils
2 parents 1a6b3fd + c949668 commit d120d1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.cronutils</groupId>
1212
<artifactId>cron-utils</artifactId>
13-
<version>9.0.3-SNAPSHOT</version>
13+
<version>9.1.1-SNAPSHOT</version>
1414

1515
<name>cron-utils</name>
1616
<description>A Java library to parse, migrate and validate crons as well as describe them in human readable
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>org.quartz-scheduler</groupId>
118118
<artifactId>quartz</artifactId>
119-
<version>2.2.3</version>
119+
<version>2.3.2</version>
120120
<scope>test</scope>
121121
</dependency>
122122
<dependency>

0 commit comments

Comments
 (0)