This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 6f533d4 Upgrading SLF4J and docker-maven-plugin
6f533d4 is described below
commit 6f533d4ad51874540a61efea8db577c0d2c8c629
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 c074e2d..3ef7444 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,7 +414,7 @@ under the License.
<camel.version>3.0.0-M4</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>7.3.0</elasticsearch.version>
@@ -2089,7 +2089,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>