From 1d0ae0564f549c77e95446c967e8944e229101fe Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 13 Sep 2020 18:43:26 -0400 Subject: [PATCH 1/3] [travis] Drop jdk ea --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 20eab5b845..fb747eb81b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: java jdk: - - openjdk-ea - openjdk15 - openjdk11 - openjdk8 From 21eb422682aa701ce36809d7a8e346fa2e7efc94 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 20 Sep 2020 21:50:31 -0400 Subject: [PATCH 2/3] [travis] Drop jdk 14 / add jdk 16 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fb747eb81b..523742bf69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: java jdk: + - openjdk16 - openjdk15 - openjdk11 - openjdk8 From 5ebc3d58c9d334d4966383d642ff49f044747b80 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 20 Sep 2020 21:50:41 -0400 Subject: [PATCH 3/3] [ci] Add license header to dependabot yml --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2de9eee4c5..fab7b7fb71 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,19 @@ +# +# Copyright 2010-2020 the original author or authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + version: 2 updates: - package-ecosystem: maven