Skip to content

Commit 1cdc545

Browse files
dependabot[bot]fhussonnois
authored andcommitted
build(deps): bump okhttp.version from 4.12.0 to 5.3.2
Bumps `okhttp.version` from 4.12.0 to 5.3.2. Updates `com.squareup.okhttp3:okhttp` from 4.12.0 to 5.3.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.12.0...parent-5.3.2) Updates `com.squareup.okhttp3:mockwebserver` from 4.12.0 to 5.3.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.12.0...parent-5.3.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9c2625 commit 1cdc545

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extension-rest-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<properties>
2626
<license.header.file>${project.parent.basedir}/header</license.header.file>
2727
<jersey.version>4.0.0</jersey.version>
28-
<okhttp.version>4.12.0</okhttp.version>
28+
<okhttp.version>5.3.2</okhttp.version>
2929
<jul-to-slf4j.version>2.0.17</jul-to-slf4j.version>
3030
</properties>
3131

providers/jikkou-provider-aiven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<properties>
2424
<license.header.file>${project.parent.basedir}/header</license.header.file>
25-
<okhttp.version>4.12.0</okhttp.version>
25+
<okhttp.version>5.3.2</okhttp.version>
2626
</properties>
2727

2828
<dependencies>

0 commit comments

Comments
 (0)