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 6b8c8b3038b9ab20c7b7837aaf441195b5361d2c Author: Thomas Wolf <[email protected]> AuthorDate: Wed Sep 17 22:30:19 2025 +0200 sshd-benchmarks: use Java 11 args4j 2.37 requires Java 11 anyway. --- sshd-benchmarks/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshd-benchmarks/pom.xml b/sshd-benchmarks/pom.xml index 04f0a4d51..a18069cf8 100644 --- a/sshd-benchmarks/pom.xml +++ b/sshd-benchmarks/pom.xml @@ -33,6 +33,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <jmh.version>1.37</jmh.version> <uberjar.name>benchmarks</uberjar.name> + <maven.compiler.release>11</maven.compiler.release> <maven.install.skip>true</maven.install.skip> <maven.deploy.skip>true</maven.deploy.skip> <japicmp.skip>true</japicmp.skip> @@ -113,7 +114,6 @@ <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> - <version>${testcontainers.version}</version> </dependency> <dependency> <groupId>com.github.mwiede</groupId>
