We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a6b3fd + c949668 commit d120d1cCopy full SHA for d120d1c
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>com.cronutils</groupId>
12
<artifactId>cron-utils</artifactId>
13
- <version>9.0.3-SNAPSHOT</version>
+ <version>9.1.1-SNAPSHOT</version>
14
15
<name>cron-utils</name>
16
<description>A Java library to parse, migrate and validate crons as well as describe them in human readable
@@ -116,7 +116,7 @@
116
<dependency>
117
<groupId>org.quartz-scheduler</groupId>
118
<artifactId>quartz</artifactId>
119
- <version>2.2.3</version>
+ <version>2.3.2</version>
120
<scope>test</scope>
121
</dependency>
122
0 commit comments