Skip to content

Commit

Permalink
Downgrade camel to the latest version that is available for all camel…
Browse files Browse the repository at this point in the history
… dependencies

It is restricted by camel-aws-sqs, which was later moved to camel-aws2-sqs.

Signed-off-by: Jakub Zalas <[email protected]>
  • Loading branch information
jakzal committed Oct 4, 2024
1 parent 647362f commit 9e35a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<version.camel>3.21.4</version.camel>
<version.camel>3.8.0</version.camel>
<version.junit>5.5.1</version.junit>
<version.testcontainers>1.17.2</version.testcontainers>
<version.lombok>1.18.8</version.lombok>
Expand Down

0 comments on commit 9e35a2a

Please sign in to comment.