Skip to content

Commit b367d17

Browse files
committed
R!! Upgrading to velocity.engine.core 2.3
1 parent fff34eb commit b367d17

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

approvaltests-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<groupId>org.apache.velocity</groupId>
8282
<artifactId>velocity-engine-core</artifactId>
8383

84-
<version>2.0</version>
84+
<version>2.3</version>
8585
</dependency>
8686

8787
<dependency>

approvaltests-util-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.apache.velocity</groupId>
3535
<artifactId>velocity-engine-core</artifactId>
36-
<version>2.0</version>
36+
<version>2.3</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.sun.mail</groupId>

approvaltests-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.apache.velocity</groupId>
2929
<artifactId>velocity-engine-core</artifactId>
30-
<version>2.0</version>
30+
<version>2.3</version>
3131
<optional>true</optional>
3232
</dependency>
3333
<dependency>

approvaltests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.apache.velocity</groupId>
7171
<artifactId>velocity-engine-core</artifactId>
72-
<version>2.0</version>
72+
<version>2.3</version>
7373
<scope>compile</scope>
7474
<optional>true</optional>
7575
</dependency>

0 commit comments

Comments
 (0)