You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/01/31 12:33:52 UTC

[logging-log4j-tools] branch master updated: Bump assertj-core from 3.24.0 to 3.24.2 (#23)

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

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new f206149  Bump assertj-core from 3.24.0 to 3.24.2 (#23)
f206149 is described below

commit f2061497973a8ece4c7741c59c84f675131eb14b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 31 12:33:46 2023 +0000

    Bump assertj-core from 3.24.0 to 3.24.2 (#23)
    
    Bumps assertj-core from 3.24.0 to 3.24.2.
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 log4j-tools-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-tools-parent/pom.xml b/log4j-tools-parent/pom.xml
index 4ba4df6..d1e77e4 100644
--- a/log4j-tools-parent/pom.xml
+++ b/log4j-tools-parent/pom.xml
@@ -52,7 +52,7 @@
     <maven.site.deploy.skip>true</maven.site.deploy.skip>
 
     <!-- dependency versions -->
-    <assertj.version>3.24.0</assertj.version>
+    <assertj.version>3.24.2</assertj.version>
     <commons-io.version>2.11.0</commons-io.version>
     <freemarker.version>2.3.32</freemarker.version>
     <junit.version>5.9.2</junit.version>