Skip to content

Commit

Permalink
upgrade commons-codec to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Apr 27, 2024
1 parent 6f68a42 commit 040d155
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.brotli</groupId>
Expand Down
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
Deprecated http status code constants removed from WebResponse.
</action>

<action type="update" dev="rbri">
Upgrade commons-codec to 1.17.0.
</action>
<action type="remove" dev="rbri">
Internal class WebClientInternals removed.
</action>
Expand Down

0 comments on commit 040d155

Please sign in to comment.