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

lahirujayathilake pushed a commit to branch agent-framewok-refactoring
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/agent-framewok-refactoring by 
this push:
     new e4f0d0586f updated the httpclient and bouncy castle library versions
e4f0d0586f is described below

commit e4f0d0586f5183d79236c16af2553b464cab6fbe
Author: lahiruj <[email protected]>
AuthorDate: Sun Dec 1 18:13:12 2024 -0500

    updated the httpclient and bouncy castle library versions
---
 airavata-api/airavata-api-server/pom.xml                             | 2 +-
 airavata-api/airavata-client-sdks/java-client-samples/pom.xml        | 2 +-
 airavata-services/profile-service/iam-admin-services-core/pom.xml    | 5 -----
 airavata-services/services-security/pom.xml                          | 2 +-
 modules/distribution/pom.xml                                         | 2 +-
 .../containers/pga/airavata-php-gateway/app/tests/selenium/pom.xml   | 2 +-
 pom.xml                                                              | 3 ++-
 7 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/airavata-api/airavata-api-server/pom.xml 
b/airavata-api/airavata-api-server/pom.xml
index 8aa0b30b15..5a7b0d5172 100644
--- a/airavata-api/airavata-api-server/pom.xml
+++ b/airavata-api/airavata-api-server/pom.xml
@@ -116,7 +116,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.4</version>
+            <version>${httpclient.version}</version>
         </dependency>
         <dependency>
             <groupId>com.google.inject</groupId>
diff --git a/airavata-api/airavata-client-sdks/java-client-samples/pom.xml 
b/airavata-api/airavata-client-sdks/java-client-samples/pom.xml
index 16de83777d..b749862ee7 100644
--- a/airavata-api/airavata-client-sdks/java-client-samples/pom.xml
+++ b/airavata-api/airavata-client-sdks/java-client-samples/pom.xml
@@ -70,7 +70,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.4</version>
+            <version>${httpclient.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
diff --git a/airavata-services/profile-service/iam-admin-services-core/pom.xml 
b/airavata-services/profile-service/iam-admin-services-core/pom.xml
index d055c21662..0a727d33d4 100644
--- a/airavata-services/profile-service/iam-admin-services-core/pom.xml
+++ b/airavata-services/profile-service/iam-admin-services-core/pom.xml
@@ -35,11 +35,6 @@
     <name>Iam Admin Services</name>
 
     <dependencies>
-        <dependency>
-            <groupId>commons-httpclient</groupId>
-            <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
-        </dependency>
         <!-- 
https://mvnrepository.com/artifact/org.jboss.resteasy/resteasy-client -->
         <dependency>
             <groupId>org.jboss.resteasy</groupId>
diff --git a/airavata-services/services-security/pom.xml 
b/airavata-services/services-security/pom.xml
index ec52cab576..e964edbd74 100644
--- a/airavata-services/services-security/pom.xml
+++ b/airavata-services/services-security/pom.xml
@@ -64,7 +64,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.4</version>
+            <version>${httpclient.version}</version>
         </dependency>
         <dependency>
             <groupId>com.google.inject</groupId>
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index b02363faf1..29ddd6b88d 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -368,7 +368,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.5.2</version>
+            <version>${httpclient.version}</version>
         </dependency>
         <!-- ======================== Sample =================== -->
         <dependency>
diff --git 
a/modules/ide-integration/src/main/containers/pga/airavata-php-gateway/app/tests/selenium/pom.xml
 
b/modules/ide-integration/src/main/containers/pga/airavata-php-gateway/app/tests/selenium/pom.xml
index bb3fe6bf50..028c3ccb78 100755
--- 
a/modules/ide-integration/src/main/containers/pga/airavata-php-gateway/app/tests/selenium/pom.xml
+++ 
b/modules/ide-integration/src/main/containers/pga/airavata-php-gateway/app/tests/selenium/pom.xml
@@ -96,7 +96,7 @@
       <dependency>
           <groupId>org.apache.httpcomponents</groupId>
           <artifactId>httpclient</artifactId>
-          <version>4.3.5</version>
+          <version>${httpclient.version}</version>
       </dependency>
       <dependency>
           <groupId>org.apache.httpcomponents</groupId>
diff --git a/pom.xml b/pom.xml
index f5a26fa35a..036c4bf250 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
         <cargo.version>1.3.1</cargo.version>
         <oa4mp.version>1.1.3</oa4mp.version>
         <antrun.version>1.8</antrun.version>
-        <bouncy.castle.version>1.56</bouncy.castle.version>
+        <bouncy.castle.version>1.70</bouncy.castle.version>
         <ebay.cors.filter>1.0.0</ebay.cors.filter>
         <thrift.version>0.18.1</thrift.version>
         <mysql.connector.version>5.1.34</mysql.connector.version>
@@ -153,6 +153,7 @@
         <helix.version>0.9.7</helix.version>
         <keycloak.admin.client.version>24.0.4</keycloak.admin.client.version>
         <rest.easy.client.version>6.2.8.Final</rest.easy.client.version>
+        <httpclient.version>4.5.14</httpclient.version>
     </properties>
 
     <dependencies>

Reply via email to