Update logback dependency. (#866)

logback-classic version is updated to 1.2.7. The new version
includes security bug fixes.
This commit is contained in:
Sachin Sundar Pungampalayam Shanmugasundaram 2021-11-22 13:46:19 -08:00 committed by GitHub
parent 9f6d27900c
commit d0fb6b5636
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.2.7</version>
</dependency>
<dependency>
<groupId>com.beust</groupId>

View file

@ -152,7 +152,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.2.7</version>
<scope>test</scope>
</dependency>