diff --git a/pom.xml b/pom.xml index 0c3eb17676..4ddc669a7f 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ commons-codec commons-codec - 1.16.1 + 1.17.0 true diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8e0f434f24..817db81151 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -32,7 +32,8 @@ Deprecate Transformer in favor of java.util.function.Function. Bump org.apache.commons:commons-parent from 67 to 69 #473. - Bump tests commons-io:commons-io from 2.16.0 to 2.16.1 #475 . + Bump tests commons-io:commons-io from 2.16.0 to 2.16.1 #475. + Bump optional commons-codec:commons-codec from 1.16.1 to 1.17.0.