Skip to content

Commit

Permalink
Upgrade aws sdk and httpclient version
Browse files Browse the repository at this point in the history
  • Loading branch information
dulanjalidilmi committed Jan 18, 2024
1 parent 198bfa7 commit 8969a8f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.synapse.inbound.amazonsqs</groupId>
<artifactId>org.apache.synapse.amazonsqs.poll.class</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<name>AmazonSQS Polling Consumer</name>
<url>http://wso2.org</url>
<packaging>bundle</packaging>
Expand All @@ -30,6 +30,11 @@ Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
<artifactId>aws-java-sdk-osgi</artifactId>
<version>${amazonaws.version}</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sts</artifactId>
<version>${amazonaws.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.mediation</groupId>
<artifactId>org.wso2.carbon.inbound.endpoint</artifactId>
Expand Down Expand Up @@ -186,9 +191,9 @@ Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
</snapshotRepository>
</distributionManagement>
<properties>
<amazonaws.version>1.11.30</amazonaws.version>
<amazonaws.version>1.12.40</amazonaws.version>
<carbon.mediation.version>4.4.10</carbon.mediation.version>
<httpclient.osgi.version>4.5.2</httpclient.osgi.version>
<httpclient.osgi.version>4.5.14</httpclient.osgi.version>
<httpcore.osgi.version>4.4.4</httpcore.osgi.version>
</properties>
</project>

0 comments on commit 8969a8f

Please sign in to comment.