Skip to content

Commit

Permalink
build(deps): bump camel.version from 4.8.0 to 4.8.1
Browse files Browse the repository at this point in the history
Bumps `camel.version` from 4.8.0 to 4.8.1.

Updates `org.apache.camel:camel-bom` from 4.8.0 to 4.8.1

Updates `org.apache.camel.springboot:camel-spring-boot-starter` from 4.8.0 to 4.8.1

---
updated-dependencies:
- dependency-name: org.apache.camel:camel-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.camel.springboot:camel-spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 8e8d8a1 commit 76475d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<artifactId>embedded-kafka</artifactId>

<properties>
<camel.version>4.8.0</camel.version>
<camel.version>4.8.1</camel.version>
<!-- https://spring.io/projects/spring-kafka#kafka-client-compatibility Confluent Platform 6.2 provides Kafka 2.8 -->
<kafka-clients.version>3.8.0</kafka-clients.version>
<maven-clean-plugin.version>3.4.0</maven-clean-plugin.version>
Expand Down

0 comments on commit 76475d2

Please sign in to comment.