Skip to content

Commit

Permalink
chore(examples): Lock servlet dep on slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Oct 11, 2017
1 parent 9838375 commit e09f332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
runtime 'org.slf4j:slf4j-simple:1.+'
runtime 'org.slf4j:slf4j-simple:1.7.25'
compile rootProject
}

Expand Down

0 comments on commit e09f332

Please sign in to comment.