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 2019/04/10 08:17:52 UTC

[camel] branch master updated: Upgrade Jooq to version 3.11.1

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 db5d77b  Upgrade Jooq to version 3.11.1
db5d77b is described below

commit db5d77b0f877c5fd2d412cb404d5b7139b18d729
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 10 10:13:47 2019 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 3c6e7bf..08e216e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -396,7 +396,7 @@
         <jolt-version>0.1.1</jolt-version>
         <jolt-bundle-version>0.1.1_1</jolt-bundle-version>
         <jool-version>0.9.12</jool-version>
-        <jooq-version>3.11.10</jooq-version>
+        <jooq-version>3.11.11</jooq-version>
         <johnzon-version>1.1.11</johnzon-version>
         <jose4j-version>0.6.4</jose4j-version>
         <josql-bundle-version>1.5_5</josql-bundle-version>