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

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


The following commit(s) were added to refs/heads/master by this push:
     new 58ae97fbf KNOX-3006 - PAM module occasionally generates garbage group 
names (#840)
58ae97fbf is described below

commit 58ae97fbf131777eef61b3d6ebfcca5d32a7a39b
Author: Attila Magyar <m.magy...@gmail.com>
AuthorDate: Tue Feb 13 16:22:29 2024 +0100

    KNOX-3006 - PAM module occasionally generates garbage group names (#840)
---
 gateway-provider-security-shiro/pom.xml | 2 +-
 pom.xml                                 | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gateway-provider-security-shiro/pom.xml 
b/gateway-provider-security-shiro/pom.xml
index 20eb0dacf..004a62370 100644
--- a/gateway-provider-security-shiro/pom.xml
+++ b/gateway-provider-security-shiro/pom.xml
@@ -78,7 +78,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.kohsuke</groupId>
+            <groupId>org.glassfish.main.libpam4j</groupId>
             <artifactId>libpam4j</artifactId>
         </dependency>
 
diff --git a/pom.xml b/pom.xml
index 8b0c51611..802ec9450 100644
--- a/pom.xml
+++ b/pom.xml
@@ -239,7 +239,7 @@
         <json-smart.version>2.4.8</json-smart.version>
         <junit.version>4.13.2</junit.version>
         <lang-tag.version>1.5</lang-tag.version>
-        <libpam4j.version>1.11</libpam4j.version>
+        <libpam4j.version>5.1.0</libpam4j.version>
         <log4j2.version>2.17.1</log4j2.version>
         
<maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
         <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
@@ -2039,7 +2039,7 @@
             </dependency>
 
             <dependency>
-                <groupId>org.kohsuke</groupId>
+                <groupId>org.glassfish.main.libpam4j</groupId>
                 <artifactId>libpam4j</artifactId>
                 <version>${libpam4j.version}</version>
             </dependency>

Reply via email to