Update dependencies.

- Bump biz.aQute.bndlib from 5.1.2 to 5.2.0 #628.
- Bump spotbugs from 4.1.3 to 4.1.4 #627.
- Bump junit-pioneer from 0.9.2 to 1.0.0 #625.
This commit is contained in:
Gary Gregory 2020-10-20 10:21:56 -04:00
parent 40b4b03d26
commit e14a2d9226
1 changed files with 4 additions and 4 deletions

View File

@ -55,8 +55,8 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">Add BooleanUtils.booleanValues().</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add BooleanUtils.primitiveValues().</action>
<!-- UPDATES -->
<action type="update" dev="chtompki">Bump junit-jupiter from 5.6.2 to 5.7.0</action>
<action type="update" dev="chtompki">Bump spotbugs from 4.1.2 to 4.1.3</action>
<action type="update" dev="chtompki">Bump junit-jupiter from 5.6.2 to 5.7.0.</action>
<action type="update" dev="chtompki" due-to="chtompki, Dependabot">Bump spotbugs from 4.1.2 to 4.1.4, #627.</action>
<action type="update" dev="chtompki">Bump checkstyle from 8.36 to 8.36.2</action>
<action issue="LANG-1606" type="update" dev="sebb" due-to="Rustem Galiev">StringUtils.countMatches - clarify Javadoc.</action>
<action issue="LANG-1591" type="update" dev="kinow" due-to="bhawna94">Remove redundant argument from substring call.</action>
@ -64,8 +64,8 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1596" type="update" dev="aherbert" due-to="Richard Eckart de Castilho">ArrayUtils.toPrimitive(Object) does not support boolean and other types #607.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Enable Dependabot #587.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Update spotbugs-maven-plugin from 4.0.0 to 4.1.3, #593, #596, #609, #623.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Update biz.aQute.bndlib from 5.1.1 to 5.1.2 #592.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Update junit-pioneer from 0.6.0 to 0.9.2, #589, #597, #600, #624.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Update biz.aQute.bndlib from 5.1.1 to 5.2.0 #592, #628.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Update junit-pioneer from 0.6.0 to 1.0.0, #589, #597, #600, #624, #625.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Update checkstyle from 8.34 to 8.36 #594, #614.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Update actions/checkout from v2.3.1 to v2.3.2 #601.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Update actions/setup-java from v1.4.0 to v1.4.2 #612.</action>