From 33bd434362b50ade0705cebbff74504ce214e6e4 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 9 Nov 2023 21:50:58 -0500 Subject: [PATCH 1/3] [GHA] Drop jdk 11 from matrix - still supports 8 (tests / build does not) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c8922c313cb..46549fbfb88 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - java: [11, 17, 21, 22-ea] + java: [17, 21, 22-ea] distribution: ['temurin'] fail-fast: false max-parallel: 4 From 159c2bf01306bce85371fe73c331be9e5b8fe1ad Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 9 Nov 2023 21:51:32 -0500 Subject: [PATCH 2/3] [pom] Bump derby to 10.16.1.1 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b5778bc6cb8..af1d301f451 100644 --- a/pom.xml +++ b/pom.xml @@ -224,19 +224,19 @@ org.apache.derby derby - 10.15.2.0 + 10.16.1.1 test org.apache.derby derbyshared - 10.15.2.0 + 10.16.1.1 test org.apache.derby derbyoptionaltools - 10.15.2.0 + 10.16.1.1 test From f2297901518acd44b9e90b57f73cca048252fa82 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 9 Nov 2023 21:56:04 -0500 Subject: [PATCH 3/3] [pom] Bump mssql jdbc to 12.4.2.jre8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index af1d301f451..64345921997 100644 --- a/pom.xml +++ b/pom.xml @@ -316,7 +316,7 @@ com.microsoft.sqlserver mssql-jdbc - 11.2.0.jre8 + 12.4.2.jre8 provided