Merge pull request #72 from apache/dependabot/maven/org.codehaus.mojo-extra-enforcer-rules-1.6.2

TENTACLES-16: Bump extra-enforcer-rules from 1.6.1 to 1.6.2
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index dc8e0a9..dad7da8 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -47,7 +47,7 @@
             ${{ runner.os }}-maven-
 
       - name: Set up JDK
-        uses: actions/setup-java@v3.10.0
+        uses: actions/setup-java@v3.11.0
         with:
           distribution: adopt
           java-version: ${{ matrix.java }}
diff --git a/pom.xml b/pom.xml
index d8db8af..367a74a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
-        <version>1.22</version>
+        <version>1.23</version>
         <executions>
           <execution>
             <!-- This checks the source code of our project -->