aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenes Nemeth <denes.nemeth@nokia.com>2018-03-19 12:10:34 +0100
committerDenes Nemeth <denes.nemeth@nokia.com>2018-03-19 12:11:24 +0100
commitf782c90469d65a3e059883b9f232308159d777ed (patch)
treeb6df1b1c38fb0714bcb27bf6e20d5034ee4ba050
parent345aef728afe1c969bef11108ade881ab7704051 (diff)
Update logging API version
Change-Id: I22155ff46fa4aaaa2e227dfdc02972d07932b17e Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-728
-rw-r--r--logging-api/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/logging-api/pom.xml b/logging-api/pom.xml
index 5a33f80..d486983 100644
--- a/logging-api/pom.xml
+++ b/logging-api/pom.xml
@@ -36,7 +36,7 @@ limitations under the License.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.7.5</version>
+ <version>1.7.25</version>
</dependency>
</dependencies>
</project>