build: Bump dependency versions

This commit is contained in:
Zach Levis 2021-01-16 15:52:40 -08:00 committed by Alexander Söderberg
parent 98f389a72a
commit 753507cc3c
3 changed files with 5 additions and 4 deletions

View file

@ -45,6 +45,7 @@ public interface ConsumerService<Context>
*
* @throws PipeBurst Pipe burst
*/
@SuppressWarnings("DoNotCallSuggester")
static void interrupt() throws PipeBurst {
throw new PipeBurst();
}