Skip to content

Commit

Permalink
Merge pull request #6481 from kalinchan/FISH-7236
Browse files Browse the repository at this point in the history
FISH-7236 Upgrade Apache Ant to version 1.10.14
  • Loading branch information
kalinchan authored Nov 13, 2023
2 parents afac479 + fa5ed8f commit 954fc1c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ party licensors listed.

---------------------------------------------------
Accessors Smart 2.4.11
Apache Ant 1.10.9
Apache Ant 1.10.14
Apache BCEL 6.6.1
Apache Felix OSGI 7.x
Apache Log4j 1.2.12, 1.2.17
Expand Down
8 changes: 4 additions & 4 deletions appserver/tests/quicklook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
-->

<!-- Portions Copyright 2018-2022 Payara Foundation and/or its affiliates -->
<!-- Portions Copyright 2018-2023 Payara Foundation and/or its affiliates -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -226,17 +226,17 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.12</version>
<version>1.10.14</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-junit</artifactId>
<version>1.10.12</version>
<version>1.10.14</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-regexp</artifactId>
<version>1.10.12</version>
<version>1.10.14</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions nucleus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
holder.
-->
<!-- Portions Copyright 2016-2022 Payara Foundation and/or its affiliates -->
<!-- Portions Copyright 2016-2023 Payara Foundation and/or its affiliates -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -145,8 +145,8 @@
<source-annotation-processor.version>1.0</source-annotation-processor.version>
<copyright-plugin.version>1.39</copyright-plugin.version>
<nucleus.install.dir.name>nucleus</nucleus.install.dir.name>
<ant.version>1.10.12</ant.version>
<ant-launcher.version>1.10.12</ant-launcher.version>
<ant.version>1.10.14</ant.version>
<ant-launcher.version>1.10.14</ant-launcher.version>

<!-- Debug / analysis -->
<findbugs.skip>true</findbugs.skip>
Expand Down

0 comments on commit 954fc1c

Please sign in to comment.