diff options
author | Marco Miller <marco.miller@ericsson.com> | 2020-10-02 13:28:07 -0400 |
---|---|---|
committer | Thomas Wolf <thomas.wolf@paranor.ch> | 2020-10-06 08:37:34 -0400 |
commit | b0b32501978c00018c3a046a09e474a1d783275a (patch) | |
tree | d005c5364082499822bf52b682ea49391f97c2b5 | |
parent | f3bb71206c4b378accd94d8e3ff919767de42936 (diff) | |
download | jgit-b0b32501978c00018c3a046a09e474a1d783275a.tar.gz jgit-b0b32501978c00018c3a046a09e474a1d783275a.zip |
Upgrade spotbugs-maven-plugin to 4.1.3
Since 4.0.4, aligns with spotbugs 4.1.3 [1]. Also, "fixes copy of repo
being put until target" and "reduces logging output below threshold".
[1] https://github.com/spotbugs/spotbugs-maven-plugin/releases
Change-Id: Idb7127ba7b5fc40bf85a13bb193760bbf6ec0f7c
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -172,7 +172,7 @@ <tycho-extras-version>1.7.0</tycho-extras-version> <gson-version>2.8.2</gson-version> <bouncycastle-version>1.65</bouncycastle-version> - <spotbugs-maven-plugin-version>4.0.4</spotbugs-maven-plugin-version> + <spotbugs-maven-plugin-version>4.1.3</spotbugs-maven-plugin-version> <maven-project-info-reports-plugin-version>3.1.1</maven-project-info-reports-plugin-version> <maven-jxr-plugin-version>3.0.0</maven-jxr-plugin-version> <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version> |