davidradl commented on code in PR #48:
URL:
https://github.com/apache/flink-connector-shared-utils/pull/48#discussion_r2622717798
##########
pom.xml:
##########
@@ -89,14 +88,35 @@ under the License.
It MUST be a space-separated list not containing any newlines,
of entries in the form
'[-]{2}add-[opens|exports]=<module>/<package>=ALL-UNNAMED'.-->
<surefire.module.config/>
+
+ <!-- Maven plugin versions -->
+ <apache-rat-plugin.version>0.13</apache-rat-plugin.version>
+ <checkstyle.version>10.18.2</checkstyle.version>
+ <cyclonedx-maven-plugin.version>2.9.1</cyclonedx-maven-plugin.version>
+ <directory-maven-plugin.version>0.1</directory-maven-plugin.version>
+ <exec-maven-plugin.version>3.5.1</exec-maven-plugin.version>
+ <google-java-format.version>1.24.0</google-java-format.version>
+ <japicmp-maven-plugin.version>0.18.5</japicmp-maven-plugin.version>
+
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
+ <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
+ <maven-eclipse-plugin.version>2.8</maven-eclipse-plugin.version>
+ <maven-enforcer-plugin.version>3.1.0</maven-enforcer-plugin.version>
+ <maven-gpg-plugin.version>1.4</maven-gpg-plugin.version>
+ <maven-jar-plugin.version>2.4</maven-jar-plugin.version>
+ <maven-javadoc-plugin.version>3.8.0</maven-javadoc-plugin.version>
+ <maven-release-plugin.version>2.1</maven-release-plugin.version>
+ <maven-shade-plugin.version>3.5.3</maven-shade-plugin.version>
Review Comment:
this is now
[3.6.1](https://github.com/apache/flink/blob/5954b5b579c6d4bad779d20b152eb6147b098ac6/pom.xml#L2326)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]