You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/08/18 13:16:56 UTC

[camel-k-runtime] 01/05: chore(deps): update semver4j to v3.0.0

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit e24c31d9d8dd29cd5ef6ecb9af644dad98b0e9c4
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Sun Aug 18 14:47:03 2019 +0200

    chore(deps): update semver4j to v3.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 21a7a89..d17c06f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
         <jaxb-api.version>2.3.0</jaxb-api.version>
         <jaxb-core.version>2.3.0.1</jaxb-core.version>
         <immutables.version>2.7.5</immutables.version>
-        <semver4j.version>2.2.0</semver4j.version>
+        <semver4j.version>3.0.0</semver4j.version>
         <undertow.version>1.4.26.Final</undertow.version>
         <graalvm.version>19.1.1</graalvm.version>
         <gmavenplus-plugin.version>1.7.1</gmavenplus-plugin.version>