diff --git a/build.gradle b/build.gradle index ccb13a229..a40c39973 100644 --- a/build.gradle +++ b/build.gradle @@ -340,7 +340,7 @@ dependencies { implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa', version: versions.springBoot implementation group: 'org.springframework.boot', name: 'spring-boot-starter-security', version: versions.springBoot implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: versions.springBoot - implementation group: 'org.springframework.security', name: 'spring-security-core', version: '5.7.11' + implementation group: 'org.springframework.security', name: 'spring-security-core', version: '5.8.16' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-cache', version: versions.springBoot implementation group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: versions.bouncycastle