This is an automated email from the ASF dual-hosted git repository.
gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds-examples.git
The following commit(s) were added to refs/heads/master by this push:
new f6d19ae Bump commons-io:commons-io from 2.7 to 2.14.0 in
/blobstore-uploader
f6d19ae is described below
commit f6d19aef45e09179632f2abac3fc94a4b6a289bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 15 03:07:42 2025 +0000
Bump commons-io:commons-io from 2.7 to 2.14.0 in /blobstore-uploader
Bumps commons-io:commons-io from 2.7 to 2.14.0.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-version: 2.14.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
blobstore-uploader/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/blobstore-uploader/pom.xml b/blobstore-uploader/pom.xml
index 9e9d715..4a26bc1 100644
--- a/blobstore-uploader/pom.xml
+++ b/blobstore-uploader/pom.xml
@@ -54,7 +54,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.7</version>
+ <version>2.14.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>