From 28175568dfd3b065e44286f9ddadff824aff02b3 Mon Sep 17 00:00:00 2001 From: Bibek Aryal Date: Tue, 22 Oct 2024 20:30:23 -0600 Subject: [PATCH] Dependencies Updated (https://bit.ly/app-dependency-update) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1bc4c2b..b7f555d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-test:$springVersion") { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } - testImplementation 'org.springframework.security:spring-security-test:6.3.3' + testImplementation 'org.springframework.security:spring-security-test:6.3.4' testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion" testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.3'