You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by cg...@apache.org on 2022/12/14 12:39:11 UTC

[drill] branch master updated: [MINOR-UPDATE] Bump commons-net from 3.6 to 3.9.0 (#2720)

This is an automated email from the ASF dual-hosted git repository.

cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new af84f93f6c [MINOR-UPDATE] Bump commons-net from 3.6 to 3.9.0 (#2720)
af84f93f6c is described below

commit af84f93f6ca2a8ce1e7c370d57cab91aa247dd26
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 14 07:39:03 2022 -0500

    [MINOR-UPDATE] Bump commons-net from 3.6 to 3.9.0 (#2720)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index de100305be..7041b1f1f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
     <antlr.version>4.8-1</antlr.version>
     <maven.version>3.8.4</maven.version>
     <maven.min.version>3.6.3</maven.min.version>
-    <commons.net.version>3.6</commons.net.version>
+    <commons.net.version>3.9.0</commons.net.version>
     <commons.validator.version>1.6</commons.validator.version>
     <commons.text.version>1.10.0</commons.text.version>
     <protobuf.version>3.16.3</protobuf.version>