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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 97eefd26c22 CAMEL-20099: Use newer version of httpcore in camel-http
like we do for camel-http-starter with SB
97eefd26c22 is described below
commit 97eefd26c2243afeb5e820438f1a51192926e3cc
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Nov 14 10:46:09 2023 +0100
CAMEL-20099: Use newer version of httpcore in camel-http like we do for
camel-http-starter with SB
---
components-starter/camel-http-starter/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/components-starter/camel-http-starter/pom.xml
b/components-starter/camel-http-starter/pom.xml
index b316ffa8d96..395bd57f535 100644
--- a/components-starter/camel-http-starter/pom.xml
+++ b/components-starter/camel-http-starter/pom.xml
@@ -54,6 +54,11 @@
<artifactId>httpcore5-h2</artifactId>
<version>${httpcore-version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents.core5</groupId>
+ <artifactId>httpcore5-h2</artifactId>
+ <version>${httpcore-version}</version>
+ </dependency>
<!--START OF GENERATED CODE-->
<dependency>
<groupId>org.apache.camel.springboot</groupId>