This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch camel-spring-boot-4.0.0-branch in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit d7d32d9b8582435257c535b3e3ec49033af3fc9e Author: Tom Cunningham <[email protected]> AuthorDate: Tue Dec 5 20:13:02 2023 -0500 Override reactory-netty-http to 1.1.13 (#309) --- pom.xml | 1 + .../src/main/resources/pom.xml | 6 ++++++ tooling/redhat-camel-spring-boot-bom/pom.xml | 6 ++++++ 3 files changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index f0f176959fb..4afc2586737 100644 --- a/pom.xml +++ b/pom.xml @@ -139,6 +139,7 @@ <maven-javadoc-plugin-version>3.4.1</maven-javadoc-plugin-version> <maven-surefire-plugin-version>3.1.2</maven-surefire-plugin-version> <mycila-license-version>3.0</mycila-license-version> + <reactor-netty-version>1.1.13</reactor-netty-version> <springdoc-version>2.2.0</springdoc-version> <surefire.version>${maven-surefire-plugin-version}</surefire.version> <swagger-parser-v3-version>2.1.10</swagger-parser-v3-version> diff --git a/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml b/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml index 50fb912dc3f..0031736cc58 100644 --- a/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml +++ b/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml @@ -129,6 +129,12 @@ <artifactId>logback-core</artifactId> <version>${logback-version}</version> </dependency> + <!-- Override for reactor-netty-http --> + <dependency> + <groupId>io.projectreactor.netty</groupId> + <artifactId>reactor-netty-http</artifactId> + <version>${reactor-netty-version}</version> + </dependency> <!-- Overrides for tomcat --> <dependency> <groupId>org.apache.tomcat</groupId> diff --git a/tooling/redhat-camel-spring-boot-bom/pom.xml b/tooling/redhat-camel-spring-boot-bom/pom.xml index 28e57d9c93f..56d5fda0ae1 100644 --- a/tooling/redhat-camel-spring-boot-bom/pom.xml +++ b/tooling/redhat-camel-spring-boot-bom/pom.xml @@ -129,6 +129,12 @@ <artifactId>logback-core</artifactId> <version>1.4.14</version> </dependency> + <!-- Override for reactor-netty-http --> + <dependency> + <groupId>io.projectreactor.netty</groupId> + <artifactId>reactor-netty-http</artifactId> + <version>1.1.13</version> + </dependency> <!-- Overrides for tomcat --> <dependency> <groupId>org.apache.tomcat</groupId>
