diff --git a/pom.xml b/pom.xml
index 9b9e651a37e..95a78ca9a2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@ file comparators, endian transformation classes, and much more.
commons-codec
commons-codec
- 1.17.1
+ 1.17.2
test
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bd169f69b1d..11885f34bdd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,7 @@ The type attribute can be add,update,fix,remove.
Add RandomAccessFileInputStream.copy(long, long, OutputStream).
Bump commons.bytebuddy.version from 1.15.10 to 1.15.11 #710.
+ Bump commons-codec:commons-codec from 1.17.1 to 1.17.2.