Merge pull request #57 from apache/dependabot/maven/junit.jupiter.version-5.10.2

Bump junit.jupiter.version from 5.7.1 to 5.10.2
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 0c1ae00..2ae3d40 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -39,11 +39,11 @@
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@v4
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v2
+      uses: github/codeql-action/init@v3
       with:
         languages: ${{ matrix.language }}
         # If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,4 +68,4 @@
         mvn clean install
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v2
+      uses: github/codeql-action/analyze@v3
diff --git a/.github/workflows/pull-request-build.yml b/.github/workflows/pull-request-build.yml
index 09c2f46..14db4b5 100644
--- a/.github/workflows/pull-request-build.yml
+++ b/.github/workflows/pull-request-build.yml
@@ -30,7 +30,7 @@
       pull-requests: read
     timeout-minutes: 130
     steps:
-      - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+      - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
       - name: Set up JDK 11
         uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
         with:
diff --git a/installers/pom.xml b/installers/pom.xml
index 76e35da..d29abc6 100644
--- a/installers/pom.xml
+++ b/installers/pom.xml
@@ -54,7 +54,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>exec-maven-plugin</artifactId>
-          <version>1.5.0</version>
+          <version>3.1.1</version>
         </plugin>
       </plugins>
     </pluginManagement>
diff --git a/pom.xml b/pom.xml
index c6dd7b7..800f479 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,7 +235,7 @@
             <dependency>
               <groupId>org.apache.ant</groupId>
               <artifactId>ant-apache-regexp</artifactId>
-              <version>1.7.1</version>
+              <version>1.10.14</version>
               <scope>compile</scope>
             </dependency>