Skip to content

Commit

Permalink
Bump org.apache.velocity:velocity-engine-core from 2.3 to 2.4.1
Browse files Browse the repository at this point in the history
Bumps org.apache.velocity:velocity-engine-core from 2.3 to 2.4.1.

---
updated-dependencies:
- dependency-name: org.apache.velocity:velocity-engine-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rzo1 committed Dec 15, 2024
1 parent 1b16af8 commit 15f433b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/javamail-velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.3</version>
<version>2.4.1</version>
<scope>provided</scope>
</dependency>
<!-- 3rd party dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion tomee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.3</version>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
Expand Down

0 comments on commit 15f433b

Please sign in to comment.