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 2019/03/24 20:03:41 UTC

[logging-log4j2] branch master updated: - Update tests from plexus-utils 3.1.0 to 3.2.0. - Update tests from Apache ActiveMQ 5.15.7 to 5.15.9.

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

ggregory 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 3c51ede  - Update tests from plexus-utils 3.1.0 to 3.2.0. - Update tests from Apache ActiveMQ 5.15.7 to 5.15.9.
3c51ede is described below

commit 3c51edeb80cc539183fb2931c5ad04383e3701a8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 24 16:03:37 2019 -0400

    - Update tests from plexus-utils 3.1.0 to 3.2.0.
    - Update tests from Apache ActiveMQ 5.15.7 to 5.15.9.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0183a92..7407e05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,7 +237,7 @@
     <commonsLoggingVersion>1.2</commonsLoggingVersion>
     <javax.persistence>2.2.1</javax.persistence>
     <osgi.api.version>6.0.0</osgi.api.version>
-    <activemq.version>5.15.7</activemq.version>
+    <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>
@@ -672,7 +672,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.1.0</version>
+        <version>3.2.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>