Skip to content

Commit

Permalink
Upgrade Camel dependencies to 3.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dlg99 committed Apr 14, 2023
1 parent 7fb36f6 commit d8155e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<narPluginPhase>package</narPluginPhase>
<pulsar.version>2.10.4.0</pulsar.version>
<camel-connectors.version>3.18.2</camel-connectors.version>
<camel.version>3.18.6</camel.version>
<!--
Versions matching https://github.com/datastax/pulsar/tree/2.10_ds
-->
Expand Down Expand Up @@ -211,6 +212,13 @@
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-bom</artifactId>
<version>${camel.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client</artifactId>
Expand Down

0 comments on commit d8155e4

Please sign in to comment.