Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
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
  • Loading branch information
snyk-bot committed Sep 10, 2024
1 parent f235b73 commit 356ebb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,17 @@
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
<version>0.12.5</version>
<version>0.12.6</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId>
<version>0.12.5</version>
<version>0.12.6</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
<version>0.12.5</version>
<version>0.12.6</version>
</dependency>
<!-- BCrypt -->
<dependency>
Expand Down

0 comments on commit 356ebb7

Please sign in to comment.