You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/01/15 22:35:07 UTC

[logging-log4j2] 01/18: Bump woodstox-core from 6.3.1 to 6.4.0

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

pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit b8e0a3dc608035d4c051e1c04fa0e1ea4a48303a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Nov 1 10:01:59 2022 +0000

    Bump woodstox-core from 6.3.1 to 6.4.0
    
    Bumps [woodstox-core](https://github.com/FasterXML/woodstox) from 6.3.1 to 6.4.0.
    - [Release notes](https://github.com/FasterXML/woodstox/releases)
    - [Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-6.3.1...woodstox-core-6.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.woodstox:woodstox-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9510be00de..a634294c7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -372,7 +372,7 @@
     <velocity.version>1.7</velocity.version>
     <wagon.version>3.1.0</wagon.version>
     <wiremock.version>2.34.0</wiremock.version>
-    <woodstox.version>6.3.1</woodstox.version>
+    <woodstox.version>6.4.0</woodstox.version>
     <xmlunit.version>2.8.3</xmlunit.version>
     <xz.version>1.9</xz.version>
   </properties>