Update logback version in application logback toolkit, based on #813 , where I explained that the logback library is not really used, just for compiling the bridge. But anyway, no harm to fix the risk

This commit is contained in:
wu-sheng 2018-02-13 14:25:36 +08:00
parent 8276eac7ee
commit 4544d99673
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.7</version>
<version>1.2.3</version>
<scope>provided</scope>
</dependency>
</dependencies>