Skip to content

Commit

Permalink
Upgrade to Spring Security 5.0 M5
Browse files Browse the repository at this point in the history
* Rename tests in WebFlux module to have `WebFlux` prefix instead of `Http`
  • Loading branch information
artembilan committed Oct 10, 2017
1 parent 5092d48 commit 00807d4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ subprojects { subproject ->
springDataMongoVersion = '2.0.0.RELEASE'
springDataRedisVersion = '2.0.0.RELEASE'
springGemfireVersion = '2.0.0.RELEASE'
springSecurityVersion = '5.0.0.M4'
springSecurityVersion = '5.0.0.M5'
springSocialTwitterVersion = '2.0.0.M4'
springRetryVersion = '1.2.1.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.0.RELEASE'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*/
@RunWith(SpringRunner.class)
@DirtiesContext
public class HttpOutboundChannelAdapterParserTests {
public class WebFluxOutboundChannelAdapterParserTests {

@Autowired
@Qualifier("reactiveMinimalConfig")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
*/
@RunWith(SpringRunner.class)
@DirtiesContext
public class HttpOutboundGatewayParserTests {
public class WebFluxOutboundGatewayParserTests {

@Autowired
@Qualifier("reactiveMinimalConfig")
Expand Down

0 comments on commit 00807d4

Please sign in to comment.