You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2021/02/25 20:15:28 UTC

[geode] branch support/1.12 updated: GEODE-8974: Bump apache-httpclient from 4.5.10 to 4.5.13

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

onichols pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.12 by this push:
     new 40edf73  GEODE-8974: Bump apache-httpclient from 4.5.10 to 4.5.13
40edf73 is described below

commit 40edf735e873b71c9b3dbd0ca22685c9f8912d1d
Author: Owen Nichols <on...@apache.org>
AuthorDate: Thu Feb 25 12:07:05 2021 -0800

    GEODE-8974: Bump apache-httpclient from 4.5.10 to 4.5.13
---
 boms/geode-all-bom/src/test/resources/expected-pom.xml                  | 2 +-
 .../groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy | 2 +-
 geode-assembly/src/integrationTest/resources/assembly_content.txt       | 2 +-
 geode-assembly/src/integrationTest/resources/dependency_classpath.txt   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/boms/geode-all-bom/src/test/resources/expected-pom.xml b/boms/geode-all-bom/src/test/resources/expected-pom.xml
index e2271f8..43f8064 100644
--- a/boms/geode-all-bom/src/test/resources/expected-pom.xml
+++ b/boms/geode-all-bom/src/test/resources/expected-pom.xml
@@ -334,7 +334,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
-        <version>4.5.10</version>
+        <version>4.5.13</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
diff --git a/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy b/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
index 478432c..7a49391 100644
--- a/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
+++ b/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
@@ -133,7 +133,7 @@ class DependencyConstraints implements Plugin<Project> {
         api(group: 'org.apache.bcel', name: 'bcel', version: '6.2')
         api(group: 'org.apache.commons', name: 'commons-lang3', version: get('commons-lang3.version'))
         api(group: 'org.apache.derby', name: 'derby', version: '10.14.2.0')
-        api(group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.10')
+        api(group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13')
         api(group: 'org.apache.httpcomponents', name: 'httpcore', version: '4.4.12')
         api(group: 'org.apache.shiro', name: 'shiro-core', version: get('shiro.version'))
         api(group: 'org.assertj', name: 'assertj-core', version: '3.13.2')
diff --git a/geode-assembly/src/integrationTest/resources/assembly_content.txt b/geode-assembly/src/integrationTest/resources/assembly_content.txt
index 48e1942..8fc9404 100644
--- a/geode-assembly/src/integrationTest/resources/assembly_content.txt
+++ b/geode-assembly/src/integrationTest/resources/assembly_content.txt
@@ -999,7 +999,7 @@ lib/geode-unsafe-0.0.0.jar
 lib/geode-wan-0.0.0.jar
 lib/gfsh-dependencies.jar
 lib/grumpy-core-0.2.2.jar
-lib/httpclient-4.5.10.jar
+lib/httpclient-4.5.13.jar
 lib/httpcore-4.4.12.jar
 lib/istack-commons-runtime-3.0.9.jar
 lib/jackson-annotations-2.10.5.jar
diff --git a/geode-assembly/src/integrationTest/resources/dependency_classpath.txt b/geode-assembly/src/integrationTest/resources/dependency_classpath.txt
index 8e557c1..33ffe74 100644
--- a/geode-assembly/src/integrationTest/resources/dependency_classpath.txt
+++ b/geode-assembly/src/integrationTest/resources/dependency_classpath.txt
@@ -39,7 +39,7 @@ shiro-config-ogdl-1.7.1.jar
 commons-beanutils-1.9.4.jar
 commons-collections-3.2.2.jar
 commons-io-2.6.jar
-httpclient-4.5.10.jar
+httpclient-4.5.13.jar
 commons-logging-1.2.jar
 classgraph-4.8.52.jar
 micrometer-core-1.2.1.jar