Skip to content

Commit d8b171e

Browse files
author
eugenp
committed
minor doc and maven work
1 parent 31fd545 commit d8b171e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-security-rest-custom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
## Spring Security for REST Example Project
44

5-
65
### Relevant Articles:
76
- [Spring Security Authentication Provider](http://www.baeldung.com/spring-security-authentication-provider)
7+
- [Retrieve User Information in Spring Security](http://www.baeldung.com/get-user-in-spring-security)

spring-security-rest-full/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
<dependency>
197197
<groupId>com.jayway.restassured</groupId>
198198
<artifactId>rest-assured</artifactId>
199-
<version>2.2.0</version>
199+
<version>2.3.0</version>
200200
<scope>test</scope>
201201
</dependency>
202202

0 commit comments

Comments
 (0)