diff --git a/build.gradle b/build.gradle index 5c0578b..4993898 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ dependencies { compile("com.sedmelluq:lavaplayer:1.3.71") compile 'net.dv8tion:JDA:4.2.0_231' compile group: 'org.json', name: 'json', version: '20201115' - compile 'org.springframework.security:spring-security-web:5.4.4' + compile 'org.springframework.security:spring-security-web:5.4.5' // 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"