Bump commons-lang3 from 3.11 to 3.12.0
Bumps commons-lang3 from 3.11 to 3.12.0. Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
33366c4d44
commit
b57f40a25a
2
pom.xml
2
pom.xml
|
@ -486,7 +486,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-lang3</artifactId>
|
<artifactId>commons-lang3</artifactId>
|
||||||
<version>3.11</version>
|
<version>3.12.0</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -253,6 +253,9 @@
|
||||||
<action issue="COLLECTIONS-781" type="update" dev="ggregory" due-to="Arturo Bernal, Gary Gregory">
|
<action issue="COLLECTIONS-781" type="update" dev="ggregory" due-to="Arturo Bernal, Gary Gregory">
|
||||||
Add and use CollectionUtils.INDEX_NOT_FOUND constant.
|
Add and use CollectionUtils.INDEX_NOT_FOUND constant.
|
||||||
</action>
|
</action>
|
||||||
|
<action type="update" dev="kinow" due-to="Dependabot">
|
||||||
|
Bump commons-lang3 from 3.11 to 3.12.0 #219.
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="4.4" date="2019-07-05" description="Maintenance release.">
|
<release version="4.4" date="2019-07-05" description="Maintenance release.">
|
||||||
<action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">
|
<action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">
|
||||||
|
|
Loading…
Reference in New Issue