Skip to content

Commit

Permalink
Upgrade Apache commons-net to 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 6, 2023
1 parent e00acbb commit df3ee56
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 @@ -1168,7 +1168,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.9.0</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>commons-codec</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="3.7.0" date="October xx, 2023" description="Firefox 118, Bugfixes">
<action type="update" dev="rbri">
Upgrade Apache commons-net to 3.10.0.
</action>
<action type="fix" dev="rbri">
'rel' attribute may contain multiple values, we have to split before checking the value.
</action>
Expand Down

0 comments on commit df3ee56

Please sign in to comment.