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-bot committed Jul 27, 2024
1 parent 7de2312 commit 292009c
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
Expand Up @@ -12,14 +12,14 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<keycloak.version>22.0.3</keycloak.version>
<keycloak.version>23.0.0</keycloak.version>
</properties>

<dependencies>
<dependency>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>6.2.0</version>
<version>7.1.0</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.0-rc2</version>
<version>2.15.0</version>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
Expand Down

0 comments on commit 292009c

Please sign in to comment.