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 2020/08/26 08:55:19 UTC

[logging-log4j2] branch master updated: Bump jctools-core from 1.2.1 to 3.1.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1071514  Bump jctools-core from 1.2.1 to 3.1.0
1071514 is described below

commit 1071514c4a7942574b48e5bcc1a78773a5efab8c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Aug 8 16:50:34 2020 +0000

    Bump jctools-core from 1.2.1 to 3.1.0
    
    Bumps [jctools-core](https://github.com/JCTools/JCTools) from 1.2.1 to 3.1.0.
    - [Release notes](https://github.com/JCTools/JCTools/releases)
    - [Changelog](https://github.com/JCTools/JCTools/blob/master/RELEASE-NOTES.md)
    - [Commits](https://github.com/JCTools/JCTools/compare/v1.2.1...v3.1.0)
    
    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 9f81156..c0b9721 100644
--- a/pom.xml
+++ b/pom.xml
@@ -241,7 +241,7 @@
     <activemq.version>5.15.9</activemq.version>
     <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->
     <minSeverity>info</minSeverity>
-    <jctoolsVersion>1.2.1</jctoolsVersion>
+    <jctoolsVersion>3.1.0</jctoolsVersion>
     <junitVersion>4.13</junitVersion>
     <junitJupiterVersion>5.6.2</junitJupiterVersion>
     <mockitoVersion>3.5.5</mockitoVersion>