File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 19
19
<slf4j .version>1.7.9</slf4j .version>
20
20
<spring .version>4.1.1.RELEASE</spring .version>
21
21
<spring .data.version>1.6.4.RELEASE</spring .data.version>
22
- <spring .security.version>3.1.7 .RELEASE</spring .security.version>
22
+ <spring .security.version>3.2.5 .RELEASE</spring .security.version>
23
23
<h2 .version>1.4.184</h2 .version>
24
24
<javax .validation.version>1.1.0.Final</javax .validation.version>
25
25
<javax .inject.version>1</javax .inject.version>
88
88
<type >pom</type >
89
89
<scope >import</scope >
90
90
</dependency >
91
+ <dependency >
92
+ <groupId >org.springframework.security</groupId >
93
+ <artifactId >spring-security-bom</artifactId >
94
+ <version >${spring.security.version} </version >
95
+ <type >pom</type >
96
+ <scope >import</scope >
97
+ </dependency >
91
98
</dependencies >
92
99
</dependencyManagement >
93
100
163
170
<dependency >
164
171
<groupId >org.springframework.security</groupId >
165
172
<artifactId >spring-security-web</artifactId >
166
- <version >${spring.security.version} </version >
167
173
</dependency >
168
174
169
175
<dependency >
170
176
<groupId >org.springframework.security</groupId >
171
177
<artifactId >spring-security-config</artifactId >
172
- <version >${spring.security.version} </version >
173
178
<scope >runtime</scope >
174
179
</dependency >
175
180
You can’t perform that action at this time.
0 commit comments