diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 50e4b22..8503cb9 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- java: [8, 11, 17]
+ java: [11, 17, 21]
steps:
- uses: actions/checkout@v2
diff --git a/README.md b/README.md
index b559a69..37c8542 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,8 @@ Used in production at the National Library of Australia and British Library with
Installing
----------
-OutbackCDX requires [JDK 8 and 11](https://adoptopenjdk.net/) on x86-64 Linux, Windows or MacOS (other platforms would require a custom build of RocksDB JNI).
+OutbackCDX requires [JDK 11](https://adoptopenjdk.net/) (or newer) on Linux, Windows or MacOS (other platforms
+may be possible with a custom build of RocksDB JNI).
Pre-compiled jar packages are available from the [releases page](https://github.com/nla/outbackcdx/releases).
diff --git a/pom.xml b/pom.xml
index 2077e3d..c3fb915 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,22 +10,11 @@
UTF-8
- 1.8
- 1.8
+ 11
+ 11
+ 11
-
-
- release-8
-
- [9,)
-
-
- 8
-
-
-
-
${basedir}/src
${basedir}/test