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 diff --git a/pom.xml b/pom.xml index b5778bc6cb8..64345921997 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 @@ -316,7 +316,7 @@ com.microsoft.sqlserver mssql-jdbc - 11.2.0.jre8 + 12.4.2.jre8 provided