This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_1_X by this push:
new 1a26cfd Upgrading SLF4J and docker-maven-plugin
1a26cfd is described below
commit 1a26cfd4d7a52ac596d030cd3517afb1aa21481a
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 80e1151..9d0ad0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,7 +412,7 @@ under the License.
<camel.version>2.24.0</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>6.8.2</elasticsearch.version>
@@ -2047,7 +2047,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>