Skip to content

Commit ee066cd

Browse files
authored
chore(deps): update dependency commons-io:commons-io to v2.7 (#2983)
1 parent caebd85 commit ee066cd

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.6</version>
69+
<version>2.7</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
@@ -95,7 +95,7 @@ limitations under the License.
9595
<dependency>
9696
<groupId>commons-io</groupId>
9797
<artifactId>commons-io</artifactId>
98-
<version>2.6</version>
98+
<version>2.7</version>
9999
</dependency>
100100
<!-- [END run_imageproc_dep] -->
101101
</dependencies>

0 commit comments

Comments
 (0)