Skip to content

Commit 4d2f106

Browse files
committed
Fix typo in StringUtils.trunctate() IllegalArgumentException message and
test assertion messages
1 parent 34fec10 commit 4d2f106

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text</commons.scmPubUrl>
4949
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
5050
<commons.lang3.version>3.19.0</commons.lang3.version>
51-
<commons.bytebuddy.version>1.17.7</commons.bytebuddy.version>
51+
<commons.bytebuddy.version>1.17.8</commons.bytebuddy.version>
5252
<commons.rng.version>1.6</commons.rng.version>
5353
<japicmp.skip>false</japicmp.skip>
5454
<jmh.version>1.37</jmh.version>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The <action> type attribute can be add,update,fix,remove.
5353
<action type="add" dev="ggregory" due-to="Piotr P. Karwasz, Gary Gregory">Add experimental CycloneDX VEX file #683.</action>
5454
<!-- UPDATE -->
5555
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 85 to 89 #704.</action>
56-
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.17.6 to 1.17.7 #696.</action>
56+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.17.6 to 1.17.8 #696.</action>
5757
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump graalvm.version from 24.2.2 to 25.0.0 #703.</action>
5858
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0.</action>
5959
</release>

0 commit comments

Comments
 (0)