Skip to content

Commit

Permalink
Update velocity to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor committed Sep 27, 2023
1 parent c1c15d9 commit 218a329
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,12 @@
</dependency>

<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.7</version>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.3</version>
</dependency>


<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
Expand Down

0 comments on commit 218a329

Please sign in to comment.