Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and isidore committed Oct 21, 2024
1 parent eb66008 commit a193513
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion approvaltests-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>

<version>2.4</version>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>net.jqwik</groupId>
Expand Down
2 changes: 1 addition & 1 deletion approvaltests-util-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.4</version>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>quartz</groupId>
Expand Down
2 changes: 1 addition & 1 deletion approvaltests-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.4</version>
<version>2.4.1</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion approvaltests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.4</version>
<version>2.4.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit a193513

Please sign in to comment.