You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/01/31 17:00:26 UTC

[maven-javadoc-plugin] 06/08: Bump httpcore from 4.4.13 to 4.4.14

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit dac495885e4325d0d727d1be93c6f248f566ad84
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Jan 31 17:08:03 2021 +0100

    Bump httpcore from 4.4.13 to 4.4.14
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 25453da..c6a1cd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,7 +263,7 @@ under the License.
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
-      <version>4.4.13</version>
+      <version>4.4.14</version>
     </dependency>
 
     <dependency>