From 0f64322af3a17b84cf5dd6d2a627bb44a0e2557b Mon Sep 17 00:00:00 2001 From: "Max W." <66736561+Walzen665@users.noreply.github.com> Date: Sun, 8 Sep 2024 23:59:15 +0200 Subject: [PATCH] Update build.gradle Updated libs with cve --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 15675aa..e2d75cc 100644 --- a/build.gradle +++ b/build.gradle @@ -39,11 +39,11 @@ dependencies { // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-security implementation group: 'org.springframework.boot', name: 'spring-boot-starter-security', version: '3.2.4' // https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api - implementation group: 'io.jsonwebtoken', name: 'jjwt-api', version: '0.12.5' + implementation group: 'io.jsonwebtoken', name: 'jjwt-api', version: '0.12.6' // https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-impl - runtimeOnly group: 'io.jsonwebtoken', name: 'jjwt-impl', version: '0.12.5' + runtimeOnly group: 'io.jsonwebtoken', name: 'jjwt-impl', version: '0.12.6' // https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-orgjson - runtimeOnly group: 'io.jsonwebtoken', name: 'jjwt-orgjson', version: '0.12.5' + runtimeOnly group: 'io.jsonwebtoken', name: 'jjwt-orgjson', version: '0.12.6' }