This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/master by this push:
new ad2ecd7 ARTEMIS-2319 Upgrading jboss-logging dependencies
new 64f5f66 This closes #2638
ad2ecd7 is described below
commit ad2ecd77d2cad093e7dca04af6d8b820947ef52a
Author: Emmanuel Hugonnet <[email protected]>
AuthorDate: Wed Apr 24 18:14:57 2019 +0200
ARTEMIS-2319 Upgrading jboss-logging dependencies
---
artemis-maven-plugin/pom.xml | 6 +++---
pom.xml | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/artemis-maven-plugin/pom.xml b/artemis-maven-plugin/pom.xml
index 3b75a00..c59733b 100644
--- a/artemis-maven-plugin/pom.xml
+++ b/artemis-maven-plugin/pom.xml
@@ -85,12 +85,12 @@
</dependencies>
<build>
- <pluginManagement>
- <plugins>
+ <pluginManagement>
+ <plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>3.4</version>
+ <version>3.5.2</version>
<executions>
<execution>
<id>default-descriptor</id>
diff --git a/pom.xml b/pom.xml
index 0dde6e7..df99288 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
<commons.collections.version>3.2.2</commons.collections.version>
<fuse.mqtt.client.version>1.14</fuse.mqtt.client.version>
<guava.version>19.0</guava.version>
- <jboss.logging.version>3.3.1.Final</jboss.logging.version>
+ <jboss.logging.version>3.4.0.Final</jboss.logging.version>
<jetty.version>9.4.3.v20170317</jetty.version>
<jgroups.version>3.6.13.Final</jgroups.version>
<maven.assembly.plugin.version>2.4</maven.assembly.plugin.version>
@@ -100,7 +100,7 @@
<json-p.spec.version>1.0-alpha-1</json-p.spec.version>
<javax.inject.version>1</javax.inject.version>
<hawtbuff.version>1.11</hawtbuff.version>
- <jb.logmanager.version>2.0.3.Final</jb.logmanager.version>
+ <jb.logmanager.version>2.1.10.Final</jb.logmanager.version>
<jb.slf4j-jboss-logmanager.version>1.0.4.GA</jb.slf4j-jboss-logmanager.version>
<airlift.version>0.7</airlift.version>
<geronimo.annotation.1.1.spec.version>1.0.1</geronimo.annotation.1.1.spec.version>
@@ -313,14 +313,14 @@
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-processor</artifactId>
- <version>2.1.0.Final</version>
+ <version>2.2.0.Final</version>
<optional>true</optional>
<!-- License: LGPL-->
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-annotations</artifactId>
- <version>2.1.0.Final</version>
+ <version>2.2.0.Final</version>
<scope>provided</scope>
<optional>true</optional>
<!-- License: Apache 2.0-->