This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git
The following commit(s) were added to refs/heads/master by this push:
new a77dd19 PHOENIX-7420 Bump commons-io:commons-io from 2.11.0 to 2.14.0
(#162)
a77dd19 is described below
commit a77dd19d1cfe1ccc3aadc7384a1a62f06c11ac51
Author: Istvan Toth <[email protected]>
AuthorDate: Wed Oct 9 17:23:50 2024 +0200
PHOENIX-7420 Bump commons-io:commons-io from 2.11.0 to 2.14.0 (#162)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9f40fa8..d68db1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
<gson.version>2.10.1</gson.version>
<jetty.version>9.4.53.v20231009</jetty.version>
<netty-bom.version>4.1.108.Final</netty-bom.version>
- <commons-io.version>2.11.0</commons-io.version>
+ <commons-io.version>2.14.0</commons-io.version>
<commons-collections.version>3.2.2</commons-collections.version>
<sqlline.version>1.9.0</sqlline.version>
<slf4j.version>1.7.36</slf4j.version>