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 fhoeben committed Oct 26, 2024
1 parent 8702ece commit 76208f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ java {
dependencies {
implementation "org.htmlparser:htmlparser:2.1"
implementation "org.htmlparser:htmllexer:2.1"
implementation ("org.apache.velocity:velocity-engine-core:2.3") {
implementation ("org.apache.velocity:velocity-engine-core:2.4.1") {
exclude group:"org.apache.commons", module: "commons-lang3"
exclude group: 'org.slf4j', module: 'slf4j-api'
}
Expand Down

0 comments on commit 76208f0

Please sign in to comment.