This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 86b3a1c2 Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 in
/message-bridge
86b3a1c2 is described below
commit 86b3a1c2e13d45b71ec362aa99cae5480d4b85ff
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 27 07:13:33 2026 +0000
Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 in /message-bridge
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from
3.27.6 to 3.27.7.
- [Release notes](https://github.com/assertj/assertj/releases)
-
[Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.6...assertj-build-3.27.7)
---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
dependency-version: 3.27.7
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
message-bridge/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/message-bridge/pom.xml b/message-bridge/pom.xml
index 692a52c7..9d1d1d78 100644
--- a/message-bridge/pom.xml
+++ b/message-bridge/pom.xml
@@ -49,7 +49,7 @@
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
<quarkiverse-artemis.version>3.10.1</quarkiverse-artemis.version>
- <assertj.version>3.27.6</assertj.version>
+ <assertj.version>3.27.7</assertj.version>
</properties>
<dependencyManagement>