You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ar...@apache.org on 2020/03/21 10:32:04 UTC

[drill] branch master updated: DRILL-7654: Add support for JDK 14

This is an automated email from the ASF dual-hosted git repository.

arina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new 54399dc  DRILL-7654: Add support for JDK 14
54399dc is described below

commit 54399dc268b46117174ea1af3e5f30aa72125674
Author: Volodymyr Vysotskyi <vv...@gmail.com>
AuthorDate: Fri Mar 20 23:59:56 2020 +0200

    DRILL-7654: Add support for JDK 14
---
 .github/workflows/ci.yml | 2 +-
 pom.xml                  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9becd45..67fe40e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
     strategy:
       matrix:
         # Java versions to run unit tests
-        java: [ '1.8', '11', '13' ]
+        java: [ '1.8', '11', '14' ]
     steps:
       - name: Checkout
         uses: actions/checkout@v2
diff --git a/pom.xml b/pom.xml
index a4e8ab1..bacd6bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,14 +86,14 @@
     <hbase.version>2.2.2</hbase.version>
     <fmpp.version>1.0</fmpp.version>
     <freemarker.version>2.3.28</freemarker.version>
-    <javassist.version>3.26.0-GA</javassist.version>
+    <javassist.version>3.27.0-GA</javassist.version>
     <msgpack.version>0.6.6</msgpack.version>
     <reflections.version>0.9.10</reflections.version>
     <avro.version>1.9.1</avro.version>
     <metrics.version>4.0.2</metrics.version>
     <jetty.version>9.3.25.v20180904</jetty.version>
     <jersey.version>2.25.1</jersey.version>
-    <asm.version>7.2</asm.version>
+    <asm.version>7.3.1</asm.version>
     <excludedGroups />
     <memoryMb>4096</memoryMb>
     <directMemoryMb>4096</directMemoryMb>
@@ -585,7 +585,7 @@
                   <version>[{$lowestMavenVersion},4)</version>
                 </requireMavenVersion>
                 <requireJavaVersion>
-                  <version>[1.8,14)</version>
+                  <version>[1.8,15)</version>
                 </requireJavaVersion>
               </rules>
             </configuration>