Skip to content

Commit

Permalink
fix: api-tests/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-IONETTY-2812456
  • Loading branch information
snyk-bot committed May 8, 2022
1 parent 959cb80 commit 1b1f0e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
<springfox.swagger-ui.version>3.0.0</springfox.swagger-ui.version>
<guava.version>31.0.1-jre</guava.version>
<json.version>20211205</json.version>
<netty.codec.http.version>4.1.72.Final</netty.codec.http.version>
<netty.codec.http2.version>4.1.72.Final</netty.codec.http2.version>
<netty.transport.native.epoll.version>4.1.72.Final</netty.transport.native.epoll.version>
<netty.codec.http.version>4.1.77.Final</netty.codec.http.version>
<netty.codec.http2.version>4.1.77.Final</netty.codec.http2.version>
<netty.transport.native.epoll.version>4.1.77.Final</netty.transport.native.epoll.version>
<httpclient.version>4.5.13</httpclient.version>
<xerces.version>2.12.1</xerces.version>
<commons.codec.version>1.15</commons.codec.version>
Expand Down

0 comments on commit 1b1f0e5

Please sign in to comment.