Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

[Snyk] Upgrade org.apache.ant:ant from 1.7.1 to 1.10.12 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 27 additions & 27 deletions findbugs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
<relativePath />
<relativePath/>
</parent>

<groupId>com.google.code.findbugs</groupId>
Expand Down Expand Up @@ -60,7 +60,7 @@
<developer>
<id>bp</id>
<name>Keith Lea</name>
<email />
<email/>
<url>http://keithlea.com/</url>
<roles>
<role>web cloud</role>
Expand Down Expand Up @@ -89,82 +89,82 @@
</contributor>
<contributor>
<name>Nay Ayewah</name>
<email />
<url />
<email/>
<url/>
<roles>
<role />
<role/>
</roles>
<timezone>-5</timezone>
</contributor>
<contributor>
<name>Ben Langmead</name>
<email />
<url />
<email/>
<url/>
<roles>
<role />
<role/>
</roles>
<timezone>-5</timezone>
</contributor>
<contributor>
<name>Tomas Pollak</name>
<email />
<url />
<email/>
<url/>
<roles>
<role>Eclipse plugin tests</role>
</roles>
<timezone>-5</timezone>
</contributor>
<contributor>
<name>Phil Crosby</name>
<email />
<url />
<email/>
<url/>
<roles>
<role />
<role/>
</roles>
<timezone>-5</timezone>
</contributor>
<contributor>
<name>Peter Friese</name>
<email />
<url />
<email/>
<url/>
<roles>
<role>Eclipse plugin</role>
</roles>
<timezone>-5</timezone>
</contributor>
<contributor>
<name>Dave Brosius</name>
<email />
<url />
<email/>
<url/>
<roles>
<role />
<role/>
</roles>
<timezone>-5</timezone>
</contributor>
<contributor>
<name>Brian Goetz</name>
<email />
<url />
<email/>
<url/>
<roles>
<role />
<role/>
</roles>
<timezone>-5</timezone>
</contributor>
<contributor>
<name>Rohan Lloyd</name>
<email />
<url />
<email/>
<url/>
<roles>
<role />
<role/>
</roles>
<timezone>-5</timezone>
</contributor>
<contributor>
<name>Tagir Valeev</name>
<email>lany@ngs.ru</email>
<url />
<url/>
<roles>
<role />
<role/>
</roles>
<timezone>+6</timezone>
</contributor>
Expand Down Expand Up @@ -204,7 +204,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.7.1</version>
<version>1.10.12</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down