Skip to content

Commit 4988e4b

Browse files
committed
Bump commons.bytebuddy.version from 1.17.0 to 1.17.1
1 parent b0c4fc1 commit 4988e4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ file comparators, endian transformation classes, and much more.
149149
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/</commons.scmPubUrl>
150150
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
151151
<jmh.version>1.37</jmh.version>
152-
<commons.bytebuddy.version>1.17.0</commons.bytebuddy.version>
152+
<commons.bytebuddy.version>1.17.1</commons.bytebuddy.version>
153153
<japicmp.skip>false</japicmp.skip>
154154
<commons.release.isDistModule>true</commons.release.isDistModule>
155155
<!-- JaCoCo: Don't make code coverage worse than: -->

src/changes/changes.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The <action> type attribute can be add,update,fix,remove.
6969
<action dev="ggregory" type="add" due-to="Gary Gregory">Add ByteOrderMark.matches(int[]).</action>
7070
<action dev="ggregory" type="add" due-to="Gary Gregory">Add BrokenOutputStream.BrokenOutputStream(Function&lt;String&gt;, Throwable>) and deprecate Supplier&lt;String&gt; constructor.</action>
7171
<!-- UPDATE -->
72-
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump commons.bytebuddy.version from 1.15.10 to 1.17.0 #710, #715, #720.</action>
72+
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump commons.bytebuddy.version from 1.15.10 to 1.17.1 #710, #715, #720.</action>
7373
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.17.1 to 1.18.0. #717.</action>
7474
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 78 to 81.</action>
7575
</release>

0 commit comments

Comments
 (0)