We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c870885 commit daa08e5Copy full SHA for daa08e5
1 file changed
pom.xml
@@ -197,6 +197,13 @@
197
<version>${sdk-core-version}</version>
198
</dependency>
199
200
+ <!-- Temporarily make a direct dependency to get a newer version -->
201
+ <dependency>
202
+ <groupId>org.apache.commons</groupId>
203
+ <artifactId>commons-lang3</artifactId>
204
+ <version>3.18.0</version>
205
+ </dependency>
206
+
207
<!-- Each module (except "common") should depend on this artifact -->
208
<dependency>
209
<artifactId>cloudant.sdk.common</artifactId>
0 commit comments