diff --git a/pom.xml b/pom.xml index 35052c48aea..352ef9c67e3 100644 --- a/pom.xml +++ b/pom.xml @@ -1258,7 +1258,7 @@ commons-codec commons-codec - 1.16.1 + 1.17.0 org.brotli diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 561a0f53c17..8cc686ab84e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -27,6 +27,9 @@ Deprecated http status code constants removed from WebResponse. + + Upgrade commons-codec to 1.17.0. + Internal class WebClientInternals removed.