You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gi...@apache.org on 2022/10/25 21:13:14 UTC

[myfaces] 01/01: Bump woodstox-core from 5.0.2 to 5.4.0 in /extensions/quarkus/showcase

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

github-bot pushed a commit to branch dependabot/maven/extensions/quarkus/showcase/com.fasterxml.woodstox-woodstox-core-5.4.0
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit f384d160ea3bab2697ba0015cc2c8d3f682a16ea
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 25 21:13:08 2022 +0000

    Bump woodstox-core from 5.0.2 to 5.4.0 in /extensions/quarkus/showcase
    
    Bumps [woodstox-core](https://github.com/FasterXML/woodstox) from 5.0.2 to 5.4.0.
    - [Release notes](https://github.com/FasterXML/woodstox/releases)
    - [Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-5.0.2...woodstox-core-5.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.woodstox:woodstox-core
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 extensions/quarkus/showcase/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/quarkus/showcase/pom.xml b/extensions/quarkus/showcase/pom.xml
index e45b51bd7..e32bd6d5c 100644
--- a/extensions/quarkus/showcase/pom.xml
+++ b/extensions/quarkus/showcase/pom.xml
@@ -70,7 +70,7 @@
         <dependency> <!-- workaround for https://github.com/quarkusio/quarkus/issues/7359 -->
             <groupId>com.fasterxml.woodstox</groupId>
             <artifactId>woodstox-core</artifactId>
-            <version>5.0.2</version>
+            <version>5.4.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>