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-ognl.git


The following commit(s) were added to refs/heads/master by this push:
     new c1b00e9  Replace Java 15 with Java 16 in Travis CI.
     new e315ab6  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-ognl.git
c1b00e9 is described below

commit c1b00e9d9de0d67bf74de1fadb6bc650c1ad5612
Author: Gary Gregory <ggreg...@rocketsoftware.com>
AuthorDate: Sun Jun 6 10:45:10 2021 -0400

    Replace Java 15 with Java 16 in Travis CI.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index cc26727..cefab1c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ cache:
 jdk:
   - openjdk8
   - openjdk11
-  - openjdk15
+  - openjdk16
   - openjdk-ea
 
 matrix:

Reply via email to