You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/24 00:55:54 UTC

[maven-changes-plugin] branch next updated (0995b92 -> ab5094f)

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

slachiewicz pushed a change to branch next
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git.


    from 0995b92  Deps update
     new 5c06016  jackson update
     new ab5094f  cxf

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


[maven-changes-plugin] 01/02: jackson update

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

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

commit 5c06016e71f08ec63fff557920bbf19ca5bb9bee
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Dec 24 01:32:35 2020 +0100

    jackson update
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9ec5be1..348b1c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,12 +313,12 @@ under the License.
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-core</artifactId>
-      <version>2.1.0</version>
+      <version>2.12.0</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.1.0</version>
+      <version>2.12.0</version>
     </dependency>
 
     <dependency>


[maven-changes-plugin] 02/02: cxf

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

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

commit ab5094f7e56ba8ad457677b942080047e1c39941
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Dec 24 01:45:36 2020 +0100

    cxf
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 348b1c6..e1fc69c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -305,10 +305,17 @@ under the License.
     </dependency>
 
       <!-- rest client for jira -->
+<!--
     <dependency>
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-      <version>2.6.3</version>
+      <version>3.1.18</version>
+    </dependency>
+-->
+    <dependency>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-rt-rs-client</artifactId>
+      <version>3.1.18</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>