From 66e712720998a52df13e63173eecaae30a9dbf92 Mon Sep 17 00:00:00 2001 From: Lukas Prettenthaler Date: Wed, 27 Mar 2024 16:19:53 -0600 Subject: [PATCH] upgrade to vertx 4.5.7 --- README.adoc | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index ae14aca..cdcb9e8 100644 --- a/README.adoc +++ b/README.adoc @@ -19,7 +19,7 @@ To use the Vert.x Cron-Utils, add the following dependency to the _dependencies_ com.noenv vertx-cronutils - 4.5.6 + 4.5.7 ---- @@ -27,7 +27,7 @@ To use the Vert.x Cron-Utils, add the following dependency to the _dependencies_ [source,groovy,subs="+attributes"] ---- -compile 'com.noenv:vertx-cronutils:4.5.6' +compile 'com.noenv:vertx-cronutils:4.5.7' ---- == Creating a cron scheduler diff --git a/pom.xml b/pom.xml index 9fe8160..52bc27a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.noenv vertx-cronutils - 4.5.7-SNAPSHOT + 4.5.7 io.vertx @@ -18,7 +18,7 @@ http://github.com/NoEnv/vertx-cronutils - 4.5.7-SNAPSHOT + 4.5.7 9.2.1