Upgrade Spring Security to 5.2.0.RELEASE

Resolves: #1508
This commit is contained in:
Vedran Pavic
2019-09-30 23:55:50 +02:00
parent eceeaa665d
commit df455ddc89
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
ext['reactor-bom.version'] = 'Dysprosium-RELEASE'
ext['spring-data-releasetrain.version'] = 'Moore-RELEASE'
ext['spring-framework.version'] = '5.2.0.RELEASE'
ext['spring-security.version'] = '5.2.0.RELEASE'
ext['webjars-locator-core.version'] = '0.38'
dependencyManagement {