diff --git a/build.gradle b/build.gradle index 70cc452..3613e52 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation 'com.sedmelluq:lavaplayer:1.3.76' compile 'net.dv8tion:JDA:4.2.0_247' compile group: 'org.json', name: 'json', version: '20210307' - compile 'org.springframework.security:spring-security-web:5.4.5' + compile 'org.springframework.security:spring-security-web:5.4.6' // 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"