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 4ae7f78 Bump org.assertj:assertj-core (#319) 4ae7f78 is described below commit 4ae7f782bebf2def09afa41f0b77f8d528b92d2b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Jan 2 11:37:25 2025 +0800 Bump org.assertj:assertj-core (#319) 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.27.0 to 3.27.1 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.0...assertj-build-3.27.1) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 9abb0c1..0e29358 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.27.0</assertj.version> + <assertj.version>3.27.1</assertj.version> </properties> <dependencyManagement>