You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2024/01/25 07:21:23 UTC

(camel-k-runtime) branch main updated: build(deps): bump org.assertj:assertj-core from 3.25.1 to 3.25.2

This is an automated email from the ASF dual-hosted git repository.

pcongiusti 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 818cec46 build(deps): bump org.assertj:assertj-core from 3.25.1 to 3.25.2
818cec46 is described below

commit 818cec469c4c4a5bcb1cdb1c39f95b7856899538
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 24 20:13:52 2024 +0000

    build(deps): bump org.assertj:assertj-core from 3.25.1 to 3.25.2
    
    Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.1 to 3.25.2.
    - [Release notes](https://github.com/assertj/assertj/releases)
    - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.25.1...assertj-build-3.25.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4c058b26..57ea07f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
         <groovy-version>4.0.18</groovy-version>
         <immutables-version>2.10.0</immutables-version>
         <commons-collections4-version>4.4</commons-collections4-version>
-        <assertj-version>3.25.1</assertj-version>
+        <assertj-version>3.25.2</assertj-version>
         <hamcrest-version>2.2</hamcrest-version>
 
         <!-- plugins -->