Skip to content

Commit b6092f6

Browse files
committed
Bump org.apache.commons:commons-parent from 96 to 97.
1 parent 2dd1248 commit b6092f6

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.commons</groupId>
2121
<artifactId>commons-parent</artifactId>
22-
<version>96</version>
22+
<version>97</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>commons-io</groupId>

src/changes/changes.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,10 @@ The <action> type attribute can be add,update,fix,remove.
6060
<action type="fix" dev="ggregory" due-to="Gary Gregory">All thread names are now prefixed with "commons-io-".</action>
6161
<action type="fix" dev="ggregory" due-to="Kishor, Mashrur Mia" issue="IO-639">ReversedLinesFileReader does not read first line if its empty #829.</action>
6262
<action type="fix" dev="ggregory" due-to="Peter De Maeyer" issue="IO-886">Fixed incorrect regular expression in PathUtils.RelativeSortedPaths.extractKey(String, String).</action>
63-
6463
<!-- ADD -->
6564
<action type="add" dev="ggregory" due-to="Gary Gregory, Piotr P. Karwasz">Add and use IOUtils.closeQuietlySuppress(Closeable, Throwable) #818.</action>
6665
<!-- UPDATE -->
67-
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 91 to 96 #816.</action>
66+
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 91 to 97 #816.</action>
6867
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-codec:commons-codec from 1.19.0 to 1.21.0 #812.</action>
6968
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons.bytebuddy.version from 1.17.8 to 1.18.4 #814, #820.</action>
7069
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-lang3 from 3.19.0 to 3.20.0.</action>

0 commit comments

Comments
 (0)