Skip to content

Commit

Permalink
upgrade ant dependencies version to 1.10.8 to avoid security warning (#…
Browse files Browse the repository at this point in the history
…5275)

* upgrade ant dependency version

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>

* ant 1.10.8
  • Loading branch information
olamy committed Sep 17, 2020
1 parent 0db3663 commit 53f3bbd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
6 changes: 2 additions & 4 deletions jetty-ant/pom.xml
Expand Up @@ -49,14 +49,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>ant</groupId>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.6.5</version>
</dependency>
<dependency>
<groupId>ant</groupId>
<groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId>
<version>1.6.5</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down
1 change: 0 additions & 1 deletion jetty-jspc-maven-plugin/pom.xml
Expand Up @@ -109,7 +109,6 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.8.4</version>
</dependency>
</dependencies>
<reporting>
Expand Down
11 changes: 11 additions & 0 deletions pom.xml
Expand Up @@ -38,6 +38,7 @@
<javax.servlet.api.version>3.1.0</javax.servlet.api.version>
<weld.version>3.1.3.Final</weld.version>
<jetty.perf-helper.version>1.0.5</jetty.perf-helper.version>
<ant.version>1.10.8</ant.version>
<unix.socket.tmp></unix.socket.tmp>
<!-- enable or not TestTracker junit5 extension i.e log message when test method is starting -->
<jetty.testtracker.log>false</jetty.testtracker.log>
Expand Down Expand Up @@ -1146,6 +1147,16 @@
<artifactId>grpc-core</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>${ant.version}</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId>
<version>${ant.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 53f3bbd

Please sign in to comment.