Skip to content

Commit 58d3d56

Browse files
committed
update dependencies
1 parent 98d01e9 commit 58d3d56

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

pom.xml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,27 +50,30 @@
5050
<dependency>
5151
<groupId>commons-io</groupId>
5252
<artifactId>commons-io</artifactId>
53-
<version>2.7</version>
53+
<version>2.14.0</version>
5454
</dependency>
55+
<!-- https://mvnrepository.com/artifact/org.apache.velocity/velocity-engine-core -->
5556
<dependency>
5657
<groupId>org.apache.velocity</groupId>
57-
<artifactId>velocity</artifactId>
58-
<version>1.7</version>
58+
<artifactId>velocity-engine-core</artifactId>
59+
<version>2.4.1</version>
5960
</dependency>
61+
<!-- https://mvnrepository.com/artifact/org.apache.velocity.tools/velocity-tools-generic -->
6062
<dependency>
61-
<groupId>org.apache.velocity</groupId>
62-
<artifactId>velocity-tools</artifactId>
63-
<version>2.0</version>
63+
<groupId>org.apache.velocity.tools</groupId>
64+
<artifactId>velocity-tools-generic</artifactId>
65+
<version>3.1</version>
6466
</dependency>
67+
6568
<dependency>
6669
<groupId>org.dominokit</groupId>
6770
<artifactId>domino-jackson</artifactId>
68-
<version>1.0.0-RC6</version>
71+
<version>1.0.5</version>
6972
</dependency>
7073
<dependency>
7174
<groupId>org.dominokit</groupId>
7275
<artifactId>domino-jackson-processor</artifactId>
73-
<version>1.0.0-RC6</version>
76+
<version>1.0.5</version>
7477
<scope>provided</scope>
7578
</dependency>
7679
<dependency>

0 commit comments

Comments
 (0)