Skip to content

Commit

Permalink
fix(deps): transitive dependency vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Nov 3, 2023
1 parent b8dccd0 commit b23a054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<spring-boot.version>3.1.5</spring-boot.version>
<spring.version>6.0.13</spring.version>
<spring.ws.version>4.0.7</spring.ws.version>
<testng.version>7.5.1</testng.version>
<testng.version>7.8.0</testng.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
<xerces.version>2.12.1</xerces.version>

Expand Down Expand Up @@ -220,7 +220,7 @@
<dependency>
<groupId>io.swagger.parser.v3</groupId>
<artifactId>swagger-parser</artifactId>
<version>2.1.16</version>
<version>2.1.18</version>
</dependency>

<dependency>
Expand Down
1 change: 1 addition & 0 deletions simulator-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.224</version>
</dependency>

<!-- jakarta API -->
Expand Down

0 comments on commit b23a054

Please sign in to comment.