Skip to content

Commit bc9cdb8

Browse files
authored
chore(deps): update dependency commons-io:commons-io to v2.9.0 (GoogleCloudPlatform#5309)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [commons-io:commons-io](https://commons.apache.org/proper/commons-io/) ([source](https://gitbox.apache.org/repos/asf?p=commons-io.git)) | `2.8.0` -> `2.9.0` | [![age](https://badges.renovateapi.com/packages/maven/commons-io:commons-io/2.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/commons-io:commons-io/2.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/commons-io:commons-io/2.9.0/compatibility-slim/2.8.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/commons-io:commons-io/2.9.0/confidence-slim/2.8.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent 96c37e8 commit bc9cdb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ limitations under the License.
6666
<dependency>
6767
<groupId>commons-io</groupId>
6868
<artifactId>commons-io</artifactId>
69-
<version>2.8.0</version>
69+
<version>2.9.0</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>junit</groupId>

run/image-processing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ limitations under the License.
9898
<dependency>
9999
<groupId>commons-io</groupId>
100100
<artifactId>commons-io</artifactId>
101-
<version>2.8.0</version>
101+
<version>2.9.0</version>
102102
</dependency>
103103
<!-- [END run_imageproc_dep] -->
104104
<!-- [END cloudrun_imageproc_dep] -->

0 commit comments

Comments
 (0)