IT: Ant update (#1879)

Dependabot missed that it needs several deps updated
at once.
This commit is contained in:
Tamas Cservenak 2024-11-06 14:36:32 +01:00 committed by GitHub
parent 0da78176d7
commit 1b3a3575ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ under the License.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-script-ant</artifactId>
<version>2.0.6</version>
<version>2.2.1</version>
<exclusions>
<exclusion>
<groupId>ant</groupId>
@ -56,12 +56,12 @@ under the License.
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.7.1</version>
<version>1.10.15</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId>
<version>1.7.1</version>
<version>1.10.15</version>
</dependency>
</dependencies>