This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new 1cbd3de Replace openjdk15 with openjdk16 in TravisCI. 1cbd3de is described below commit 1cbd3dea3f49859c3b7756dea74fb46d53764147 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sun May 16 15:02:53 2021 -0400 Replace openjdk15 with openjdk16 in TravisCI. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dfcd23b..3781ae6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ cache: jdk: - openjdk8 - openjdk11 - - openjdk15 + - openjdk16 - openjdk-ea matrix: