From 936409939d6fb612fbcd90004b61ff0edff081d0 Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Thu, 26 Feb 2026 13:13:55 -0500 Subject: [PATCH 1/3] Update chicory to 1.7.2 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5467a85..94566f6 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ all,-missing clean verify -DskipTests - 1.5.1 + 1.7.2 @@ -51,7 +51,7 @@ com.dylibso.chicory bom - 1.5.1 + ${dep.chicory.version} pom import From 6f6021780626277e17b4cd4845813c6506d36d1c Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Thu, 26 Feb 2026 13:17:01 -0500 Subject: [PATCH 2/3] Update WASM dependencies in the docker image --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index cd282a6..ca9d131 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,13 +7,13 @@ EOF ARG TARGETARCH -ENV WASI_SDK_VERSION=24 +ENV WASI_SDK_VERSION=30 ENV WASI_SDK_PATH=/opt/wasi-sdk ENV WASI_SDK_SYSROOT=${WASI_SDK_PATH}/share/wasi-sysroot ENV WASI_SDK_LIBDIR=${WASI_SDK_SYSROOT}/lib/wasm32-wasi -ENV WASMTIME_VERSION=26.0.0 -ENV WIZER_VERSION=7.0.5 -ENV WASI_VFS_VERSION=0.5.4 +ENV WASMTIME_VERSION=42.0.1 +ENV WIZER_VERSION=10.0.0 +ENV WASI_VFS_VERSION=0.6.2 ENV PYTHON_PATH=/opt/wasi-python ENV PYTHON_PYLIB=${PYTHON_PATH}/lib/python3.13 ENV PYTHON_SITE=${PYTHON_PYLIB}/site-packages @@ -50,7 +50,7 @@ EOF RUN < Date: Thu, 26 Feb 2026 13:29:11 -0500 Subject: [PATCH 3/3] Update to latest airbase and JDK 25 --- .github/workflows/ci.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de60ded..cbc038e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/setup-java@v4 with: distribution: temurin - java-version: 21 + java-version: 25 - run: ./build-image.sh - run: ./mvnw dependency:go-offline -B -V - run: ./mvnw install -B diff --git a/pom.xml b/pom.xml index 94566f6..c945bfb 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.airlift airbase - 294 + 356 io.trino @@ -35,7 +35,7 @@ - 21 + 25 3.8.8 true true