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

michaelo pushed a commit to branch MPLUGIN-497
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git

commit cd25020118b076fa2a24feb6ca46fd8a810e245e
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Mon Dec 25 18:25:51 2023 +0100

    [MPLUGIN-497] Upgrade plugins and components (in ITs)
    
    This closes #247
---
 maven-script/maven-script-ant/pom.xml | 2 +-
 pom.xml                               | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/maven-script/maven-script-ant/pom.xml 
b/maven-script/maven-script-ant/pom.xml
index 05c26b4c..a592f354 100644
--- a/maven-script/maven-script-ant/pom.xml
+++ b/maven-script/maven-script-ant/pom.xml
@@ -61,7 +61,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-ant-factory</artifactId>
-      <version>1.0-alpha-2.1</version>
+      <version>1.0-alpha-5</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>
diff --git a/pom.xml b/pom.xml
index 2343a0c3..e1e7555d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,7 +225,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-archiver</artifactId>
-        <version>4.8.0</version>
+        <version>4.9.1</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
@@ -259,7 +259,7 @@
       <dependency>
         <groupId>org.jsoup</groupId>
         <artifactId>jsoup</artifactId>
-        <version>1.16.2</version>
+        <version>1.17.1</version>
       </dependency>
       <dependency>
         <groupId>org.ow2.asm</groupId>
@@ -304,14 +304,14 @@
       <dependency>
         <groupId>org.junit</groupId>
         <artifactId>junit-bom</artifactId>
-        <version>5.10.0</version>
+        <version>5.10.1</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-testing</artifactId>
-        <version>1.2.0</version>
+        <version>1.3.0</version>
         <scope>test</scope>
       </dependency>
     </dependencies>

Reply via email to