From af56df949c3031de3f2d536130eb69eca0ded9d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 19:35:26 +0200 Subject: [PATCH] Bump spring-security-web from 5.4.5 to 5.4.6 (#69) Bumps [spring-security-web](https://github.com/spring-projects/spring-security) from 5.4.5 to 5.4.6. - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/master/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/compare/5.4.5...5.4.6) 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 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"