Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Update dependency versions #1592

Merged
merged 3 commits into from
Jun 21, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
updated errorprone to 0.8.1 as didn't require any code changes
  • Loading branch information
jframe committed Jun 21, 2019
commit 67cb1b25cd06a6d268a1a4f86705f0290fb36fc2
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id 'com.github.hierynomus.license' version '0.15.0'
id 'io.spring.dependency-management' version '1.0.8.RELEASE'
id 'me.champeau.gradle.jmh' version '0.4.8' apply false
id 'net.ltgt.errorprone' version '0.8'
id 'net.ltgt.errorprone' version '0.8.1'
id 'net.researchgate.release' version '2.7.0'
}

Expand Down