Skip to content

Commit

Permalink
Bump org.apache.commons:commons-parent from 71 to 72
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 30, 2024
1 parent 331d67f commit 6f26c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>71</version>
<version>72</version>
</parent>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">org.apache.commons.net.nntp.Article#getChild().</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">org.apache.commons.net.nntp.Article#getNext().</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 70 to 71 #261.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 70 to 72 #261.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 #268.</action>
</release>
<release version="3.11.1" date="2024-06-07" description="This is a feature and maintenance release. Java 8 or later is required.">
Expand Down

0 comments on commit 6f26c92

Please sign in to comment.