Skip to content

Commit

Permalink
build(deps): bump up SLF4J
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Mar 10, 2019
1 parent 42b51ee commit 2040366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Currently the versioning policy of this project follows [Semantic Versioning](ht
### Changed

* Use SpotBugs 3.1.12 by default
* Upgrade SLF4J to 1.8.0-beta4

## 1.6.10 - 2019-02-18

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply from: "$rootDir/gradle/spotless.gradle"
version = '1.6.11-SNAPSHOT'
group = "com.github.spotbugs"
def spotBugsVersion = '3.1.12'
def slf4jVersion = '1.8.0-beta2'
def slf4jVersion = '1.8.0-beta4'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down

0 comments on commit 2040366

Please sign in to comment.