Skip to content

Commit

Permalink
build(fix): vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaDel03 committed Nov 14, 2024
1 parent 5f22707 commit 5f642c1
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.3</version>
<version>2.7.18</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand All @@ -31,6 +31,7 @@
<sonar.exclusions>
src/main/java/it/finanze/sanita/fse2/ms/gtw/garbage/repository/CollectionNaming.java
</sonar.exclusions>
<logback.version>1.2.13</logback.version>
</properties>

<dependencies>
Expand All @@ -39,6 +40,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand All @@ -61,6 +68,12 @@
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.11</version>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- LOGBACK JSON -->
Expand Down

0 comments on commit 5f642c1

Please sign in to comment.