You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/09/13 06:19:29 UTC

[camel] branch master updated: Upgrade JNats to version 2.1.0

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new fd1cfe5  Upgrade JNats to version 2.1.0
fd1cfe5 is described below

commit fd1cfe5fb0258dea8edffb6e3c30bf0bfc7f68fa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 13 08:19:08 2018 +0200

    Upgrade JNats to version 2.1.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index dd5899e..dd4ef4a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -345,7 +345,7 @@
     <java-util-version>1.34.0</java-util-version>
     <java-util-bundle-version>1.34.0_1</java-util-bundle-version>
     <jna-version>4.2.2</jna-version>
-    <jnats-version>2.0.2</jnats-version>
+    <jnats-version>2.1.0</jnats-version>
     <javacc-maven-plugin-version>2.6</javacc-maven-plugin-version>
     <javacrumbs-version>0.22</javacrumbs-version>
     <javapoet-version>1.11.1</javapoet-version>