Skip to content

Commit 708d06f

Browse files
committed
Bump org.apache.commons:commons-parent from 93 to 94
1 parent 5504c26 commit 708d06f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.commons</groupId>
2222
<artifactId>commons-parent</artifactId>
23-
<version>93</version>
23+
<version>94</version>
2424
</parent>
2525
<artifactId>commons-text</artifactId>
2626
<version>1.15.1-SNAPSHOT</version>

src/changes/changes.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ The <action> type attribute can be add,update,fix,remove.
4848
<action type="fix" dev="ggregory" due-to="Dominik Stadler, Gary Gregory">Improve test coverage #732.</action>
4949
<!-- ADD -->
5050
<!-- UPDATE -->
51-
<action type="fix" dev="ggregory" due-to="Gary Gregory">Bump the level of test coverage checks.</action>
52-
<action type="fix" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons.bytebuddy.version from 1.18.2 to 1.18.3 #734.</action>
51+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 93 to 94.</action>
52+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump the level of test coverage checks.</action>
53+
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons.bytebuddy.version from 1.18.2 to 1.18.3 #734.</action>
5354
</release>
5455
<release version="1.15.0" date="2025-12-04" description="Release 1.15.0. This is a feature and maintenance release. Java 8 or later is required.">
5556
<!-- FIX -->

0 commit comments

Comments
 (0)