Skip to content

Commit

Permalink
Upgrade to a version of okhttp3 that uses a safe version of okio-jvm.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLCox1 committed May 17, 2024
1 parent 14bfc85 commit 514c019
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.8.1</version>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.1</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.10.0</version>
<version>4.12.0</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -190,5 +190,4 @@
</plugin>
</plugins>
</build>

</project>

0 comments on commit 514c019

Please sign in to comment.