This is an automated email from the ASF dual-hosted git repository.
lmccay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git
The following commit(s) were added to refs/heads/master by this push:
new 04917edc Bump commons-io from 2.5 to 2.7 in /integration-test (#376)
04917edc is described below
commit 04917edc809434b7810ac37effceaf3e5e218f56
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 16 18:13:28 2022 -0500
Bump commons-io from 2.5 to 2.7 in /integration-test (#376)
Bumps commons-io from 2.5 to 2.7.
---
integration-test/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index 81463850..f8f67f95 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -92,7 +92,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.5</version>
+ <version>2.7</version>
</dependency>
<dependency>