diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b14431cd..06b1c216 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 f02664b2..4aa7b64d 100644 --- a/pom.xml +++ b/pom.xml @@ -87,6 +87,9 @@ + 11 + 11 + 3.10 org.mybatis.guice.* Guice @@ -131,7 +134,7 @@ jakarta.resource jakarta.resource-api - 2.0.0 + 2.1.0 provided @@ -312,19 +315,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