Repository: knox Updated Branches: refs/heads/master a6bdd0848 -> fe8b843a6
KNOX-1572 - Upgrade pac4j to 3.3.0 Signed-off-by: Kevin Risden <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/fe8b843a Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/fe8b843a Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/fe8b843a Branch: refs/heads/master Commit: fe8b843a62d39294c3c56ccd696c3b19f7b9369f Parents: a6bdd08 Author: Kevin Risden <[email protected]> Authored: Wed Nov 7 20:36:30 2018 -0500 Committer: Kevin Risden <[email protected]> Committed: Fri Nov 9 16:46:06 2018 -0500 ---------------------------------------------------------------------- gateway-provider-security-pac4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/fe8b843a/gateway-provider-security-pac4j/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-pac4j/pom.xml b/gateway-provider-security-pac4j/pom.xml index 0399299..164dc8b 100644 --- a/gateway-provider-security-pac4j/pom.xml +++ b/gateway-provider-security-pac4j/pom.xml @@ -31,7 +31,7 @@ <properties> <bcprov-jdk15on.version>1.60</bcprov-jdk15on.version> <j2e-pac4j.version>4.0.0</j2e-pac4j.version> - <pac4j.version>3.2.0</pac4j.version> + <pac4j.version>3.3.0</pac4j.version> <spring-core.version>5.0.9.RELEASE</spring-core.version> </properties>
