This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 083ad0bae82544c085a19b4bd6428c90643d8394 Author: Claus Ibsen <[email protected]> AuthorDate: Thu Feb 10 11:20:50 2022 +0100 Upgrade undertow 2.2.16 --- camel-dependencies/pom.xml | 2 +- parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml index 5361863..2254fcd 100644 --- a/camel-dependencies/pom.xml +++ b/camel-dependencies/pom.xml @@ -540,7 +540,7 @@ <trimStackTrace>false</trimStackTrace> <twilio-version>7.55.3</twilio-version> <twitter4j-version>4.0.7</twitter4j-version> - <undertow-version>2.2.14.Final</undertow-version> + <undertow-version>2.2.16.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.2</vavr-version> diff --git a/parent/pom.xml b/parent/pom.xml index b8d5585..b9d5654 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -527,7 +527,7 @@ <tika-version>1.27</tika-version> <twilio-version>7.55.3</twilio-version> <twitter4j-version>4.0.7</twitter4j-version> - <undertow-version>2.2.14.Final</undertow-version> + <undertow-version>2.2.16.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.2</vavr-version>
