This is an automated email from the ASF dual-hosted git repository.
zhfeng pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
The following commit(s) were added to refs/heads/camel-quarkus-main by this
push:
new afa9c5a Bump org.assertj:assertj-core (#318)
afa9c5a is described below
commit afa9c5ac14cd4cdc4f41597ff062bf06ca5093d0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 20 06:59:46 2024 +0800
Bump org.assertj:assertj-core (#318)
Bumps the maven group with 1 update in the /message-bridge directory:
[org.assertj:assertj-core](https://github.com/assertj/assertj).
Updates `org.assertj:assertj-core` from 3.26.3 to 3.27.0
- [Release notes](https://github.com/assertj/assertj/releases)
-
[Commits](https://github.com/assertj/assertj/compare/assertj-build-3.26.3...assertj-build-3.27.0)
---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: maven
...
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 c37f371..9abb0c1 100644
--- a/message-bridge/pom.xml
+++ b/message-bridge/pom.xml
@@ -52,7 +52,7 @@
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<quarkiverse-artemis.version>3.6.0</quarkiverse-artemis.version>
- <assertj.version>3.26.3</assertj.version>
+ <assertj.version>3.27.0</assertj.version>
</properties>
<dependencyManagement>