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-COMMONSIO-8161190
  • Loading branch information
snyk-bot committed Nov 24, 2024
1 parent 628532b commit f1f1b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<properties>
<project.root>${basedir}</project.root>
<java.version>17</java.version>
<hapi.version>6.6.2</hapi.version>
<hapi.version>7.6.0</hapi.version>
<mockito.inline.version>5.2.0</mockito.inline.version>
<okhttp3.version>4.10.0</okhttp3.version>
<checkstyle.config>${project.root}/src/main/resources/checkstyle.xml</checkstyle.config>
Expand Down

0 comments on commit f1f1b6b

Please sign in to comment.