|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.springframework.security</groupId> |
5 | 5 | <artifactId>spring-security-config</artifactId> |
6 | | - <version>4.2.1.RELEASE</version> |
| 6 | + <version>4.2.2.RELEASE</version> |
7 | 7 | <name>spring-security-config</name> |
8 | 8 | <description>spring-security-config</description> |
9 | 9 | <url>http://spring.io/spring-security</url> |
|
51 | 51 | <dependency> |
52 | 52 | <groupId>org.springframework.security</groupId> |
53 | 53 | <artifactId>spring-security-core</artifactId> |
54 | | - <version>4.2.1.RELEASE</version> |
| 54 | + <version>4.2.2.RELEASE</version> |
55 | 55 | <scope>compile</scope> |
56 | 56 | </dependency> |
57 | 57 | <dependency> |
|
97 | 97 | <dependency> |
98 | 98 | <groupId>org.springframework.security</groupId> |
99 | 99 | <artifactId>spring-security-ldap</artifactId> |
100 | | - <version>4.2.1.RELEASE</version> |
| 100 | + <version>4.2.2.RELEASE</version> |
101 | 101 | <scope>compile</scope> |
102 | 102 | <optional>true</optional> |
103 | 103 | </dependency> |
104 | 104 | <dependency> |
105 | 105 | <groupId>org.springframework.security</groupId> |
106 | 106 | <artifactId>spring-security-messaging</artifactId> |
107 | | - <version>4.2.1.RELEASE</version> |
| 107 | + <version>4.2.2.RELEASE</version> |
108 | 108 | <scope>compile</scope> |
109 | 109 | <optional>true</optional> |
110 | 110 | </dependency> |
111 | 111 | <dependency> |
112 | 112 | <groupId>org.springframework.security</groupId> |
113 | 113 | <artifactId>spring-security-openid</artifactId> |
114 | | - <version>4.2.1.RELEASE</version> |
| 114 | + <version>4.2.2.RELEASE</version> |
115 | 115 | <scope>compile</scope> |
116 | 116 | <optional>true</optional> |
117 | 117 | </dependency> |
118 | 118 | <dependency> |
119 | 119 | <groupId>org.springframework.security</groupId> |
120 | 120 | <artifactId>spring-security-web</artifactId> |
121 | | - <version>4.2.1.RELEASE</version> |
| 121 | + <version>4.2.2.RELEASE</version> |
122 | 122 | <scope>compile</scope> |
123 | 123 | <optional>true</optional> |
124 | 124 | </dependency> |
|
365 | 365 | <dependency> |
366 | 366 | <groupId>org.springframework.security</groupId> |
367 | 367 | <artifactId>spring-security-aspects</artifactId> |
368 | | - <version>4.2.1.RELEASE</version> |
| 368 | + <version>4.2.2.RELEASE</version> |
369 | 369 | <scope>test</scope> |
370 | 370 | </dependency> |
371 | 371 | <dependency> |
372 | 372 | <groupId>org.springframework.security</groupId> |
373 | 373 | <artifactId>spring-security-cas</artifactId> |
374 | | - <version>4.2.1.RELEASE</version> |
| 374 | + <version>4.2.2.RELEASE</version> |
375 | 375 | <scope>test</scope> |
376 | 376 | </dependency> |
377 | 377 | <dependency> |
|
0 commit comments