Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jgit to 5.13.1 and update since for latest code enhancements #447

Merged
merged 2 commits into from Jul 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -181,7 +181,7 @@
<servletApiVersion>4.0.4</servletApiVersion>
<sb-contribVersion>7.4.7</sb-contribVersion>

<jgit.version>5.13.0.202109080827-r</jgit.version>
<jgit.version>5.13.1.202206130422-r</jgit.version>

<!-- Targeted patches -->
<asm.version>9.3</asm.version>
Expand Down
Expand Up @@ -303,7 +303,7 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait {
* directory before being passed to Spotbugs as a filter file.
* </p>
*
* @since 4.7.0.1-SNAPSHOT
* @since 4.7.1.0
*/
@Parameter(property = "spotbugs.includeFilterFiles")
List includeFilterFiles
Expand Down Expand Up @@ -347,7 +347,7 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait {
* directory before being passed to Spotbugs as a filter file.
* </p>
*
* @since 4.7.0.1-SNAPSHOT
* @since 4.7.1.0
*/
@Parameter(property = "spotbugs.excludeFilterFiles")
List excludeFilterFiles
Expand Down Expand Up @@ -396,7 +396,7 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait {
* directory before being passed to Spotbugs as a filter file.
* </p>
*
* @since 4.7.0.1-SNAPSHOT
* @since 4.7.1.0
*/
@Parameter(property = "spotbugs.excludeBugsFiles")
List excludeBugsFiles
Expand Down