Skip to content

Commit

Permalink
Bump parent POM from 1.90 to 1.91 (#390)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 3, 2022
1 parent aa9463a commit e8b2022
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.90</version>
<version>1.91</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -58,7 +58,6 @@
<maven-plugin-tools.version>3.6.4</maven-plugin-tools.version>
<plexus-containers.version>2.1.1</plexus-containers.version>
<aether.version>1.1.0</aether.version>
<spotbugs.excludeFilterFile>${project.basedir}/src/spotbugs/spotbugs-excludes.xml</spotbugs.excludeFilterFile>
</properties>

<dependencyManagement>
Expand Down
Expand Up @@ -24,18 +24,6 @@
<Bug pattern="COMMAND_INJECTION"/>
<Class name="org.jenkinsci.maven.plugins.hpi.AbstractHpiMojo"/>
</And>
<And>
<Bug pattern="EI_EXPOSE_REP"/>
<Class name="org.jenkinsci.maven.plugins.hpi.RunMojo"/>
</And>
<And>
<Bug pattern="EI_EXPOSE_REP2"/>
<Or>
<Class name="org.jenkinsci.maven.plugins.hpi.AbstractJettyMojo"/>
<Class name="org.jenkinsci.maven.plugins.hpi.ConsoleScanner"/>
<Class name="org.jenkinsci.maven.plugins.hpi.JettyAndServletApiOnlyClassLoader"/>
</Or>
</And>
<And>
<Bug pattern="EQ_COMPARETO_USE_OBJECT_EQUALS"/>
<Class name="org.jenkinsci.maven.plugins.hpi.MavenArtifact"/>
Expand Down

0 comments on commit e8b2022

Please sign in to comment.