Skip to content

Commit

Permalink
Merge pull request #10817 from quarkusio/dependabot/maven/com.cronuti…
Browse files Browse the repository at this point in the history
…ls-cron-utils-9.1.0

Bump cron-utils from 9.0.2 to 9.1.0
  • Loading branch information
gsmet authored Jul 18, 2020
2 parents 2206458 + 05d791d commit 1c416eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<httpclient.version>4.5.12</httpclient.version>
<httpcore.version>4.4.13</httpcore.version>
<httpasync.version>4.1.4</httpasync.version>
<cronutils.version>9.0.2</cronutils.version>
<cronutils.version>9.1.0</cronutils.version>
<quartz.version>2.3.2</quartz.version>
<h2.version>1.4.197</h2.version> <!-- keep 1.4.197 as newer versions have severe regressions -->
<postgresql-jdbc.version>42.2.14</postgresql-jdbc.version>
Expand Down
10 changes: 10 additions & 0 deletions extensions/scheduler/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@
<dependency>
<groupId>com.cronutils</groupId>
<artifactId>cron-utils</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.slf4j</groupId>
<artifactId>slf4j-jboss-logging</artifactId>
</dependency>
</dependencies>

Expand Down

0 comments on commit 1c416eb

Please sign in to comment.