This is an automated email from the ASF dual-hosted git repository.
struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git
The following commit(s) were added to refs/heads/master by this push:
new 0c1c940a upgrade httpcomponents to 4.5.13
0c1c940a is described below
commit 0c1c940a1d1de62c99c12930a8ff77aaec0c99c0
Author: Mark Struberg <[email protected]>
AuthorDate: Sun Jul 10 17:36:04 2022 +0200
upgrade httpcomponents to 4.5.13
only used for tests
---
deltaspike/modules/servlet/impl/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deltaspike/modules/servlet/impl/pom.xml
b/deltaspike/modules/servlet/impl/pom.xml
index b3be8703..572fff74 100644
--- a/deltaspike/modules/servlet/impl/pom.xml
+++ b/deltaspike/modules/servlet/impl/pom.xml
@@ -63,7 +63,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.2.5</version>
+ <version>4.5.13</version>
<scope>test</scope>
</dependency>