From 7c4b467e67b482fc709648b283e7ed2d3b50d042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 06:24:42 +0000 Subject: [PATCH] Bump org.apache.maven.plugins:maven-plugins from 42 to 43 Bumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 42 to 43. - [Release notes](https://github.com/apache/maven-parent/releases) - [Commits](https://github.com/apache/maven-parent/commits) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-plugins dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 19 ++++++++++++------ src/config/checkstyle-suppressions.xml | 27 ++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 6 deletions(-) create mode 100644 src/config/checkstyle-suppressions.xml diff --git a/pom.xml b/pom.xml index 454b6ffe..8eb88c29 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.maven.plugins maven-plugins - 42 + 43 @@ -118,8 +118,7 @@ under the License. 1.4.1 1.2.0 - 3.0.1 - 9.4.53.v20231009 + 9.4.55.v20240627 3.11.0 3.3.0 @@ -207,7 +206,7 @@ under the License. org.apache.maven maven-archiver - 3.6.1 + 3.6.2 org.apache.maven.shared @@ -303,13 +302,14 @@ under the License. org.codehaus.plexus plexus-archiver - 4.9.1 + 4.10.0 + commons-io commons-io 2.16.1 - test + runtime org.codehaus.plexus @@ -436,6 +436,13 @@ under the License. + + org.apache.maven.plugins + maven-checkstyle-plugin + + src/config/checkstyle-suppressions.xml + + org.apache.maven.plugins maven-javadoc-plugin diff --git a/src/config/checkstyle-suppressions.xml b/src/config/checkstyle-suppressions.xml new file mode 100644 index 00000000..5474ff4b --- /dev/null +++ b/src/config/checkstyle-suppressions.xml @@ -0,0 +1,27 @@ + + + + + + + +