Skip to content

Commit

Permalink
updated Spring Boot and Velocity dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Jan 7, 2025
1 parent 7a92ead commit 982e790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</parent>

<organization>
Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.4</version>
<version>2.4.1</version>
</dependency>

<!-- SPRING BOOT -->
Expand Down

0 comments on commit 982e790

Please sign in to comment.