You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2021/01/08 21:22:51 UTC

[logging-log4j2] branch release-2.x updated: Update some dependencies.

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

ggregory 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 2984c2a  Update some dependencies.
2984c2a is described below

commit 2984c2a0848349ecd67753072dd02585bc19aed7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 8 16:22:45 2021 -0500

    Update some dependencies.
    
    - [main] Jackson 2.11.3 -> 2.12.0.
    - [test] Groocy 3.0.6 -> 3.0.7.
    - [build] JaCoCo 0.8.3 -> 0.8.6.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f71075d..8aa45d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,7 @@
     <slf4jVersion>1.7.25</slf4jVersion>
     <logbackVersion>1.2.3</logbackVersion>
     <jackson1Version>1.9.13</jackson1Version>
-    <jackson2Version>2.11.3</jackson2Version>
+    <jackson2Version>2.12.0</jackson2Version>
     <spring-boot.version>2.3.6.RELEASE</spring-boot.version>
     <springVersion>5.3.2</springVersion>
     <kubernetes-client.version>4.6.1</kubernetes-client.version>
@@ -198,7 +198,7 @@
     <elastic.version>7.6.2</elastic.version>
     <mongodb3.version>3.12.7</mongodb3.version>
     <mongodb4.version>4.1.1</mongodb4.version>
-    <groovy.version>3.0.6</groovy.version>
+    <groovy.version>3.0.7</groovy.version>
     <compiler.plugin.version>3.8.1</compiler.plugin.version>
     <pmd.plugin.version>3.10.0</pmd.plugin.version>
     <changes.plugin.version>2.12.1</changes.plugin.version>
@@ -213,7 +213,7 @@
     <rat.plugin.version>0.12</rat.plugin.version>
     <pdf.plugin.version>1.2</pdf.plugin.version>
     <cobertura.plugin.version>2.7</cobertura.plugin.version>
-    <jacoco.plugin.version>0.8.3</jacoco.plugin.version>
+    <jacoco.plugin.version>0.8.6</jacoco.plugin.version>
     <release.plugin.version>2.5.3</release.plugin.version>
     <scm.plugin.version>1.9.5</scm.plugin.version>
     <jxr.plugin.version>2.5</jxr.plugin.version>