You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/03/01 08:19:39 UTC

(camel) branch main updated: Bump undertow-version from 2.3.11.Final to 2.3.12.Final (#13357)

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 84fbf347308 Bump undertow-version from 2.3.11.Final to 2.3.12.Final (#13357)
84fbf347308 is described below

commit 84fbf347308292b3cd0ee763ba93261cdf9fe78b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 1 09:19:33 2024 +0100

    Bump undertow-version from 2.3.11.Final to 2.3.12.Final (#13357)
    
    Bumps `undertow-version` from 2.3.11.Final to 2.3.12.Final.
    
    Updates `io.undertow:undertow-core` from 2.3.11.Final to 2.3.12.Final
    - [Commits](https://github.com/undertow-io/undertow/compare/2.3.11.Final...2.3.12.Final)
    
    Updates `io.undertow:undertow-servlet` from 2.3.11.Final to 2.3.12.Final
    - [Commits](https://github.com/undertow-io/undertow/compare/2.3.11.Final...2.3.12.Final)
    
    ---
    updated-dependencies:
    - dependency-name: io.undertow:undertow-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.undertow:undertow-servlet
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 9f720c24f2f..7ffd0a48a82 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -453,7 +453,7 @@
         <tika-version>2.9.1</tika-version>
         <twilio-version>10.0.0</twilio-version>
         <twitter4j-version>4.1.2</twitter4j-version>
-        <undertow-version>2.3.11.Final</undertow-version>
+        <undertow-version>2.3.12.Final</undertow-version>
         <univocity-parsers-version>2.9.1</univocity-parsers-version>
         <validation-api-version>2.0.1.Final</validation-api-version>
         <vavr-version>0.10.4</vavr-version>