Skip to content

Commit

Permalink
Upgrade okhttp3 dependency to 4.9.2 (was 4.2.2) (#71)
Browse files Browse the repository at this point in the history
* Upgrade okhttp3 dependency to 4.9.2 (was 4.2.2) - retrofit v2.5
  • Loading branch information
dvacca authored Aug 5, 2022
1 parent 3e47ffa commit a20b540
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ name: Java CI with Maven

on:
push:
branches: [ master ]
branches:
- master
- 'release/**'
pull_request:
branches: [ master ]
branches:
- master
- 'release/**'

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions onfido-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.onfido</groupId>
<artifactId>onfido-api-java</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>

<name>Onfido API Java Client</name>
<description>Official Java API client library for the Onfido API</description>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.2.2</version>
<version>4.9.2</version>
</dependency>
<dependency>
<groupId>com.squareup.moshi</groupId>
Expand All @@ -69,7 +69,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>4.2.2</version>
<version>4.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a20b540

Please sign in to comment.