Repository: calcite-avatica
Updated Branches:
  refs/heads/master af4cf8a17 -> 2f7b787a2


[CALCITE-2570] Upgrade forbiddenapis to 2.6 for JDK 11 support

Close apache/calcite-avatica#70

Signed-off-by: Kevin Risden <kris...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/2f7b787a
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/2f7b787a
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/2f7b787a

Branch: refs/heads/master
Commit: 2f7b787a29addb79ead310dee35fb0a30f487988
Parents: af4cf8a
Author: Kevin Risden <kris...@apache.org>
Authored: Wed Sep 19 10:23:25 2018 -0400
Committer: Kevin Risden <kris...@apache.org>
Committed: Wed Sep 19 10:42:27 2018 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/2f7b787a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4794435..05fa871 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@ limitations under the License.
     <!-- Needed for JDK 10 javadoc for [LANG-1365] -->
     <commons-lang3.version>3.7</commons-lang3.version>
     <dropwizard-metrics3.version>3.1.2</dropwizard-metrics3.version>
-    <forbiddenapis.version>2.3</forbiddenapis.version>
+    <forbiddenapis.version>2.6</forbiddenapis.version>
     <!-- We support guava versions as old as 14.0.1 (the version used by Hive)
          but prefer more recent versions. -->
     <guava.version>14.0.1</guava.version>

Reply via email to