This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push: new 1086a573e Bump HttpClient from 4.5.13 to 4.5.14 1086a573e is described below commit 1086a573e0b1464ce9a4d8381943902a04c5e71c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jul 12 12:39:32 2023 -0400 Bump HttpClient from 4.5.13 to 4.5.14 Bump HttpCore from 4.4.15 to 4.4.16 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2fb330fbf..558962add 100644 --- a/pom.xml +++ b/pom.xml @@ -603,7 +603,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.13</version> + <version>4.5.14</version> <exclusions> <exclusion> <!-- we are using jcl-over-slf4j --> <groupId>commons-logging</groupId> @@ -614,7 +614,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>4.4.15</version> + <version>4.4.16</version> </dependency> <dependency> <groupId>ch.ethz.ganymed</groupId>