Merge pull request #117 from apache/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.13.0

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index cc1a646..d2a46ee 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -39,7 +39,7 @@
         uses: actions/checkout@v4
 
       - name: Configura artifact caching
-        uses: actions/cache@v4.0.1
+        uses: actions/cache@v4.0.2
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}