Skip to content

Commit 043cbda

Browse files
committed
Bump commons.animal-sniffer.version 1.19 -> 1.20.
1 parent 2f21499 commit 043cbda

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@
213213
<commons.surefire.version>3.0.0-M5</commons.surefire.version>
214214
<spotbugs.plugin.version>4.4.1</spotbugs.plugin.version>
215215
<spotbugs.impl.version>4.4.1</spotbugs.impl.version>
216+
<commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
216217
</properties>
217218

218219
<build>

src/changes/changes.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
<action type="fix" dev="ggregory" due-to="Gary Gregory">
3434
Replace deprecated FindBugs with SpotBugs.
3535
</action>
36+
<action type="fix" dev="ggregory" due-to="Elliotte Rusty Harold">
37+
Option Javadocs grammar nits #55.
38+
</action>
39+
<action type="fix" dev="ggregory" due-to="Arturo Bernal">
40+
Minor Improvements #57.
41+
</action>
3642
<!-- ADD -->
3743
<action type="add" dev="chtompki" due-to="Rubin Simons" issue="CLI-217">
3844
Accommodate toggling partial matching in DefaultParser.
@@ -74,12 +80,6 @@
7480
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
7581
Bump actions/setup-java from v1.4.2 to v2 #50.
7682
</action>
77-
<action type="update" dev="ggregory" due-to="Elliotte Rusty Harold">
78-
Option Javadocs grammar nits #55.
79-
</action>
80-
<action type="update" dev="ggregory" due-to="Arturo Bernal">
81-
Minor Improvements #57.
82-
</action>
8383
<action type="update" dev="ggregory" due-to="Dependabot">
8484
Bump maven-antrun-plugin from 1.7 to 3.0.0 #43.
8585
</action>
@@ -89,6 +89,9 @@
8989
<action type="update" dev="ggregory" due-to="Dependabot">
9090
Bump actions/cache from 2 to 2.1.6 #64, #65.
9191
</action>
92+
<action type="update" dev="ggregory" due-to="Gary Gregory">
93+
Bump commons.animal-sniffer.version 1.19 -> 1.20.
94+
</action>
9295
</release>
9396

9497
<release version="1.4" date="2017-03-09" description="New features and bug fixes">

0 commit comments

Comments
 (0)