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/09/06 18:50:25 UTC

[knox] branch master updated (9ab8e44 -> 48ae3bd)

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 9ab8e44  KNOX-1982 - Upgrade testcontainers to 1.12.0
     new d51771a  KNOX-1983 - Upgrade commons-codec to 1.13
     new 9b7e7ae  KNOX-1979 - Upgrade dockerfile-maven-plugin to 1.4.12
     new 24c364e  KNOX-1974 - Upgrade protobuf-java to 3.9.1
     new 9f0d026  KNOX-1977 - Upgrade spotbugs-maven-plugin to 3.1.12.2
     new 48ae3bd  KNOX-1981 - Upgrade spring-core to 5.1.9.RELEASE

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


[knox] 04/05: KNOX-1977 - Upgrade spotbugs-maven-plugin to 3.1.12.2

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 9f0d0265c9e89b5dd70e533352cfd8fcaed4e3ce
Author: Sandor Molnar <sm...@apache.org>
AuthorDate: Tue Sep 3 17:46:06 2019 +0200

    KNOX-1977 - Upgrade spotbugs-maven-plugin to 3.1.12.2
    
    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 d20c678..b20e048 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,7 +229,7 @@
         <shrinkwrap.descriptors.version>2.0.0</shrinkwrap.descriptors.version>
         <slf4j.version>1.7.27</slf4j.version>
         <spotbugs.version>3.1.12</spotbugs.version>
-        <spotbugs-maven-plugin.version>3.1.12.1</spotbugs-maven-plugin.version>
+        <spotbugs-maven-plugin.version>3.1.12.2</spotbugs-maven-plugin.version>
         <spring-core.version>5.1.8.RELEASE</spring-core.version>
         <spring-vault.version>2.1.3.RELEASE</spring-vault.version>
         <taglibs-standard.version>1.2.5</taglibs-standard.version>


[knox] 01/05: KNOX-1983 - Upgrade commons-codec to 1.13

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 d51771a115912d2ccfd10abb17d78f08771b6019
Author: Sandor Molnar <sm...@apache.org>
AuthorDate: Tue Sep 3 17:00:48 2019 +0200

    KNOX-1983 - Upgrade commons-codec to 1.13
    
    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 f70e50a..908f852 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@
         <checkstyle.version>8.23</checkstyle.version>
         <commons-beanutils.version>1.9.3</commons-beanutils.version>
         <commons-cli.version>1.4</commons-cli.version>
-        <commons-codec.version>1.12</commons-codec.version>
+        <commons-codec.version>1.13</commons-codec.version>
         <commons-collections.version>3.2.2</commons-collections.version>
         <commons-compress.version>1.18</commons-compress.version>
         <commons-configuration.version>1.10</commons-configuration.version>


[knox] 03/05: KNOX-1974 - Upgrade protobuf-java to 3.9.1

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 24c364e3dc7a4763b657d1a605d82c6d74896ebf
Author: Sandor Molnar <sm...@apache.org>
AuthorDate: Tue Sep 3 17:39:00 2019 +0200

    KNOX-1974 - Upgrade protobuf-java to 3.9.1
    
    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 d3e2bc4..d20c678 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,7 +222,7 @@
         <nimbus-jose-jwt.version>7.7</nimbus-jose-jwt.version>
         <okhttp.version>2.7.5</okhttp.version>
         <pac4j.version>3.7.0</pac4j.version>
-        <protobuf.version>3.9.0</protobuf.version>
+        <protobuf.version>3.9.1</protobuf.version>
         <rest-assured.version>4.0.0</rest-assured.version>
         <shiro.version>1.4.1</shiro.version>
         <shrinkwrap.version>1.2.6</shrinkwrap.version>


[knox] 05/05: KNOX-1981 - Upgrade spring-core to 5.1.9.RELEASE

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 48ae3bdbbf678196085a6f31c33f0e3ee5727908
Author: Sandor Molnar <sm...@apache.org>
AuthorDate: Tue Sep 3 17:54:35 2019 +0200

    KNOX-1981 - Upgrade spring-core to 5.1.9.RELEASE
    
    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 b20e048..93eac4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -230,7 +230,7 @@
         <slf4j.version>1.7.27</slf4j.version>
         <spotbugs.version>3.1.12</spotbugs.version>
         <spotbugs-maven-plugin.version>3.1.12.2</spotbugs-maven-plugin.version>
-        <spring-core.version>5.1.8.RELEASE</spring-core.version>
+        <spring-core.version>5.1.9.RELEASE</spring-core.version>
         <spring-vault.version>2.1.3.RELEASE</spring-vault.version>
         <taglibs-standard.version>1.2.5</taglibs-standard.version>
         <testcontainers.version>1.12.0</testcontainers.version>


[knox] 02/05: KNOX-1979 - Upgrade dockerfile-maven-plugin to 1.4.12

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 9b7e7aeb31ba15ee18fe03d450544016ea1dc4dd
Author: Sandor Molnar <sm...@apache.org>
AuthorDate: Tue Sep 3 17:04:48 2019 +0200

    KNOX-1979 - Upgrade dockerfile-maven-plugin to 1.4.12
    
    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 908f852..d3e2bc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
         <curator.version>4.2.0</curator.version>
         <curator-test.version>2.13.0</curator-test.version>
         <dependency-check-maven.version>5.2.1</dependency-check-maven.version>
-        <dockerfile-maven-plugin.version>1.4.10</dockerfile-maven-plugin.version>
+        <dockerfile-maven-plugin.version>1.4.12</dockerfile-maven-plugin.version>
         <easymock.version>4.0.2</easymock.version>
         <eclipselink.version>2.7.4</eclipselink.version>
         <ehcache.version>2.6.11</ehcache.version>