|
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.0.M1</version> |
| 6 | + <version>4.2.0.RC1</version> |
7 | 7 | <name>spring-security-config</name> |
8 | 8 | <description>spring-security-config</description> |
9 | 9 | <url>http://spring.io/spring-security</url> |
|
35 | 35 | <dependency> |
36 | 36 | <groupId>org.springframework</groupId> |
37 | 37 | <artifactId>spring-framework-bom</artifactId> |
38 | | - <version>4.3.2.RELEASE</version> |
| 38 | + <version>4.3.3.RELEASE</version> |
39 | 39 | <type>pom</type> |
40 | 40 | <scope>import</scope> |
41 | 41 | </dependency> |
|
51 | 51 | <dependency> |
52 | 52 | <groupId>org.springframework.security</groupId> |
53 | 53 | <artifactId>spring-security-core</artifactId> |
54 | | - <version>4.2.0.M1</version> |
| 54 | + <version>4.2.0.RC1</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.0.M1</version> |
| 100 | + <version>4.2.0.RC1</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.0.M1</version> |
| 107 | + <version>4.2.0.RC1</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.0.M1</version> |
| 114 | + <version>4.2.0.RC1</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.0.M1</version> |
| 121 | + <version>4.2.0.RC1</version> |
122 | 122 | <scope>compile</scope> |
123 | 123 | <optional>true</optional> |
124 | 124 | </dependency> |
|
155 | 155 | <dependency> |
156 | 156 | <groupId>javax.servlet</groupId> |
157 | 157 | <artifactId>javax.servlet-api</artifactId> |
158 | | - <version>3.0.1</version> |
| 158 | + <version>3.1.0</version> |
159 | 159 | <scope>provided</scope> |
160 | 160 | </dependency> |
161 | 161 | <dependency> |
|
239 | 239 | <dependency> |
240 | 240 | <groupId>org.eclipse.persistence</groupId> |
241 | 241 | <artifactId>javax.persistence</artifactId> |
242 | | - <version>2.0.5</version> |
| 242 | + <version>2.1.1</version> |
243 | 243 | <scope>test</scope> |
244 | 244 | </dependency> |
245 | 245 | <dependency> |
246 | 246 | <groupId>org.hibernate</groupId> |
247 | 247 | <artifactId>hibernate-entitymanager</artifactId> |
248 | | - <version>4.1.0.Final</version> |
| 248 | + <version>5.0.11.Final</version> |
249 | 249 | <scope>test</scope> |
250 | 250 | </dependency> |
251 | 251 | <dependency> |
|
359 | 359 | <dependency> |
360 | 360 | <groupId>org.springframework.ldap</groupId> |
361 | 361 | <artifactId>spring-ldap-core</artifactId> |
362 | | - <version>2.0.2.RELEASE</version> |
| 362 | + <version>2.2.0.RC1</version> |
363 | 363 | <scope>test</scope> |
364 | 364 | </dependency> |
365 | 365 | <dependency> |
366 | 366 | <groupId>org.springframework.security</groupId> |
367 | 367 | <artifactId>spring-security-aspects</artifactId> |
368 | | - <version>4.2.0.M1</version> |
| 368 | + <version>4.2.0.RC1</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.0.M1</version> |
| 374 | + <version>4.2.0.RC1</version> |
375 | 375 | <scope>test</scope> |
376 | 376 | </dependency> |
377 | 377 | <dependency> |
|
0 commit comments