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/18 18:00:11 UTC

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

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 8653ab2  [MENFORCER-457] Bump assertj-core from 3.24.1 to 3.24.2 (#235)
8653ab2 is described below

commit 8653ab238d6a9149327320e3d0466bbaa5178a06
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 18 19:00:05 2023 +0100

    [MENFORCER-457] Bump assertj-core from 3.24.1 to 3.24.2 (#235)
    
    Bumps assertj-core from 3.24.1 to 3.24.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>
    
    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 5d4626d..721e986 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@
       <dependency>
         <groupId>org.assertj</groupId>
         <artifactId>assertj-core</artifactId>
-        <version>3.24.1</version>
+        <version>3.24.2</version>
       </dependency>
     </dependencies>
   </dependencyManagement>