Skip to content

Commit

Permalink
chore(deps): bump org.apache.camel:camel-bom from 4.7.0 to 4.8.1 (#451)
Browse files Browse the repository at this point in the history
* chore(deps): bump org.apache.camel:camel-bom from 4.7.0 to 4.8.1

Bumps org.apache.camel:camel-bom from 4.7.0 to 4.8.1.

---
updated-dependencies:
- dependency-name: org.apache.camel:camel-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* build: align JUnit version with the one the Camel BOM is providing since the misalignment has caused the build to break

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: cjmamo <823038+cjmamo@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and cjmamo authored Nov 7, 2024
1 parent 9176619 commit 23da172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion camel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<packaging>pom</packaging>

<properties>
<camel.version>4.7.0</camel.version>
<camel.version>4.8.1</camel.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.3</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 23da172

Please sign in to comment.