You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2022/10/22 09:27:47 UTC

[logging-log4j2] 01/02: Bump maven-core from 3.8.5 to 3.8.6

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

pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 97ffaae482b6084002644262fef740c78146c4e9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Oct 22 08:35:32 2022 +0000

    Bump maven-core from 3.8.5 to 3.8.6
    
    Bumps [maven-core](https://github.com/apache/maven) from 3.8.5 to 3.8.6.
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](https://github.com/apache/maven/compare/maven-3.8.5...maven-3.8.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 8090742ff9..44b014e82a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -347,7 +347,7 @@
     <log4j2-ecs-layout.version>1.5.0</log4j2-ecs-layout.version>
     <log4j2-logstash-layout.version>0.18</log4j2-logstash-layout.version>
     <logback.version>1.2.11</logback.version>
-    <maven.version>3.8.5</maven.version>
+    <maven.version>3.8.6</maven.version>
     <mockito.version>4.2.0</mockito.version>
     <mongodb.version>4.0.3</mongodb.version>
     <nashorn.version>15.3</nashorn.version>