You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2019/10/27 10:07:30 UTC

[camel] branch master updated (87791aa -> 90b4f37)

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

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


    from 87791aa  tiny cleanups: - remove unused import statements - make use of type inference for generic instance creation - remove obsolete 'public', 'static' and 'final' modifiers in interfaces - change field/method accesses to it's owning supertype - remove obsolete type castings - remove obsolete semicolons
     new 7441de9  Upgrade Hamcrest to version 2.2
     new ce90ba4  Upgrade AssertJ to version 3.14.0
     new 90b4f37  Upgrade Mockito to version 3.1.0

The 3 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:
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[camel] 02/03: Upgrade AssertJ to version 3.14.0

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ce90ba4db6c89a87e239105341b4860723d31d2f
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Oct 27 11:05:33 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 36f46b0..65af47d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -67,7 +67,7 @@
         <asciidoctorj-version>1.5.6</asciidoctorj-version>
         <asm-version>5.0.4</asm-version>
         <aspectj-version>1.9.4</aspectj-version>
-        <assertj-version>3.13.2</assertj-version>
+        <assertj-version>3.14.0</assertj-version>
         <asterisk-java-version>1.0.0-final</asterisk-java-version>
         <asterisk-java-bundle-version>1.0.0-final_1</asterisk-java-bundle-version>
         <atlassian-fugue-version>3.0.0</atlassian-fugue-version>


[camel] 01/03: Upgrade Hamcrest to version 2.2

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7441de9de537531fd59dd77e0d41f0895b7b33e9
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Oct 27 11:04:37 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 3af91aa..36f46b0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -254,7 +254,7 @@
         <hadoop2-bundle-version>2.7.2_1</hadoop2-bundle-version>
         <hadoop2-version>2.7.4</hadoop2-version>
         <hadoop2-protobuf-version>2.5.0</hadoop2-protobuf-version>
-        <hamcrest-version>2.1</hamcrest-version>
+        <hamcrest-version>2.2</hamcrest-version>
         <hapi-version>2.3</hapi-version>
         <hapi-fhir-version>3.7.0</hapi-fhir-version>
         <hawtbuf-version>1.11</hawtbuf-version>


[camel] 03/03: Upgrade Mockito to version 3.1.0

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 90b4f37ecf757aa1d81b7d75c02bd36c9779d959
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Oct 27 11:07:03 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 65af47d..46e1c48 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -463,7 +463,7 @@
         <minimal-json-version>0.9.5</minimal-json-version>
         <mock-javamail-version>1.9</mock-javamail-version>
         <mockwebserver-version>0.1.7</mockwebserver-version>
-        <mockito-version>2.28.2</mockito-version>
+        <mockito-version>3.1.0</mockito-version>
         <mongo-java-driver-version>3.11.1</mongo-java-driver-version>
         <mongo-hadoop-version>1.5.0</mongo-hadoop-version>
         <msv-version>2013.6.1</msv-version>