Skip to content

Commit

Permalink
[JENKINS-53055] Upgrade libpam4j dependency (jenkinsci#3589)
Browse files Browse the repository at this point in the history
* Upgrade to libpam4j 1.11

* Remove libpam4j from core dependencies

This dependency is no longer used ever since PAM authn/authz support
was extracted into the pam-auth-plugin years ago. This reduces the need
to keep security libraries up to date in multiple places.

* Revert "Remove libpam4j from core dependencies"

This reverts commit a7c7a52.
  • Loading branch information
jvz authored and oleg-nenashev committed Aug 18, 2018
1 parent d6d06ed commit 8b6f3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>libpam4j</artifactId>
<version>1.8</version>
<version>1.11</version>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
Expand Down

0 comments on commit 8b6f3c2

Please sign in to comment.