You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by fa...@apache.org on 2022/07/19 19:45:23 UTC

[drill] branch DRILL-8263-libpam4j created (now 6a949ec197)

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

fanningpj pushed a change to branch DRILL-8263-libpam4j
in repository https://gitbox.apache.org/repos/asf/drill.git


      at 6a949ec197 DRILL-8263: upgrade libpam4j due to CVE

This branch includes the following new commits:

     new 6a949ec197 DRILL-8263: upgrade libpam4j due to CVE

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[drill] 01/01: DRILL-8263: upgrade libpam4j due to CVE

Posted by fa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch DRILL-8263-libpam4j
in repository https://gitbox.apache.org/repos/asf/drill.git

commit 6a949ec1977ddd0ba9d5637b11b7643bab53afef
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Tue Jul 19 20:45:17 2022 +0100

    DRILL-8263: upgrade libpam4j due to CVE
---
 exec/java-exec/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml
index 8e9f50dd95..ae25ade04f 100644
--- a/exec/java-exec/pom.xml
+++ b/exec/java-exec/pom.xml
@@ -29,7 +29,7 @@
   <name>Drill : Exec : Java Execution Engine</name>
 
   <properties>
-    <libpam4j.version>1.8-rev2</libpam4j.version>
+    <libpam4j.version>1.11</libpam4j.version>
     <aether.version>1.1.0</aether.version>
     <wagon.version>3.3.4</wagon.version>
     <okhttp.version>4.9.3</okhttp.version>