Skip to content

Commit

Permalink
Update commons-io 2.8.0 -> 2.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Gregory committed May 26, 2021
1 parent 59aa589 commit 051de4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
13 changes: 7 additions & 6 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@

<body>
<release version="1.8" date="2020-MM-DD" description="Version 1.8">
<action issue="COMMONSSITE-138" type="add" dev="chtompki, ggregory">Create signature validation script for releases.</action>
<!-- UPDATES -->
<action type="update" dev="kinow">Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #36.</action>
<action type="update" dev="kinow">Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #29.</action>
<action type="update" dev="kinow">Bump commons-build-plugin from 1.11 to 1.12 #25.</action>
<action issue="COMMONSSITE-138" type="add" dev="chtompki, ggregory">Create signature validation script for releases.</action>
<action type="update" dev="kinow">Bump actions/setup-java from v1.4.0 to v2 #11 #19 #49.</action>
<action type="update" dev="kinow">Bump spotbugs from 4.1.1 to 4.2.3 #10 #24 #30 #37 #41 #51.</action>
<action type="update" dev="kinow">Bump spotbugs-maven-plugin from 4.1.1 to 4.2.3 #20 #26 #33 #45 #52.</action>
Expand All @@ -40,19 +41,19 @@
<action type="update" dev="ggregory">Update Apache Commons Codec from 1.13 to 1.14.</action>
<action type="update" dev="ggregory">Update JUnit from 4.12 to 4.13.2, #23 #39.</action>
<action type="update" dev="ggregory">Update Maven dependencies from 3.6.1 to 3.6.3.</action>
<action type="update" dev="kinow" due-to="dependabot">Bump maven.dependency.version from 3.6.3 to 3.8.1 #47.</action>
<action type="update" dev="kinow" due-to="Dependabot">Bump maven.dependency.version from 3.6.3 to 3.8.1 #47.</action>
<action type="update" dev="ggregory">Update Apache Commons Compress from 1.19 to 1.20.</action>
<action type="update" dev="ggregory">Update commons-io:commons-io from 2.6 to 2.8 #13.</action>
<action type="update" dev="ggregory">Update commons-io:commons-io from 2.6 to 2.9.0 #13.</action>
<action type="update" dev="ggregory">Update checkstyle from 8.34 to 8.42 #5 #27 #31 #35 #40 #46 #53.</action>
<action type="update" dev="ggregory">Update actions/checkout from v2.3.1 to v2.3.4 #8, #16, #28.</action>
<action type="update" dev="ggregory">Update velocity-engine-core from 2.1 to 2.3 #4 #43.</action>
<action type="update" dev="ggregory">Update commons-codec from 1.14 to 1.15.</action>
<action type="update" dev="ggregory">Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).</action>
<action type="update" dev="ggregory">Update checkstyle from 8.35 to 8.36.1 #12 #14.</action>
<action type="update" dev="ggregory" due-to="Arturo Bernal">Minor Improvements #34.</action>
<action type="update" dev="kinow" due-to="dependabot">Bump actions/cache from v2 to v2.1.5 #38 #50.</action>
<action type="update" dev="kinow" due-to="dependabot">Bump maven.plugin.version from 3.6.0 to 3.6.1 #54.</action>
<action type="update" dev="kinow" due-to="dependabot">Bump jacoco-maven-plugin from 0.8.6 to 0.8.7 #55.</action>
<action type="update" dev="kinow" due-to="Dependabot">Bump actions/cache from v2 to v2.1.5 #38 #50.</action>
<action type="update" dev="kinow" due-to="Dependabot">Bump maven.plugin.version from 3.6.0 to 3.6.1 #54.</action>
<action type="update" dev="kinow" due-to="Dependabot">Bump jacoco-maven-plugin from 0.8.6 to 0.8.7 #55.</action>
</release>

<release version="1.7" date="2019-08-30" description="Version 1.7">
Expand Down

0 comments on commit 051de4a

Please sign in to comment.