From 4d330b242f1c61ff2165070e50da158e3155c943 Mon Sep 17 00:00:00 2001 From: Ismail Simsek <6005685+ismailsimsek@users.noreply.github.com> Date: Tue, 2 Aug 2022 15:38:10 +0200 Subject: [PATCH] Upgrade java build to 11, quarkus and jackson versions --- .github/workflows/build.yml | 7 ++++--- debezium-server-iceberg-sink/pom.xml | 10 +++++----- pom.xml | 27 ++++++++++++++++----------- 3 files changed, 25 insertions(+), 19 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2fd3cc0..3d093e66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,9 +27,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 1.11 - uses: actions/setup-java@v1 + - name: Set up JDK + uses: actions/setup-java@v3 with: - java-version: 1.11 + distribution: 'temurin' + java-version: 11 - name: Build with Maven run: mvn -B package --file pom.xml diff --git a/debezium-server-iceberg-sink/pom.xml b/debezium-server-iceberg-sink/pom.xml index 7a6e2f04..fa6f5e22 100644 --- a/debezium-server-iceberg-sink/pom.xml +++ b/debezium-server-iceberg-sink/pom.xml @@ -50,7 +50,7 @@ org.apache.iceberg - iceberg-spark-runtime-3.2_2.12 + iceberg-spark-runtime-3.2_2.13 ${version.iceberg} @@ -115,7 +115,7 @@ org.apache.spark - spark-core_2.12 + spark-core_2.13 ${version.spark} test @@ -135,7 +135,7 @@ org.apache.spark - spark-sql_2.12 + spark-sql_2.13 ${version.spark} test @@ -247,7 +247,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M5 + 3.0.0-M6 org.jboss.logmanager.LogManager @@ -259,7 +259,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.0.0-M5 + 3.0.0-M6 integration-test diff --git a/pom.xml b/pom.xml index e6bbf917..2f9be467 100644 --- a/pom.xml +++ b/pom.xml @@ -24,24 +24,24 @@ UTF-8 11 11 - 8 + 11 true - 3.0.9 + 3.0.12 3.3.0 - 2.12.6 + 2.13.3 0.14.0 - 3.2.1 - 3.3.1 - 2.17.120 - 1.12.2 - 1.17.1 - 3.1.0 + 3.2.2 + 3.3.3 + 2.17.243 + 1.12.3 + 1.17.3 + 3.2.0 1.9.5.Final 8.0.28 - 2.8.2.Final + 2.11.2.Final 4.8 @@ -132,7 +132,12 @@ 4.9.2 test - + + com.squareup.okio + okio + 3.2.0 + test +