You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2023/01/08 12:04:17 UTC

[axis-axis2-java-core] branch master updated: Bump assertj-core from 3.24.0 to 3.24.1

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 40cff9f564 Bump assertj-core from 3.24.0 to 3.24.1
40cff9f564 is described below

commit 40cff9f564d7de6a1507539f1bd734283baabeae
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Jan 8 11:12:32 2023 +0000

    Bump assertj-core from 3.24.0 to 3.24.1
    
    Bumps assertj-core from 3.24.0 to 3.24.1.
    
    ---
    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 40fc290eb5..ba7018ff32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -697,7 +697,7 @@
             <dependency>
                 <groupId>org.assertj</groupId>
                 <artifactId>assertj-core</artifactId>
-                <version>3.24.0</version>
+                <version>3.24.1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.ws.commons.axiom</groupId>