Skip to content

Commit

Permalink
upgrade commons-codec to 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 8, 2025
1 parent 97938e3 commit ca2487f
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 @@ -1270,7 +1270,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.1</version>
<version>1.17.2</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 @@ -8,6 +8,9 @@

<body>
<release version="4.8.0" date="January xx, 2025" description="Bugfixes">
<action type="update" dev="rbri">
Upgrade commons-codec to 1.17.2.
</action>
<action type="update" dev="rbri">
Apache commons-net is no longer a runtime dependency.
</action>
Expand Down

0 comments on commit ca2487f

Please sign in to comment.