Update dependency org.springframework.security:spring-security-web to v5.6.3

This commit is contained in:
Renovate Bot 2022-05-13 17:47:10 +00:00
parent 9d50e4c95f
commit 8de69e9c91
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

@ -49,7 +49,7 @@ dependencies {
implementation 'com.sedmelluq:lavaplayer:1.3.77'
implementation 'net.dv8tion:JDA:4.4.0_350'
implementation group: 'org.json', name: 'json', version: '20210307'
implementation 'org.springframework.security:spring-security-web:5.5.0'
implementation 'org.springframework.security:spring-security-web:5.6.3'
// JPA Data (We are going to use Repositories, Entities, Hibernate, etc...)
implementation("org.springframework.boot:spring-boot-starter-data-jpa") {
exclude group:"org.springframework.boot", module: "spring-boot-starter-logging"