Skip to content

Commit 50ad09e

Browse files
authored
Update commons-codec to 1.19.0, addressing CVE reports for 1.12. (#868)
1 parent 190690a commit 50ad09e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@
9595
<dependency>
9696
<groupId>commons-codec</groupId>
9797
<artifactId>commons-codec</artifactId>
98-
<!-- version 1.14 adds some stronger constraints to base64 encoding which breaks a test. -->
99-
<version>1.12</version>
98+
<version>1.19.0</version>
10099
</dependency>
101100
<dependency>
102101
<groupId>io.gsonfire</groupId>

0 commit comments

Comments
 (0)