You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/01/23 17:11:03 UTC

[knox] branch master updated (a23e70a -> 95e6d2b)

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

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


    from a23e70a  KNOX-1748 - Upgrade eclipselink to 2.7.4
     new 5bde1fe  KNOX-1746 - Upgrade httpcore to 4.4.11
     new 95e6d2b  KNOX-1747 - Upgrade spotbugs to 3.1.11

The 2 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[knox] 01/02: KNOX-1746 - Upgrade httpcore to 4.4.11

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

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

commit 5bde1fe7affde09d2bb8b4e25c766883733de3f8
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Wed Jan 23 10:50:04 2019 -0500

    KNOX-1746 - Upgrade httpcore to 4.4.11
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5565b1a..648cfb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
         <hamcrest.version>2.1</hamcrest.version>
         <hamcrest-json.version>0.2</hamcrest-json.version>
         <httpclient.version>4.5.6</httpclient.version>
-        <httpcore.version>4.4.10</httpcore.version>
+        <httpcore.version>4.4.11</httpcore.version>
         <jackson.version>2.9.8</jackson.version>
         <jacoco-maven-plugin.version>0.8.2</jacoco-maven-plugin.version>
         <jansi.version>1.17.1</jansi.version>


[knox] 02/02: KNOX-1747 - Upgrade spotbugs to 3.1.11

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

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

commit 95e6d2b8b0c74ac1d7ebda41b163348abe20363a
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Wed Jan 23 10:50:46 2019 -0500

    KNOX-1747 - Upgrade spotbugs to 3.1.11
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 648cfb5..e8f6c96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,7 +214,7 @@
         <shrinkwrap.version>1.2.6</shrinkwrap.version>
         <shrinkwrap.descriptors.version>2.0.0</shrinkwrap.descriptors.version>
         <slf4j.version>1.7.25</slf4j.version>
-        <spotbugs.version>3.1.10</spotbugs.version>
+        <spotbugs.version>3.1.11</spotbugs.version>
         <spotbugs-maven-plugin.version>3.1.10</spotbugs-maven-plugin.version>
         <taglibs-standard.version>1.2.5</taglibs-standard.version>
         <velocity.version>1.7</velocity.version>