From ae1bd6dc985d4fb039fb5f83b66a49ac7a884b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 09:21:21 +0100 Subject: [PATCH] Bump spring-security-web from 5.4.4 to 5.4.5 (#48) Bumps [spring-security-web](https://github.com/spring-projects/spring-security) from 5.4.4 to 5.4.5. - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Commits](https://github.com/spring-projects/spring-security/compare/5.4.4...5.4.5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"