You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/04/20 06:29:12 UTC

[isis] branch master updated: Bump woodstox-core from 6.2.5 to 6.2.6

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 962c08c  Bump woodstox-core from 6.2.5 to 6.2.6
962c08c is described below

commit 962c08c30ace7f46a7830b0bfacaa480828e2dd5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 20 05:51:28 2021 +0000

    Bump woodstox-core from 6.2.5 to 6.2.6
    
    Bumps [woodstox-core](https://github.com/FasterXML/woodstox) from 6.2.5 to 6.2.6.
    - [Release notes](https://github.com/FasterXML/woodstox/releases)
    - [Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-6.2.5...woodstox-core-6.2.6)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 core/jdk-supplemental/pom.xml     | 2 +-
 mappings/jaxrsclient/impl/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/jdk-supplemental/pom.xml b/core/jdk-supplemental/pom.xml
index 2071e0b..68626e8 100644
--- a/core/jdk-supplemental/pom.xml
+++ b/core/jdk-supplemental/pom.xml
@@ -59,7 +59,7 @@
 			<dependency>
 				<groupId>com.fasterxml.woodstox</groupId>
 				<artifactId>woodstox-core</artifactId>
-				<version>6.2.5</version>
+				<version>6.2.6</version>
 			</dependency>
 			<dependency>
 				<groupId>org.codehaus.woodstox</groupId>
diff --git a/mappings/jaxrsclient/impl/pom.xml b/mappings/jaxrsclient/impl/pom.xml
index e3b0a9d..89144e6 100644
--- a/mappings/jaxrsclient/impl/pom.xml
+++ b/mappings/jaxrsclient/impl/pom.xml
@@ -47,7 +47,7 @@
 		<dependency>
 			<groupId>com.fasterxml.woodstox</groupId>
           	<artifactId>woodstox-core</artifactId>
-          	<version>6.2.5</version>
+          	<version>6.2.6</version>
 		</dependency>
 
 	</dependencies>