You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2023/01/09 17:26:32 UTC

[maven-enforcer] branch master updated: [MENFORCER-457] Bump assertj-core from 3.24.0 to 3.24.1 (#226)

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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a84681  [MENFORCER-457] Bump assertj-core from 3.24.0 to 3.24.1 (#226)
6a84681 is described below

commit 6a846813f27dbce3394f612d11fbcee6a74d6922
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 9 18:26:26 2023 +0100

    [MENFORCER-457] Bump assertj-core from 3.24.0 to 3.24.1 (#226)
    
    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>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dfe4f80..eec0513 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@
       <dependency>
         <groupId>org.assertj</groupId>
         <artifactId>assertj-core</artifactId>
-        <version>3.24.0</version>
+        <version>3.24.1</version>
       </dependency>
     </dependencies>
   </dependencyManagement>