This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch dev_3.0 in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit a8d7ebe2a4bc69644db4e0e6a7d72ab9cc9efdbc Merge: 1352b75b7 e82a9d378 Author: Thomas Wolf <[email protected]> AuthorDate: Tue Nov 25 10:48:39 2025 +0100 Merge branch 'master' into 3.0.0 .gitattributes | 2 + .mvn/wrapper/maven-wrapper.properties | 3 + assembly/src/main/descriptors/unix-src.xml | 4 +- assembly/src/main/descriptors/windows-src.xml | 4 +- mvnw | 295 ++++++++++++++++++++++++++ mvnw.cmd | 189 +++++++++++++++++ pom.xml | 4 +- 7 files changed, 497 insertions(+), 4 deletions(-) diff --cc .mvn/wrapper/maven-wrapper.properties index 000000000,7d4795203..c0bcafe98 mode 000000,100644..100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@@ -1,0 -1,3 +1,3 @@@ + wrapperVersion=3.3.4 + distributionType=only-script -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip ++distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip diff --cc pom.xml index 146ffcea8,1a38b4773..9a48d2c19 --- a/pom.xml +++ b/pom.xml @@@ -262,18 -263,18 +262,18 @@@ <showWarnings>true</showWarnings> </configuration> <dependencies> - <dependency> - <groupId>org.codehaus.plexus</groupId> + <dependency> + <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-compiler-javac-errorprone</artifactId> - <version>2.15.0</version> - </dependency> - <!-- override plexus-compiler-javac-errorprone's dependency on Error Prone with the latest version --> - <dependency> + <version>2.15.0</version> + </dependency> + <!-- override plexus-compiler-javac-errorprone's dependency on Error Prone with the latest version --> + <dependency> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_core</artifactId> - <version>2.42.0</version> - <version>2.43.0</version> ++ <version>2.43.0</version> </dependency> - </dependencies> + </dependencies> </plugin> </plugins> </build>
