Merge branch 'pr-43'

This closes #43
diff --git a/pom.xml b/pom.xml
index 2de29ce..1f1925a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,7 @@
     <dependency>
       <groupId>org.apache.velocity</groupId>
       <artifactId>velocity-engine-core</artifactId>
-      <version>2.2</version>
+      <version>2.3</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1f54206..76bc72b 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,7 +44,7 @@
       <action type="update" dev="ggregory">Update commons-io:commons-io from 2.6 to 2.8 #13.</action>
       <action type="update" dev="ggregory">Update checkstyle from 8.34 to 8.41 #5 #27 #31 #35 #40.</action>
       <action type="update" dev="ggregory">Update actions/checkout from v2.3.1 to v2.3.4 #8, #16, #28.</action>
-      <action type="update" dev="ggregory">Update velocity-engine-core from 2.1 to 2.2 #4.</action>
+      <action type="update" dev="ggregory">Update velocity-engine-core from 2.1 to 2.3 #4 #43.</action>
       <action type="update" dev="ggregory">Update commons-codec from 1.14 to 1.15.</action>
       <action type="update" dev="ggregory">Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).</action>
       <action type="update" dev="ggregory">Update checkstyle from 8.35 to 8.36.1 #12 #14.</action>