Skip to content

Commit 061d9f8

Browse files
committed
Remove spring-security.version from sample
1 parent 59f77d0 commit 061d9f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

samples/boot/oauth2-integration/authorizationserver/spring-security-samples-boot-oauth2-integrated-authorizationserver.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
apply plugin: 'io.spring.convention.spring-sample-boot'
22

3-
// TODO Remove once Spring Boot upgrades to Spring Security 5.5
4-
ext['spring-security.version'] = '5.5.0-M1'
5-
63
dependencies {
74
compile 'org.springframework.boot:spring-boot-starter-web'
85
compile 'org.springframework.boot:spring-boot-starter-security'

0 commit comments

Comments
 (0)