Skip to content

Commit 113390d

Browse files
committed
Update slf4j-api dependency to 1.7.18
1 parent 4cb7084 commit 113390d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repositories {
5858
// Project dependencies
5959
dependencies {
6060
compile 'io.netty:netty-all:4.0.33.Final'
61-
compile 'org.slf4j:slf4j-api:1.7.13'
61+
compile 'org.slf4j:slf4j-api:1.7.18'
6262
testCompile 'junit:junit:4.12'
6363
testCompile 'org.hamcrest:hamcrest-library:1.3'
6464
testCompile 'org.powermock:powermock-api-mockito:1.6.4'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>org.slf4j</groupId>
100100
<artifactId>slf4j-api</artifactId>
101-
<version>1.7.13</version>
101+
<version>1.7.18</version>
102102
<scope>compile</scope>
103103
</dependency>
104104
<!-- Testing only -->

0 commit comments

Comments
 (0)