diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index df0fd833e14..a55db147cfc 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -17,9 +17,6 @@ name: Java CI
on: [push, pull_request]
-permissions:
- contents: read
-
jobs:
build:
@@ -43,15 +40,15 @@ jobs:
fail-fast: false
steps:
- - uses: actions/checkout@v3
- - uses: actions/cache@v3.0.8
+ - uses: actions/checkout@v2.3.5
+ - uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
diff --git a/pom.xml b/pom.xml
index 0de68fc7cd3..cd78aa3dff0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -337,7 +337,7 @@ file comparators, endian transformation classes, and much more.
${commons.javadoc8.java.link}
3.4.1
3.2.0
- 9.3
+ 10.3.3
0.8.8
3.0.0-M7
0.15.7