From c164e196e16d41e84a63b5e0ef997420ef9796a6 Mon Sep 17 00:00:00 2001 From: Christoph Deppisch Date: Wed, 11 Dec 2024 15:30:26 +0100 Subject: [PATCH] Update Citrus JBang dist to version 4.5.0 --- Makefile | 2 +- tools/jbang/dist/CitrusJBang.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3adcf2d305..01929d95c4 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION := 4.4.0-SNAPSHOT +VERSION := 4.6.0-SNAPSHOT RELEASE_GIT_REMOTE := origin GIT_COMMIT := $(shell git rev-list -1 HEAD) diff --git a/tools/jbang/dist/CitrusJBang.java b/tools/jbang/dist/CitrusJBang.java index 2bd5c73425..fd8aff2925 100755 --- a/tools/jbang/dist/CitrusJBang.java +++ b/tools/jbang/dist/CitrusJBang.java @@ -18,8 +18,8 @@ //JAVA 17+ //REPOS mavencentral -//DEPS org.citrusframework:citrus-bom:${citrus.jbang.version:4.4.0}@pom -//DEPS org.citrusframework:citrus-jbang:${citrus.jbang.version:4.4.0} +//DEPS org.citrusframework:citrus-bom:${citrus.jbang.version:4.5.0}@pom +//DEPS org.citrusframework:citrus-jbang:${citrus.jbang.version:4.5.0} //DEPS org.citrusframework:citrus-jbang-connector //DEPS org.citrusframework:citrus-groovy //DEPS org.citrusframework:citrus-xml