You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by sn...@apache.org on 2023/03/15 12:46:56 UTC

[calcite-avatica] branch main updated: [CALCITE-5567] Update mockito from 4.4.0 to 4.11.0 and enable jdk19

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

snuyanzin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git


The following commit(s) were added to refs/heads/main by this push:
     new 92edd93e1 [CALCITE-5567] Update mockito from 4.4.0 to 4.11.0 and enable jdk19
92edd93e1 is described below

commit 92edd93e1977575f1fa3ceb11f03371b959c6660
Author: Sergey Nuyanzin <sn...@gmail.com>
AuthorDate: Tue Mar 14 15:55:25 2023 +0100

    [CALCITE-5567] Update mockito from 4.4.0 to 4.11.0 and enable jdk19
---
 .github/workflows/main.yml | 14 +++++++-------
 gradle.properties          |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 37651f091..a2670a8d6 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -172,14 +172,14 @@ jobs:
       run: |
         ./gradlew --no-parallel --no-daemon build javadoc
 
-  linux-jdk18:
-    name: 'Linux (JDK 18)'
+  linux-jdk19:
+    name: 'Linux (JDK 19)'
     runs-on: ubuntu-latest
     steps:
-      - name: 'Set up JDK 18'
+      - name: 'Set up JDK 19'
         uses: actions/setup-java@v2
         with:
-          java-version: 18
+          java-version: 19
           distribution: 'zulu'
       - uses: actions/checkout@v3
         with:
@@ -189,16 +189,16 @@ jobs:
           ./gradlew --no-parallel --no-daemon build
 
   mac:
-    name: 'macOS (JDK 18)'
+    name: 'macOS (JDK 19)'
     runs-on: macos-latest
     steps:
     - uses: actions/checkout@v3
       with:
         fetch-depth: 50
-    - name: 'Set up JDK 18'
+    - name: 'Set up JDK 19'
       uses: actions/setup-java@v2
       with:
-        java-version: 18
+        java-version: 19
         distribution: 'zulu'
     - name: 'Test'
       run: |
diff --git a/gradle.properties b/gradle.properties
index 1ee053f07..c8d00e605 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -71,7 +71,7 @@ jetty.version=9.4.44.v20210927
 junit.version=4.12
 kerby.version=1.1.1
 log4j2.version=2.17.1
-mockito.version=4.4.0
+mockito.version=4.11.0
 protobuf.version=3.21.9
 scott-data-hsqldb.version=0.1
 servlet.version=4.0.1