There was an error while loading. Please reload this page.
1 parent b261ca7 commit f536fa5Copy full SHA for f536fa5
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