Skip to content

Commit 71d2a45

Browse files
committed
Bump commons-lang3 from 3.19.0 to 3.20.0
1 parent d66a70f commit 71d2a45

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ limitations under the License.
6262
<dependency>
6363
<groupId>org.apache.commons</groupId>
6464
<artifactId>commons-lang3</artifactId>
65-
<version>3.19.0</version>
65+
<version>3.20.0</version>
6666
<scope>test</scope>
6767
</dependency>
6868
<dependency>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ The <action> type attribute can be add,update,fix,remove.
5050
<!-- UPDATE -->
5151
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io from 2.20.0 to 2.21.0.</action>
5252
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 91 to 92 #415.</action>
53+
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0.</action>
5354
</release>
5455
<release version="1.20.0" date="2025-10-30" description="This is a feature and maintenance release. Java 8 or later is required.">
5556
<!-- FIX -->

0 commit comments

Comments
 (0)