Skip to content

Commit

Permalink
Bump up cron utils (helidon-io#3677)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kec <[email protected]>
  • Loading branch information
danielkec authored Dec 2, 2021
1 parent e554b89 commit c4958dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<!-- commons-codec is for dependency convergence only -->
<version.lib.commons-codec>1.15</version.lib.commons-codec>
<version.lib.commons-logging>1.2</version.lib.commons-logging>
<version.lib.cron-utils>9.1.3</version.lib.cron-utils>
<version.lib.cron-utils>9.1.6</version.lib.cron-utils>
<version.lib.dropwizard.metrics>4.1.2</version.lib.dropwizard.metrics>
<version.lib.eclipselink>3.0.2</version.lib.eclipselink>
<version.lib.el-impl>4.0.2</version.lib.el-impl>
Expand Down Expand Up @@ -1111,6 +1111,10 @@
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
</exclusion>
<exclusion>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion scheduling/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
requires io.helidon.config;
requires io.helidon.common.configurable;
requires java.logging;
requires cron.utils;
requires com.cronutils;

exports io.helidon.scheduling;
}

0 comments on commit c4958dd

Please sign in to comment.