Skip to content

Commit

Permalink
fix(Deps): updates Spring Boot to 2.6.6 to fix the vulnerability avd.…
Browse files Browse the repository at this point in the history
…aquasec.com/nvd/cve-2022-22965
  • Loading branch information
jekutzsche committed Apr 1, 2022
1 parent 5cb2896 commit 46a50b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions iris-client-bff/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.5</version>
<version>2.6.6</version>
<relativePath />
<!-- lookup parent from repository -->
</parent>
Expand Down Expand Up @@ -140,8 +140,6 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.2.1</version><!-- Added to fix current vulnerability until
Spring is adjusted. avd.aquasec.com/nvd/cve-2020-36518 -->
</dependency>

<!-- Mail -->
Expand Down

0 comments on commit 46a50b5

Please sign in to comment.