This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push: new 27d328a3 build(deps): bump assertj-core from 3.23.1 to 3.24.2 27d328a3 is described below commit 27d328a30f3fe318456f858a443cbe13b0434511 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Jan 17 20:05:25 2023 +0000 build(deps): bump assertj-core from 3.23.1 to 3.24.2 Bumps assertj-core from 3.23.1 to 3.24.2. --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 42fc6c48..322ddba7 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ <groovy-version>3.0.13</groovy-version> <immutables-version>2.9.2</immutables-version> <commons-collections4-version>4.4</commons-collections4-version> - <assertj-version>3.23.1</assertj-version> + <assertj-version>3.24.2</assertj-version> <hamcrest-version>2.2</hamcrest-version> <!-- plugins -->