From cb6351c8e8edadfd1db0c412aa9b0b9680694e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:04:13 +0200 Subject: [PATCH] [ARCHETYPE-686] Bump org.apache.velocity:velocity-engine-core from 2.4 to 2.4.1 (#236) * Bump org.apache.velocity:velocity-engine-core from 2.4 to 2.4.1 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] * Move commons-lang3 to dependencyManagement --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski --- maven-archetype-plugin/pom.xml | 1 - pom.xml | 7 ++++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/maven-archetype-plugin/pom.xml b/maven-archetype-plugin/pom.xml index 133c9970..ffb91897 100644 --- a/maven-archetype-plugin/pom.xml +++ b/maven-archetype-plugin/pom.xml @@ -126,7 +126,6 @@ org.apache.commons commons-lang3 - 3.17.0 org.apache.velocity diff --git a/pom.xml b/pom.xml index 14820436..f44af7ff 100644 --- a/pom.xml +++ b/pom.xml @@ -179,13 +179,18 @@ org.apache.velocity velocity-engine-core - 2.4 + 2.4.1 commons-collections commons-collections 3.2.2 + + org.apache.commons + commons-lang3 + 3.17.0 + junit junit