You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/01/07 22:59:43 UTC

[maven-dependency-analyzer] branch master updated: Bump assertj-core from 3.21.0 to 3.22.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a24e635  Bump assertj-core from 3.21.0 to 3.22.0
a24e635 is described below

commit a24e635873b3edcabd3ea4c1178ed0a0fcaa06bc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 6 04:29:40 2022 +0000

    Bump assertj-core from 3.21.0 to 3.22.0
    
    Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.21.0 to 3.22.0.
    - [Release notes](https://github.com/assertj/assertj-core/releases)
    - [Commits](https://github.com/assertj/assertj-core/compare/assertj-core-3.21.0...assertj-core-3.22.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 1846c42..dcd9097 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
-      <version>3.21.0</version>
+      <version>3.22.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>