[Git][java-team/wagon][upstream] New upstream version 3.5.3

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Mon Jan 2 13:45:43 GMT 2023



Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / wagon


Commits:
7590b455 by Emmanuel Bourg at 2023-01-02T14:40:17+01:00
New upstream version 3.5.3
- - - - -


18 changed files:

- README.md
- pom.xml
- wagon-provider-api/pom.xml
- wagon-provider-test/pom.xml
- wagon-providers/pom.xml
- wagon-providers/wagon-file/pom.xml
- wagon-providers/wagon-ftp/pom.xml
- wagon-providers/wagon-http-lightweight/pom.xml
- wagon-providers/wagon-http-shared/pom.xml
- wagon-providers/wagon-http/pom.xml
- wagon-providers/wagon-scm/pom.xml
- wagon-providers/wagon-ssh-common-test/pom.xml
- wagon-providers/wagon-ssh-common/pom.xml
- wagon-providers/wagon-ssh-external/pom.xml
- wagon-providers/wagon-ssh/pom.xml
- wagon-providers/wagon-webdav-jackrabbit/pom.xml
- wagon-tcks/pom.xml
- wagon-tcks/wagon-tck-http/pom.xml


Changes:

=====================================
README.md
=====================================
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Wagon](https://maven.apache.org/wagon/)
 [![ASF Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-WAGON.json)][jira]
 [![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.wagon/wagon.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.wagon/wagon)
-[![Reproducible Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central#org.apache.maven.wagon:wagon)
+[![Reproducible Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/wagon/wagon/README.md)
 [![Jenkins Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-wagon/job/master.svg)][build]
 [![Jenkins tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-wagon/job/master.svg)][test-results]
 


=====================================
pom.xml
=====================================
@@ -28,7 +28,7 @@ under the License.
 
   <groupId>org.apache.maven.wagon</groupId>
   <artifactId>wagon</artifactId>
-  <version>3.5.2</version>
+  <version>3.5.3</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven Wagon</name>
@@ -38,10 +38,10 @@ under the License.
 
   <properties>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
-    <slf4jVersion>1.7.32</slf4jVersion>
+    <slf4jVersion>1.7.36</slf4jVersion>
     <maven.site.path>wagon-archives/wagon-LATEST</maven.site.path>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2022-06-23T20:45:30Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-12-18T20:57:41Z</project.build.outputTimestamp>
   </properties>
 
   <contributors>
@@ -199,7 +199,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-wagon.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-wagon.git</developerConnection>
     <url>https://github.com/apache/maven-wagon/tree/${project.scm.tag}</url>
-    <tag>wagon-3.5.2</tag>
+    <tag>wagon-3.5.3</tag>
   </scm>
 
   <issueManagement>
@@ -208,7 +208,7 @@ under the License.
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-wagon/</url>
+    <url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-wagon/</url>
   </ciManagement>
 
   <distributionManagement>
@@ -279,7 +279,7 @@ under the License.
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.3.0</version>
+        <version>3.3.1</version>
       </dependency>
 
       <!-- for slf4j -->
@@ -315,7 +315,7 @@ under the License.
       <dependency>
         <groupId>org.eclipse.jetty.aggregate</groupId>
         <artifactId>jetty-all</artifactId>
-        <version>9.2.24.v20180105</version>
+        <version>9.2.30.v20200428</version>
       </dependency>
       <dependency>
         <groupId>javax.servlet</groupId>


=====================================
wagon-provider-api/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.wagon</groupId>
     <artifactId>wagon</artifactId>
-    <version>3.5.2</version>
+    <version>3.5.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 


=====================================
wagon-provider-test/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.wagon</groupId>
     <artifactId>wagon</artifactId>
-    <version>3.5.2</version>
+    <version>3.5.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 


=====================================
wagon-providers/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.wagon</groupId>
     <artifactId>wagon</artifactId>
-    <version>3.5.2</version>
+    <version>3.5.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -50,18 +50,19 @@ under the License.
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.5.13</version>
+        <version>4.5.14</version>
       </dependency>
       <!-- Overwrite transitive dependency version of HttpClient -->
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
         <version>1.15</version>
+        <scope>runtime</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore</artifactId>
-        <version>4.4.15</version>
+        <version>4.4.16</version>
       </dependency>
       <dependency>
         <groupId>org.apache.sshd</groupId>


=====================================
wagon-providers/wagon-file/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.wagon</groupId>
     <artifactId>wagon-providers</artifactId>
-    <version>3.5.2</version>
+    <version>3.5.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 


=====================================
wagon-providers/wagon-ftp/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.wagon</groupId>
     <artifactId>wagon-providers</artifactId>
-    <version>3.5.2</version>
+    <version>3.5.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 


=====================================
wagon-providers/wagon-http-lightweight/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.wagon</groupId>
     <artifactId>wagon-providers</artifactId>
-    <version>3.5.2</version>
+    <version>3.5.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -51,10 +51,6 @@ under the License.
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
     </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>


=====================================
wagon-providers/wagon-http-shared/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.wagon</groupId>
     <artifactId>wagon-providers</artifactId>
-    <version>3.5.2</version>
+    <version>3.5.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -49,8 +49,8 @@ under the License.
       <artifactId>httpcore</artifactId>
     </dependency>
     <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>


=====================================
wagon-providers/wagon-http/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.wagon</groupId>
     <artifactId>wagon-providers</artifactId>
-    <version>3.5.2</version>
+    <version>3.5.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -50,10 +50,6 @@ under the License.
         </exclusion>
       </exclusions>
     </dependency>
-    <dependency>
-      <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>httpcore</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
@@ -68,10 +64,6 @@ under the License.
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>


=====================================
wagon-providers/wagon-scm/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.wagon</groupId>
     <artifactId>wagon-providers</artifactId>
-    <version>3.5.2</version>
+    <version>3.5.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 


=====================================
wagon-providers/wagon-ssh-common-test/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.wagon</groupId>
     <artifactId>wagon-providers</artifactId>
-    <version>3.5.2</version>
+    <version>3.5.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 


=====================================
wagon-providers/wagon-ssh-common/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.wagon</groupId>
     <artifactId>wagon-providers</artifactId>
-    <version>3.5.2</version>
+    <version>3.5.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 


=====================================
wagon-providers/wagon-ssh-external/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.wagon</groupId>
     <artifactId>wagon-providers</artifactId>
-    <version>3.5.2</version>
+    <version>3.5.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 


=====================================
wagon-providers/wagon-ssh/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.wagon</groupId>
     <artifactId>wagon-providers</artifactId>
-    <version>3.5.2</version>
+    <version>3.5.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 


=====================================
wagon-providers/wagon-webdav-jackrabbit/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.wagon</groupId>
     <artifactId>wagon-providers</artifactId>
-    <version>3.5.2</version>
+    <version>3.5.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -81,11 +81,6 @@ under the License.
       <scope>runtime</scope>
     </dependency>
 
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-    </dependency>
-
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>


=====================================
wagon-tcks/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.wagon</groupId>
     <artifactId>wagon</artifactId>
-    <version>3.5.2</version>
+    <version>3.5.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 


=====================================
wagon-tcks/wagon-tck-http/pom.xml
=====================================
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.wagon</groupId>
     <artifactId>wagon-tcks</artifactId>
-    <version>3.5.2</version>
+    <version>3.5.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 



View it on GitLab: https://salsa.debian.org/java-team/wagon/-/commit/7590b455b2cc6484ab8779deaf194dc3431b60e4

-- 
View it on GitLab: https://salsa.debian.org/java-team/wagon/-/commit/7590b455b2cc6484ab8779deaf194dc3431b60e4
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20230102/483d3847/attachment.htm>


More information about the pkg-java-commits mailing list