This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_0_X by this push:
new d4cc826 Upgrading SLF4J and docker-maven-plugin
d4cc826 is described below
commit d4cc826bb97afcebc2f27f53f151dde061f3ac13
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Aug 12 08:29:22 2019 +0200
Upgrading SLF4J and docker-maven-plugin
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 957e7f6..35b5476 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,7 +413,7 @@ under the License.
<camel.version>2.17.7</camel.version>
- <slf4j.version>1.7.27</slf4j.version>
+ <slf4j.version>1.7.28</slf4j.version>
<opensaml.version>3.3.0</opensaml.version>
<elasticsearch.version>5.6.16</elasticsearch.version>
@@ -2112,7 +2112,7 @@ under the License.
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.30.0</version>
+ <version>0.31.0</version>
</plugin>
<plugin>