Repository: knox Updated Branches: refs/heads/master 43ab7bdf0 -> 67ffeb432
KNOX-1329 - Upgrade the transitive springframework spring core to even newer version Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/67ffeb43 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/67ffeb43 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/67ffeb43 Branch: refs/heads/master Commit: 67ffeb432e42caf957bd9c4dc6dd8f3c9230a7e9 Parents: 43ab7bd Author: Larry McCay <[email protected]> Authored: Tue May 22 18:02:34 2018 -0400 Committer: Larry McCay <[email protected]> Committed: Tue May 22 18:03:28 2018 -0400 ---------------------------------------------------------------------- gateway-provider-security-pac4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/67ffeb43/gateway-provider-security-pac4j/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-provider-security-pac4j/pom.xml b/gateway-provider-security-pac4j/pom.xml index 480fc15..5332655 100644 --- a/gateway-provider-security-pac4j/pom.xml +++ b/gateway-provider-security-pac4j/pom.xml @@ -95,7 +95,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.3.13.RELEASE</version> + <version>4.3.15.RELEASE</version> </dependency> <dependency>
