Skip to content

Commit

Permalink
Merge branch 'master' of https://[email protected]/repos/asf…
Browse files Browse the repository at this point in the history
…/commons-io.git
  • Loading branch information
garydgregory committed Jun 1, 2024
2 parents bb2e646 + 0159cf7 commit 1bd12b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ file comparators, endian transformation classes, and much more.
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/</commons.scmPubUrl>
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
<jmh.version>1.37</jmh.version>
<commons.bytebuddy.version>1.14.16</commons.bytebuddy.version>
<commons.bytebuddy.version>1.14.17</commons.bytebuddy.version>
<japicmp.skip>false</japicmp.skip>
<commons.release.isDistModule>true</commons.release.isDistModule>
<!-- JaCoCo: Don't make code coverage worse than: -->
Expand Down
6 changes: 3 additions & 3 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="2.17.0" date="YYYY-MM-DD" description="Java 8 is required.">
<!-- ADD -->
<action dev="ggregory" type="fix" due-to="sullis">Add test for CircularByteBuffer clear() #620.</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">Add IOIterator.adapt(Iterable).</action>
<action dev="ggregory" type="add" due-to="Gary Gregory">Add IOIterator.adapt(Iterable).</action>
<!-- FIX -->
<action dev="ggregory" type="fix" due-to="Gary Gregory">Add missing unit tests.</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">FileUtils.lastModifiedFileTime(File) calls Objects.requireNonNull() on the wrong object.</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">PathUtils.deleteOnExit(Path) calls Objects.requireNonNull() on the wrong object.</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">Deprecate LineIterator.nextLine() in favor of next().</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix PMD UnnecessaryFullyQualifiedName.</action>
<action dev="ggregory" type="fix" due-to="sullis">Add test for CircularByteBuffer clear() #620.</action>
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Dependabot">Bump tests commons.bytebuddy.version from 1.14.13 to 1.14.16 #615, #621, #631.</action>
<action dev="ggregory" type="update" due-to="Dependabot">Bump tests commons.bytebuddy.version from 1.14.13 to 1.14.17 #615, #621, #631, #635.</action>
<action dev="ggregory" type="update" due-to="Dependabot">Bump tests commons-codec:commons-codec from 1.16.1 to 1.17.0.</action>
<action dev="ggregory" type="update" due-to="Dependabot">Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 #632.</action>
<action dev="ggregory" type="update" due-to="Dependabot">Bump org.apache.commons:commons-parent from 69 to 70 #628.</action>
Expand Down

0 comments on commit 1bd12b5

Please sign in to comment.