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

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

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

apupier 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 51245e3a build(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.0
51245e3a is described below

commit 51245e3a51e70b9a84dc825c3cb03e37ef640a1a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 1 20:44:52 2024 +0000

    build(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.0
    
    Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.25.0.
    - [Release notes](https://github.com/assertj/assertj/releases)
    - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.24.2...assertj-build-3.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 2e875fae..0422d6d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
         <groovy-version>4.0.16</groovy-version>
         <immutables-version>2.10.0</immutables-version>
         <commons-collections4-version>4.4</commons-collections4-version>
-        <assertj-version>3.24.2</assertj-version>
+        <assertj-version>3.25.0</assertj-version>
         <hamcrest-version>2.2</hamcrest-version>
 
         <!-- plugins -->