We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a0653 commit 02922feCopy full SHA for 02922fe
pom.xml
@@ -112,7 +112,7 @@
112
<rxjava.version>2.1.9</rxjava.version>
113
<commons-codec.verion>1.10</commons-codec.verion>
114
<jmh.version>1.21</jmh.version>
115
- <awscrt.version>1.0.0-SNAPSHOT</awscrt.version>
+ <awscrt.version>0.11.5</awscrt.version>
116
117
<!-- Test dependencies -->
118
<junit.version>4.12</junit.version>
services/s3/pom.xml
@@ -64,7 +64,7 @@
64
<dependency>
65
<groupId>software.amazon.awssdk.crt</groupId>
66
<artifactId>aws-crt</artifactId>
67
- <version>1.0.0-SNAPSHOT</version>
+ <version>${awscrt.version}</version>
68
</dependency>
69
70
<groupId>software.amazon.awssdk</groupId>
0 commit comments