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/05/16 12:35:29 UTC

[camel-k-runtime] branch master updated (3e9d8f4 -> 98f0b14)

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

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


    from 3e9d8f4  Merge pull request #62 from lburgazzoli/github-55-spring-boot
     new 7de1964  update junit-jupiter to v5.4.2
     new f83d4ea  update joor to v0.9.11
     new 6b8badf  update groovy to v 2.5.7
     new 98f0b14  update kotlin to v1.3.31

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


[camel-k-runtime] 02/04: update joor to v0.9.11

Posted by lb...@apache.org.
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 f83d4eab6992a710506604755edce5288a45c5ea
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed May 15 12:28:46 2019 +0200

    update joor to v0.9.11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0ee5c87..1bfb59a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
         <catalog.version>${camel.version}</catalog.version>
         <junit.version>4.12</junit.version>
         <junit-jupiter.version>5.4.2</junit-jupiter.version>
-        <joor.version>0.9.10</joor.version>
+        <joor.version>0.9.11</joor.version>
         <commons-io.version>2.6</commons-io.version>
         <commons-lang.version>3.8.1</commons-lang.version>
         <commons-collections4.version>4.3</commons-collections4.version>


[camel-k-runtime] 03/04: update groovy to v 2.5.7

Posted by lb...@apache.org.
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 6b8badf818d6f99d403398e200b3ad0ef7e1cd27
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed May 15 12:29:09 2019 +0200

    update groovy to v 2.5.7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1bfb59a..373c70a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
         <assertj.version>3.12.2</assertj.version>
         <log4j2.version>2.11.2</log4j2.version>
         <slf4j.version>1.7.26</slf4j.version>
-        <groovy.version>2.5.6</groovy.version>
+        <groovy.version>2.5.7</groovy.version>
         <kotlin.version>1.3.30</kotlin.version>
         <snakeyaml.version>1.24</snakeyaml.version>
         <spock.version>1.3-groovy-2.5</spock.version>


[camel-k-runtime] 01/04: update junit-jupiter to v5.4.2

Posted by lb...@apache.org.
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 7de1964b33d607f04f3ea400f4d5f98a1b5b47ed
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed May 15 12:28:15 2019 +0200

    update junit-jupiter to v5.4.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 45e257d..0ee5c87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
         <camel.version>${camel2.version}</camel.version>
         <catalog.version>${camel.version}</catalog.version>
         <junit.version>4.12</junit.version>
-        <junit-jupiter.version>5.4.1</junit-jupiter.version>
+        <junit-jupiter.version>5.4.2</junit-jupiter.version>
         <joor.version>0.9.10</joor.version>
         <commons-io.version>2.6</commons-io.version>
         <commons-lang.version>3.8.1</commons-lang.version>


[camel-k-runtime] 04/04: update kotlin to v1.3.31

Posted by lb...@apache.org.
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 98f0b140357f24aaf63999b0bd2642a51ab35414
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed May 15 12:29:45 2019 +0200

    update kotlin to v1.3.31
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 373c70a..20a48bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
         <log4j2.version>2.11.2</log4j2.version>
         <slf4j.version>1.7.26</slf4j.version>
         <groovy.version>2.5.7</groovy.version>
-        <kotlin.version>1.3.30</kotlin.version>
+        <kotlin.version>1.3.31</kotlin.version>
         <snakeyaml.version>1.24</snakeyaml.version>
         <spock.version>1.3-groovy-2.5</spock.version>
         <jackson.version>2.9.8</jackson.version>