Skip to content

Commit

Permalink
Bump parent POM from 1.74 to 1.76 (#364)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 9, 2022
1 parent c10d073 commit a6687cd
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.74</version>
<version>1.76</version>
<relativePath />
</parent>
<groupId>org.kohsuke.stapler</groupId>
Expand Down
32 changes: 32 additions & 0 deletions src/spotbugs/spotbugs-excludes.xml
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<FindBugsFilter>
<!--
Exclusions in this section have been triaged and determined to be false positives.
Expand Down Expand Up @@ -63,6 +64,37 @@
<Bug pattern="SSD_DO_NOT_USE_INSTANCE_LOCK_ON_SHARED_STATIC_DATA"/>
<Class name="org.kohsuke.stapler.EvaluationTrace$ApplicationTracer"/>
</And>
<And>
<Bug pattern="THROWS_METHOD_THROWS_CLAUSE_BASIC_EXCEPTION"/>
<Or>
<Class name="org.kohsuke.stapler.AbstractTearOff"/>
<Class name="org.kohsuke.stapler.CachingScriptLoader"/>
<Class name="org.kohsuke.stapler.framework.AbstractWebAppMain"/>
<Class name="org.kohsuke.stapler.jelly.groovy.GroovyClassTearOff"/>
<Class name="org.kohsuke.stapler.jelly.groovy.GroovyServerPageTearOff"/>
<Class name="org.kohsuke.stapler.jelly.JellyClassTearOff"/>
<Class name="org.kohsuke.stapler.jelly.ScriptInvoker"/>
<Class name="org.kohsuke.stapler.ScriptExecutor"/>
</Or>
</And>
<And>
<Bug pattern="THROWS_METHOD_THROWS_CLAUSE_THROWABLE"/>
<Or>
<Class name="org.kohsuke.stapler.config.ConfigurationLoader$1"/>
<Class name="org.kohsuke.stapler.jelly.groovy.Namespace$ProxyImpl"/>
</Or>
</And>
<And>
<Bug pattern="THROWS_METHOD_THROWS_RUNTIMEEXCEPTION"/>
<Or>
<Class name="org.kohsuke.stapler.export.Model"/>
<Class name="org.kohsuke.stapler.jelly.groovy.JellyBuilder"/>
<Class name="org.kohsuke.stapler.jelly.IncludeTag"/>
<Class name="org.kohsuke.stapler.RequestImpl"/>
<Class name="org.kohsuke.stapler.Stapler"/>
<Class name="org.kohsuke.stapler.TearOffSupport"/>
</Or>
</And>
</Or>
</Match>
</FindBugsFilter>

0 comments on commit a6687cd

Please sign in to comment.