Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 69d6d6c

Browse files
FGJ-87 Override version of commons-codec (#54)
cloudant-client has a dependency on commons-codec:1.6 which has a security alert. This commit overrides this by adding an explicit dependency on the latest version. Signed-off-by: andrew-coleman <[email protected]>
1 parent 54263c5 commit 69d6d6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@
106106
<version>5.7.0</version>
107107
<scope>test</scope>
108108
</dependency>
109+
<dependency><!-- override the version under cloudant-client -->
110+
<groupId>commons-codec</groupId>
111+
<artifactId>commons-codec</artifactId>
112+
<version>1.14</version>
113+
</dependency>
109114
<dependency>
110115
<groupId>com.cloudant</groupId>
111116
<artifactId>cloudant-client</artifactId>

0 commit comments

Comments
 (0)