This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-archetype.git
The following commit(s) were added to refs/heads/master by this push: new cb6351c8 [ARCHETYPE-686] Bump org.apache.velocity:velocity-engine-core from 2.4 to 2.4.1 (#236) cb6351c8 is described below commit cb6351c8e8edadfd1db0c412aa9b0b9680694e09 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Oct 23 08:04:13 2024 +0200 [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] <supp...@github.com> * Move commons-lang3 to dependencyManagement --------- Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski <s.jaranow...@gmail.com> --- 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 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.17.0</version> </dependency> <dependency> <groupId>org.apache.velocity</groupId> diff --git a/pom.xml b/pom.xml index 14820436..f44af7ff 100644 --- a/pom.xml +++ b/pom.xml @@ -179,13 +179,18 @@ <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity-engine-core</artifactId> - <version>2.4</version> + <version>2.4.1</version> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>3.2.2</version> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.17.0</version> + </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId>