We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb7084 commit 113390dCopy full SHA for 113390d
2 files changed
build.gradle
@@ -58,7 +58,7 @@ repositories {
58
// Project dependencies
59
dependencies {
60
compile 'io.netty:netty-all:4.0.33.Final'
61
- compile 'org.slf4j:slf4j-api:1.7.13'
+ compile 'org.slf4j:slf4j-api:1.7.18'
62
testCompile 'junit:junit:4.12'
63
testCompile 'org.hamcrest:hamcrest-library:1.3'
64
testCompile 'org.powermock:powermock-api-mockito:1.6.4'
pom.xml
@@ -98,7 +98,7 @@
98
<dependency>
99
<groupId>org.slf4j</groupId>
100
<artifactId>slf4j-api</artifactId>
101
- <version>1.7.13</version>
+ <version>1.7.18</version>
102
<scope>compile</scope>
103
</dependency>
104
<!-- Testing only -->
0 commit comments