You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/11/16 20:23:19 UTC

[cxf] branch 3.4.x-fixes updated: Bump undertow-core from 2.2.18.Final to 2.2.19.Final in /parent (#988)

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

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new f94b204254 Bump undertow-core from 2.2.18.Final to 2.2.19.Final in /parent (#988)
f94b204254 is described below

commit f94b204254bc55103da563eeb37050d76f25fe7a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Aug 18 15:37:38 2022 -0400

    Bump undertow-core from 2.2.18.Final to 2.2.19.Final in /parent (#988)
    
    Bumps [undertow-core](https://github.com/undertow-io/undertow) from 2.2.18.Final to 2.2.19.Final.
    - [Release notes](https://github.com/undertow-io/undertow/releases)
    - [Commits](https://github.com/undertow-io/undertow/compare/2.2.18.Final...2.2.19.Final)
    
    ---
    updated-dependencies:
    - dependency-name: io.undertow:undertow-core
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3d157adbda..7964e48b36 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -220,7 +220,7 @@
         <cxf.tomitribe.http.signature.version>1.8</cxf.tomitribe.http.signature.version>
         <cxf.undertow.osgi.version>[1.4,3.0)</cxf.undertow.osgi.version>
         <cxf.undertow.xnio.osgi.version>[3.3,4.0)</cxf.undertow.xnio.osgi.version>
-        <cxf.undertow.version>2.2.18.Final</cxf.undertow.version>
+        <cxf.undertow.version>2.2.19.Final</cxf.undertow.version>
         <!-- the Export-Package is the same as the Maven artifact
              version (with the Final), but we don't want an import package with a version
              with a qualifier. We do want a range. -->