This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
commit 328dd5e57944d48f3980321551d339770ae7f23c Author: Matthias Bünger <[email protected]> AuthorDate: Tue Nov 4 20:37:16 2025 +0100 Update compiler plugin --- src/it/projects/mini-jar-jdk11+/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/it/projects/mini-jar-jdk11+/pom.xml b/src/it/projects/mini-jar-jdk11+/pom.xml index a2c9a12..70d536d 100644 --- a/src/it/projects/mini-jar-jdk11+/pom.xml +++ b/src/it/projects/mini-jar-jdk11+/pom.xml @@ -51,7 +51,7 @@ under the License. <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.1</version> + <version>3.14.1</version> <configuration> <release>${java.specification.version}</release> </configuration>
