Bump commons-lang3 from 3.12.0 to 3.13.0

This commit is contained in:
Gary Gregory 2023-07-28 18:11:22 -04:00
parent 768fbdd70b
commit 3615094770
2 changed files with 3 additions and 2 deletions

View File

@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
@ -457,7 +457,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.13.0</version>
</dependency>
</dependencies>

View File

@ -50,6 +50,7 @@
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io: from 2.11.0 to 2.13.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 57 to 59.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump h2 from 2.1.214 to 2.2.220 #333.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang3 from 3.12.0 to 3.13.0.</action>
</release>
<release version="1.10.0" date="2023-01-28" description="Feature and bug fix release (Java 8)">
<!-- FIX -->