Merge pull request #66 from apache/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.11.0

TENTACLES-16: Bump maven-compiler-plugin from 3.10.1 to 3.11.0
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 243f518..595fa3d 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -39,7 +39,7 @@
         uses: actions/checkout@v3
 
       - name: Configura artifact caching
-        uses: actions/cache@v3.2.5
+        uses: actions/cache@v3.2.6
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/pom.xml b/pom.xml
index c7b3870..1270b76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <javaVersion>1.8</javaVersion>
     <httpClientVersion>4.5.14</httpClientVersion>
-    <loggerVersion>2.19.0</loggerVersion>
+    <loggerVersion>2.20.0</loggerVersion>
     <apacheRatVersion>0.15</apacheRatVersion>
     <project.build.outputTimestamp>1</project.build.outputTimestamp>
   </properties>