You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2022/10/12 07:21:41 UTC

[httpcomponents-website] branch master updated: Bump ant from 1.10.9 to 1.10.11

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-website.git


The following commit(s) were added to refs/heads/master by this push:
     new ae4eab2  Bump ant from 1.10.9 to 1.10.11
ae4eab2 is described below

commit ae4eab2a5064901b4d054d587ed8abe3e612a625
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Jul 16 08:43:09 2022 +0000

    Bump ant from 1.10.9 to 1.10.11
    
    Bumps ant from 1.10.9 to 1.10.11.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.ant:ant
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 85d9fe9..be1f63c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
           <dependency>
             <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
-            <version>1.10.9</version>
+            <version>1.10.11</version>
           </dependency>
         </dependencies>
         <executions>