Skip to content

Commit

Permalink
chore(deps): update dependency com.squareup.okhttp3:mockwebserver to …
Browse files Browse the repository at this point in the history
…v4.12.0
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent 2f2ce59 commit b4c767f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion providers/flagsmith/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>4.11.0</version>
<version>4.12.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion providers/go-feature-flag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>4.11.0</version>
<version>4.12.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit b4c767f

Please sign in to comment.