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-remote-resources-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 7a40047 [MRRESOURCES-148] Bump org.apache.velocity:velocity-engine-core from 2.3 to 2.4.1 (#66) 7a40047 is described below commit 7a40047813a7cfde0a1bfeedff66bdc76f7ea430 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Dec 17 09:21:23 2024 +0100 [MRRESOURCES-148] Bump org.apache.velocity:velocity-engine-core from 2.3 to 2.4.1 (#66) * Bump org.apache.velocity:velocity-engine-core from 2.3 to 2.4.1 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] <supp...@github.com> * The newer version of commons-lang3 is required --------- 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> --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5c8eae3..7fd1264 100644 --- a/pom.xml +++ b/pom.xml @@ -74,6 +74,17 @@ under the License. <mavenFilteringVersion>3.4.0</mavenFilteringVersion> </properties> + <dependencyManagement> + <!-- manage transitive dependencies --> + <dependencies> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.17.0</version> + </dependency> + </dependencies> + </dependencyManagement> + <dependencies> <!-- maven core --> <dependency> @@ -165,7 +176,7 @@ under the License. <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity-engine-core</artifactId> - <version>2.3</version> + <version>2.4.1</version> </dependency> <dependency> <groupId>javax.inject</groupId>