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-ORGJETBRAINSKOTLIN-2393744
  • Loading branch information
snyk-bot committed Oct 18, 2023
1 parent b057b13 commit 8482b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<jacoco.version>0.8.5</jacoco.version>

<!-- JaCoCo support -->
<argLine />
<argLine/>
<sonar.version>8.0</sonar.version>
<jackson-databind.version>2.10.1</jackson-databind.version>
</properties>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.2.2</version>
<version>4.12.0</version>
</dependency>


Expand Down

0 comments on commit 8482b78

Please sign in to comment.