diff --git a/spring-security-rest-custom/README.md b/spring-security-rest-custom/README.md index 3ec8cf92c7..f19af32d41 100644 --- a/spring-security-rest-custom/README.md +++ b/spring-security-rest-custom/README.md @@ -2,6 +2,6 @@ ## Spring Security for REST Example Project - ### Relevant Articles: - [Spring Security Authentication Provider](http://www.baeldung.com/spring-security-authentication-provider) +- [Retrieve User Information in Spring Security](http://www.baeldung.com/get-user-in-spring-security) diff --git a/spring-security-rest-full/pom.xml b/spring-security-rest-full/pom.xml index 1816856f4c..922897b243 100644 --- a/spring-security-rest-full/pom.xml +++ b/spring-security-rest-full/pom.xml @@ -196,7 +196,7 @@ com.jayway.restassured rest-assured - 2.2.0 + 2.3.0 test