slawekjaranowski commented on code in PR #47: URL: https://github.com/apache/maven-deploy-plugin/pull/47#discussion_r1450117900
########## pom.xml: ########## @@ -69,23 +69,23 @@ under the License. <properties> <javaVersion>8</javaVersion> - <mavenVersion>3.2.5</mavenVersion> + <mavenVersion>3.9.6</mavenVersion> <!-- Keep in sync with resolver used in maven above --> - <slf4jVersion>1.7.5</slf4jVersion> + <slf4jVersion>1.7.36</slf4jVersion> <!-- Keep in sync with resolver used in maven above --> - <resolverVersion>1.0.0.v20140518</resolverVersion> + <resolverVersion>1.9.18</resolverVersion> <!-- plugins version used in IT tests --> <mavenAntrunPluginVersion>3.1.0</mavenAntrunPluginVersion> - <mavenCompilerPluginVersion>3.10.1</mavenCompilerPluginVersion> - <mavenEnforcerPluginVersion>3.1.0</mavenEnforcerPluginVersion> - <mavenInstallPluginVersion>3.1.0</mavenInstallPluginVersion> + <mavenCompilerPluginVersion>3.12.1</mavenCompilerPluginVersion> Review Comment: We can use version from parent, we have properties like: `version.maven-compiler-plugin` It will be less maintenance -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org