Skip to content

Commit

Permalink
Bump up cron-utils #9124 (#9153)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Co-authored-by: Andrei Arlou <andrei.arlou@gmail.com>
  • Loading branch information
danielkec and Captain1653 committed Aug 21, 2024
1 parent 7799565 commit a510bee
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<!-- Force upgrade byte-buddy for Java 21. Remove after upgrading hibernate -->
<version.lib.byte-buddy>1.14.6</version.lib.byte-buddy>
<version.lib.commons-logging>1.2</version.lib.commons-logging>
<version.lib.cron-utils>9.1.6</version.lib.cron-utils>
<version.lib.cron-utils>9.2.1</version.lib.cron-utils>
<version.lib.dropwizard.metrics>4.1.2</version.lib.dropwizard.metrics>
<version.lib.eclipselink>3.0.3</version.lib.eclipselink>
<!-- Force upgrade to ASM 9.5.0. Once eclipselink is upgraded this can be removed -->
Expand Down Expand Up @@ -1035,16 +1035,6 @@
<groupId>com.cronutils</groupId>
<artifactId>cron-utils</artifactId>
<version>${version.lib.cron-utils}</version>
<exclusions>
<exclusion>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
</exclusion>
<exclusion>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
Expand Down

0 comments on commit a510bee

Please sign in to comment.