Skip to content

Commit

Permalink
deps: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed Apr 15, 2024
1 parent 8546386 commit a4d7523
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,11 @@
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.1.6</version>
</dependency>
</dependencies>
<build>
<finalName>Biblivre6</finalName>
Expand Down Expand Up @@ -418,6 +423,9 @@
</executions>
<configuration>
<excludeVulnerabilityIds>
<excludeVulnerabilityId>CVE-2023-52070</excludeVulnerabilityId>
<excludeVulnerabilityId>CVE-2024-22949</excludeVulnerabilityId>
<excludeVulnerabilityId>CVE-2024-23076</excludeVulnerabilityId>
</excludeVulnerabilityIds>
</configuration>
</plugin>
Expand Down

0 comments on commit a4d7523

Please sign in to comment.