From a396ca7937dd4e5420159e7bf7df23dc805a32c0 Mon Sep 17 00:00:00 2001 From: Olyutorskii Date: Mon, 10 Oct 2022 14:12:10 +0900 Subject: [PATCH] bump maven plugins --- .gitignore | 14 ++++++++++++-- pom.xml | 34 +++++++++++++++++----------------- 2 files changed, 29 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 3bf3b09..c659fa3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ -##### Git ignore pattern https://git-scm.com/docs/gitignore +##### Git ignore pattern +## See https://git-scm.com/docs/gitignore +## See https://docs.github.com/en/free-pro-team@latest/github/using-git/ignoring-files +## See https://github.com/github/gitignore +## See https://www.toptal.com/developers/gitignore ### Unix @@ -20,7 +24,8 @@ __MACOSX ### Windows Thumbs.db -desktop.ini +[Dd]esktop.ini +*.lnk ### JDK @@ -64,4 +69,9 @@ hs_err_pid* *.ipr +### Visual Studio Code + +/.vscode/ + + ### EOF ### diff --git a/pom.xml b/pom.xml index 2676f4c..2b5eef0 100644 --- a/pom.xml +++ b/pom.xml @@ -146,49 +146,49 @@ org.apache.maven.plugins maven-clean-plugin - 3.1.0 + 3.2.0 org.apache.maven.plugins maven-enforcer-plugin - 3.0.0 + 3.1.0 org.apache.maven.plugins maven-resources-plugin - 3.2.0 + 3.3.0 org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.10.1 org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M5 + 3.0.0-M7 org.apache.maven.plugins maven-surefire-report-plugin - 3.0.0-M5 + 3.0.0-M7 org.jacoco jacoco-maven-plugin - 0.8.7 + 0.8.8 org.apache.maven.plugins maven-jar-plugin - 3.2.0 + 3.3.0 @@ -200,43 +200,43 @@ org.apache.maven.plugins maven-install-plugin - 3.0.0-M1 + 3.0.1 org.apache.maven.plugins maven-deploy-plugin - 3.0.0-M1 + 3.0.0 org.apache.maven.plugins maven-site-plugin - 3.9.1 + 3.12.1 org.apache.maven.plugins maven-assembly-plugin - 3.3.0 + 3.4.2 org.apache.maven.plugins maven-project-info-reports-plugin - 3.1.2 + 3.4.1 org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.4.1 org.apache.maven.plugins maven-jxr-plugin - 3.1.1 + 3.3.0 @@ -273,12 +273,12 @@ com.github.spotbugs spotbugs-maven-plugin - 4.3.0 + 4.7.2.1 com.github.spotbugs spotbugs - 4.4.1 + 4.7.2 -- 2.11.0