Skip to content

Commit

Permalink
fix: trivy warning cve-2022-1471
Browse files Browse the repository at this point in the history
Issue #91

This change simply change the required version by spring boot of this
dependency. You can learn more about it here:

- spring-projects/spring-boot#32221
- https://avd.aquasec.com/nvd/2022/cve-2022-1471/
  • Loading branch information
RMCampos committed Sep 26, 2023
1 parent fe71f88 commit 167952a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/pom.xml
Expand Up @@ -39,6 +39,7 @@
<sonar.organization>bcgov-sonarcloud</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<oci.revision>${project.version}</oci.revision>
<snakeyaml.version>2.2</snakeyaml.version>
</properties>

<profiles>
Expand Down

0 comments on commit 167952a

Please sign in to comment.