Merge pull request #109 from apache/dependabot/github_actions/actions/setup-java-4.1.0

Bump actions/setup-java from 4.0.0 to 4.1.0
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ce4b390..c424c65 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.0
+        uses: actions/cache@v4.0.1
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}