Bump spring-security-web from 5.0.1.RELEASE to 5.4.4 (#47)

Bumps [spring-security-web](https://github.com/spring-projects/spring-security) from 5.0.1.RELEASE to 5.4.4.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Commits](https://github.com/spring-projects/spring-security/compare/5.0.1.RELEASE...5.4.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-02-17 13:42:11 +01:00 committed by GitHub
parent 96d40814b1
commit daad4bdbc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ dependencies {
compile("com.sedmelluq:lavaplayer:1.3.71")
compile 'net.dv8tion:JDA:4.2.0_228'
compile group: 'org.json', name: 'json', version: '20201115'
compile 'org.springframework.security:spring-security-web:5.0.1.RELEASE'
compile 'org.springframework.security:spring-security-web:5.4.4'
// JPA Data (We are going to use Repositories, Entities, Hibernate, etc...)
compile("org.springframework.boot:spring-boot-starter-data-jpa") {
exclude group:"org.springframework.boot", module: "spring-boot-starter-logging"