Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538
  • Loading branch information
snyk-io[bot] authored Jul 27, 2024
1 parent fac3861 commit 5062823
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?>
<?xml version="1.0" encoding="UTF-8"?>

Check notice on line 1 in pom.xml

View workflow job for this annotation

GitHub Actions / Trunk Check

semgrep

Internal semgrep failure, check CI log for details
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand All @@ -7,7 +7,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.12</version>
<relativePath />
<relativePath/>
<!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -51,7 +51,7 @@

<properties>
<java.version>8</java.version>
<jackson.version>2.14.2</jackson.version>
<jackson.version>2.15.0</jackson.version>
<spring.version>6.0.19</spring.version>
<pmd.version>6.55.0</pmd.version>
</properties>
Expand Down

0 comments on commit 5062823

Please sign in to comment.