This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 059e3c591 Fix dependabot alerts (#1214)
059e3c591 is described below

commit 059e3c5914db299348027d958504881770588f46
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Thu Aug 3 11:29:10 2023 +0200

    Fix dependabot alerts (#1214)
    
    (that are not applicable, but look ugly).
    
    These tests are NOT built, but are taken from real projects
    several years ago, and used in POM related UTs.
    
    Hence, for example update of velocity is completely okay,
    even if in "real life" it would not compile.
---
 .../test/projects/lifecycle-executor/project-with-inheritance/pom.xml | 2 +-
 .../src/test/projects/plugin-manager/project-with-inheritance/pom.xml | 2 +-
 maven-core/src/test/resources-project-builder/micromailer/pom.xml     | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml
 
b/maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml
index 5b51ce080..72144779a 100644
--- 
a/maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml
+++ 
b/maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml
@@ -58,7 +58,7 @@ under the License.
     <plexusInteractivityVersion>1.0-alpha-6</plexusInteractivityVersion>
     <plexusInterpolationVersion>1.1</plexusInterpolationVersion>
     <plexusPluginManagerVersion>1.0-alpha-1</plexusPluginManagerVersion>
-    <plexusUtilsVersion>1.5.8</plexusUtilsVersion>
+    <plexusUtilsVersion>3.0.16</plexusUtilsVersion>
     <plexusJetty6Version>1.6</plexusJetty6Version>
     <plexusWebdavVersion>1.0</plexusWebdavVersion>
     <wagonVersion>1.0-beta-4</wagonVersion>
diff --git 
a/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml 
b/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml
index 5b51ce080..72144779a 100644
--- 
a/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml
+++ 
b/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml
@@ -58,7 +58,7 @@ under the License.
     <plexusInteractivityVersion>1.0-alpha-6</plexusInteractivityVersion>
     <plexusInterpolationVersion>1.1</plexusInterpolationVersion>
     <plexusPluginManagerVersion>1.0-alpha-1</plexusPluginManagerVersion>
-    <plexusUtilsVersion>1.5.8</plexusUtilsVersion>
+    <plexusUtilsVersion>3.0.16</plexusUtilsVersion>
     <plexusJetty6Version>1.6</plexusJetty6Version>
     <plexusWebdavVersion>1.0</plexusWebdavVersion>
     <wagonVersion>1.0-beta-4</wagonVersion>
diff --git a/maven-core/src/test/resources-project-builder/micromailer/pom.xml 
b/maven-core/src/test/resources-project-builder/micromailer/pom.xml
index 75b362f51..545f47013 100644
--- a/maven-core/src/test/resources-project-builder/micromailer/pom.xml
+++ b/maven-core/src/test/resources-project-builder/micromailer/pom.xml
@@ -78,8 +78,8 @@
 
     <dependency>
       <groupId>org.apache.velocity</groupId>
-      <artifactId>velocity</artifactId>
-      <version>1.5</version>
+      <artifactId>velocity-engine-core</artifactId>
+      <version>2.3</version>
       <type>jar</type>
       <scope>compile</scope>
     </dependency>

Reply via email to