diff options
author | Denes Nemeth <denes.nemeth@nokia.com> | 2018-03-19 12:10:34 +0100 |
---|---|---|
committer | Denes Nemeth <denes.nemeth@nokia.com> | 2018-03-19 12:11:24 +0100 |
commit | f782c90469d65a3e059883b9f232308159d777ed (patch) | |
tree | b6df1b1c38fb0714bcb27bf6e20d5034ee4ba050 /logging-api | |
parent | 345aef728afe1c969bef11108ade881ab7704051 (diff) |
Update logging API version
Change-Id: I22155ff46fa4aaaa2e227dfdc02972d07932b17e
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728
Diffstat (limited to 'logging-api')
-rw-r--r-- | logging-api/pom.xml | 2 |
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> |