Updating Apache parent version to 24
diff --git a/pom.xml b/pom.xml
index 9ea5bab..840d280 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>23</version>
+        <version>24</version>
     </parent>
 
     <properties>
@@ -108,6 +108,7 @@
         <targetJdk>11</targetJdk>
         <buildtools.dir>${basedir}/build-tools</buildtools.dir>
         <maven-owasp-plugin-version>6.1.2</maven-owasp-plugin-version>
+        <project.build.outputTimestamp>1</project.build.outputTimestamp>
     </properties>
 
     <modules>