From 356ebb702a7429b7ef9b9e85b35544a46e0e1014 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 08:05:05 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2. See this package in maven: https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind/ - io.jsonwebtoken:jjwt-api from 0.12.5 to 0.12.6. See this package in maven: https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api/ - io.jsonwebtoken:jjwt-impl from 0.12.5 to 0.12.6. See this package in maven: https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-impl/ - io.jsonwebtoken:jjwt-jackson from 0.12.5 to 0.12.6. See this package in maven: https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-jackson/ - org.projectlombok:lombok from 1.18.32 to 1.18.34. See this package in maven: https://mvnrepository.com/artifact/org.projectlombok/lombok/ - org.springframework.boot:spring-boot-devtools from 3.3.1 to 3.3.2. See this package in maven: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-devtools/ - org.springframework.boot:spring-boot-starter-actuator from 3.3.1 to 3.3.2. See this package in maven: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-actuator/ - org.springframework.boot:spring-boot-starter-data-mongodb from 3.3.1 to 3.3.2. See this package in maven: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-mongodb/ - org.springframework.boot:spring-boot-starter-mail from 3.3.1 to 3.3.2. See this package in maven: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-mail/ - org.springframework.security:spring-security-crypto from 6.3.1 to 6.3.2. See this package in maven: https://mvnrepository.com/artifact/org.springframework.security/spring-security-crypto/ - org.springframework.boot:spring-boot-starter-security from 3.3.1 to 3.3.2. See this package in maven: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-security/ - org.springframework.boot:spring-boot-starter-tomcat from 3.3.1 to 3.3.2. See this package in maven: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-tomcat/ - org.springframework.boot:spring-boot-starter-validation from 3.3.1 to 3.3.2. See this package in maven: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-validation/ - org.springframework.boot:spring-boot-starter-web from 3.3.1 to 3.3.2. See this package in maven: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web/ See this project in Snyk: https://app.snyk.io/org/rodolphe33/project/50b1e36b-07f9-4dfc-8580-aa23287fbb83?utm_source=github&utm_medium=referral&page=upgrade-pr --- backend/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index 27bd30b..cc8f9dc 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -100,17 +100,17 @@ io.jsonwebtoken jjwt-api - 0.12.5 + 0.12.6 io.jsonwebtoken jjwt-jackson - 0.12.5 + 0.12.6 io.jsonwebtoken jjwt-impl - 0.12.5 + 0.12.6