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 2022/05/31 18:18:48 UTC

[maven-enforcer] branch master updated: Bump assertj-core from 3.22.0 to 3.23.0

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 1f7751e  Bump assertj-core from 3.22.0 to 3.23.0
1f7751e is described below

commit 1f7751e5a69605c74dae497a5211fc3be9d88120
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue May 31 15:14:30 2022 +0000

    Bump assertj-core from 3.22.0 to 3.23.0
    
    Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.22.0 to 3.23.0.
    - [Release notes](https://github.com/assertj/assertj-core/releases)
    - [Commits](https://github.com/assertj/assertj-core/compare/assertj-core-3.22.0...assertj-core-3.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:development
      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 aff8037..c95a1cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,7 +180,7 @@
       <dependency>
         <groupId>org.assertj</groupId>
         <artifactId>assertj-core</artifactId>
-        <version>3.22.0</version>
+        <version>3.23.0</version>
       </dependency>
     </dependencies>
   </dependencyManagement>