diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 25a4ea5..937ace6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,5 +11,5 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
- java-version: 1.8
+ java-version: 22
- run: ./mvnw clean install -B -V
diff --git a/pom.xml b/pom.xml
index dde2e50..7942848 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
UTF-8
- 1.8
+ 22
io.trino.hive.\$internal
@@ -53,6 +53,12 @@
+
+ javax.annotation
+ javax.annotation-api
+ 1.3.2
+
+
org.slf4j
@@ -664,7 +670,7 @@
org.apache.maven.plugins
maven-shade-plugin
- 3.2.4
+ 3.6.0
package