You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/03/13 13:11:08 UTC

[cxf-fediz] branch master updated (7adabe3 -> e9b935d)

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

buhhunyx pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git.


    from 7adabe3  fediz-oidc: include key id
     new ffb97a0  Update to htmlunit 2.38.0
     new e9b935d  Update to maven-checkstyle-plugin 3.1.1

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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[cxf-fediz] 02/02: Update to maven-checkstyle-plugin 3.1.1

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

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit e9b935d121a4cc8b7ef2f43977c9a9d2f2c44e77
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri Mar 13 15:49:16 2020 +0300

    Update to maven-checkstyle-plugin 3.1.1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6c1758a..0b34f30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -452,7 +452,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.1.1</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>
@@ -462,7 +462,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>8.28</version>
+                            <version>8.30</version>
                        </dependency>
                     </dependencies>
                     <configuration>


[cxf-fediz] 01/02: Update to htmlunit 2.38.0

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

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit ffb97a0d8c4ea19a9e9e5db184539f1d068e4aec
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri Mar 13 15:49:01 2020 +0300

    Update to htmlunit 2.38.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b56b7d5..6c1758a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
         <ehcache3.version>3.0.3</ehcache3.version>
         <jcache.version>1.0.0</jcache.version>
         <hsqldb.version>2.5.0</hsqldb.version>
-        <htmlunit.version>2.37.0</htmlunit.version>
+        <htmlunit.version>2.38.0</htmlunit.version>
         <jackson.version>2.10.2</jackson.version>
         <jaxb.version>2.3.2</jaxb.version>
         <jetty9.version>9.4.27.v20200227</jetty9.version>