aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/pom.xml
diff options
context:
space:
mode:
authorAndreas Rudolph <andy@openindex.de>2019-01-03 19:38:28 +0100
committerDecebal Suiu <decebal.suiu@gmail.com>2019-01-03 20:38:28 +0200
commit7e8c7fe04bddf360e86708cfd8120773703223e3 (patch)
treea3d1927a734c18ffcecd992c2cf1245781a9bb6f /pf4j/pom.xml
parent58f7c85ab90327b2305f8ad777fd2ff5daba1d8f (diff)
downloadpf4j-7e8c7fe04bddf360e86708cfd8120773703223e3.tar.gz
pf4j-7e8c7fe04bddf360e86708cfd8120773703223e3.zip
update slf4j dependency to version 1.7.25 (#271)
Diffstat (limited to 'pf4j/pom.xml')
-rw-r--r--pf4j/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml
index 7d8ab0c..2552aed 100644
--- a/pf4j/pom.xml
+++ b/pf4j/pom.xml
@@ -30,12 +30,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.7.5</version>
+ <version>1.7.25</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.7.5</version>
+ <version>1.7.25</version>
<scope>test</scope>
</dependency>
<dependency>