diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 240ea17..e3c66e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,8 +34,9 @@ jobs: with: distribution: 'zulu' java-version: ${{ matrix.java }} + cache: maven - name: Compile with Maven - run: mvn --batch-mode clean verify + run: mvn -e --batch-mode clean verify - name: Run Codecov uses: codecov/codecov-action@v4 with: diff --git a/pom.xml b/pom.xml index c6ad6ae..41bc453 100644 --- a/pom.xml +++ b/pom.xml @@ -63,19 +63,19 @@ org.jetbrains.kotlin kotlin-test-junit5 - 2.0.0 + 1.9.24 test org.junit.jupiter junit-jupiter-api - 5.10.2 + 5.7.0 test - org.junit.platform - junit-platform-launcher - 1.10.2 + org.junit.jupiter + junit-jupiter-engine + 5.7.0 test