You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2022/06/07 19:15:24 UTC

[logging-log4j2] branch release-2.x updated: Bump assertj-core from 3.22.0 to 3.23.1 (#908)

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

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 4d20b040b3 Bump assertj-core from 3.22.0 to 3.23.1 (#908)
4d20b040b3 is described below

commit 4d20b040b3998ddbcc29aa5d9477b7f9fb441928
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jun 7 21:15:18 2022 +0200

    Bump assertj-core from 3.22.0 to 3.23.1 (#908)
    
    Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.22.0 to 3.23.1.
    - [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.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 46a3ec554d..10680f4abf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -843,7 +843,7 @@
       <dependency>
         <groupId>org.assertj</groupId>
         <artifactId>assertj-core</artifactId>
-        <version>3.22.0</version>
+        <version>3.23.1</version>
         <scope>test</scope>
       </dependency>
       <dependency>