Skip to content

Commit 52971e4

Browse files
committed
Bump org.apache.commons:commons-parent from 65 to 66
1 parent 4ad9b41 commit 52971e4

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 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>65</version>
22+
<version>66</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>commons-io</groupId>
@@ -128,6 +128,7 @@ file comparators, endian transformation classes, and much more.
128128
<commons.bc.version>2.15.1</commons.bc.version>
129129
<commons.release.version>2.16.0</commons.release.version>
130130
<commons.release.next>2.16.1</commons.release.next>
131+
<project.build.outputTimestamp>2024-02-01T03:27:02Z</project.build.outputTimestamp>
131132
<commons.release.desc>(requires Java 8)</commons.release.desc>
132133
<commons.jira.id>IO</commons.jira.id>
133134
<commons.jira.pid>12310477</commons.jira.pid>

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ The <action> type attribute can be add,update,fix,remove.
125125
<action dev="ggregory" type="add" due-to="Gary Gregory">Add ChecksumInputStream and test #548.</action>
126126
<action dev="ggregory" type="add" due-to="Gary Gregory">Add AbstractStreamBuilder.getReader().</action>
127127
<!-- UPDATE -->
128-
<action dev="ggregory" type="fix" due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.14.10 to 1.14.11 #534.</action>
128+
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.14.10 to 1.14.11 #534.</action>
129+
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 65 to 66.</action>
129130
</release>
130131
<release version="2.15.1" date="2023-11-24" description="Java 8 is required.">
131132
<!-- FIX -->

0 commit comments

Comments
 (0)