Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/vulnerability' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzo-ingenito committed Nov 29, 2024
2 parents 1b8f5cb + 96693f7 commit 6403edf
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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/statusmanager/config/OpenApiCFG.java
</sonar.exclusions>
<logback.version>1.2.13</logback.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -124,10 +125,12 @@
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<version>2.9.11</version>
</dependency>
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka-test</artifactId>
<version>2.9.11</version>
<scope>test</scope>
</dependency>

Expand All @@ -152,6 +155,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>

</dependencies>
Expand All @@ -165,6 +174,12 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.10.4</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 6403edf

Please sign in to comment.