Upgrade dependencies, Gradle; prepare for release

* Fix Checkstyle violations according the latest update
This commit is contained in:
Artem Bilan
2019-05-13 12:35:16 -04:00
parent cea47f7904
commit 3b57713c1f
7 changed files with 56 additions and 31 deletions

View File

@@ -81,7 +81,9 @@ public class SimplePoolTests {
pool.getItem();
fail("Expected exception");
}
catch (PoolItemNotAvailableException e) { }
catch (PoolItemNotAvailableException e) {
}
// resize up
pool.setPoolSize(4);