Skip to content

Commit 8439cc4

Browse files
dependabot[bot]jjjasper
authored andcommitted
chore(deps): bump the other-dependencies group with 2 updates
Bumps the other-dependencies group with 2 updates: [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) and [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp). Updates `com.squareup.okhttp3:mockwebserver` from 5.3.1 to 5.3.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.3.1...parent-5.3.2) Updates `com.squareup.okhttp3:okhttp` from 5.3.1 to 5.3.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.3.1...parent-5.3.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: other-dependencies - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de99228 commit 8439cc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boat-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,15 +231,15 @@
231231
<dependency>
232232
<groupId>com.squareup.okhttp3</groupId>
233233
<artifactId>mockwebserver</artifactId>
234-
<version>5.3.1</version>
234+
<version>5.3.2</version>
235235
<scope>test</scope>
236236
</dependency>
237237

238238
<!-- Override OkHttp version to be compatible with MockWebServer 5.1.0 -->
239239
<dependency>
240240
<groupId>com.squareup.okhttp3</groupId>
241241
<artifactId>okhttp</artifactId>
242-
<version>5.3.1</version>
242+
<version>5.3.2</version>
243243
</dependency>
244244

245245
</dependencies>

0 commit comments

Comments
 (0)