Skip to content

Commit

Permalink
Bump com.squareup.okhttp3:okhttp from 4.8.1 to 4.9.0
Browse files Browse the repository at this point in the history
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.8.1 to 4.9.0.
- [Changelog](https://github.com/square/okhttp/blob/parent-4.9.0/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.8.1...parent-4.9.0)

---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:okhttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent 788b126 commit 7740027
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<sonar.skip>true</sonar.skip>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<okhttp.version>4.12.0</okhttp.version>
<okhttp.version>4.9.0</okhttp.version>
<microbenchmark-runner.version>c5f1e7d047</microbenchmark-runner.version>
<jmh.version>1.26</jmh.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<spring-security-boot-autoconfigure.version>2.3.4.RELEASE</spring-security-boot-autoconfigure.version>
<spring-security-oauth2.version>2.2.0.RELEASE</spring-security-oauth2.version>
<disable.nohttp.checks>false</disable.nohttp.checks>
<okhttp.version>4.12.0</okhttp.version>
<okhttp.version>4.9.0</okhttp.version>
<mockwebserver.version>4.8.1</mockwebserver.version>
<guava.version>33.0.0-jre</guava.version>
<cglib-nodep.version>3.3.0</cglib-nodep.version>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-sleuth-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<!-- Kotlin... -->
<version>4.8.1</version>
<version>4.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<!-- Kotlin... -->
<version>4.8.1</version>
<version>4.9.0</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<!-- Kotlin... -->
<version>4.8.1</version>
<version>4.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<!-- Kotlin... -->
<version>4.8.1</version>
<version>4.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tests/brave/spring-cloud-sleuth-zipkin-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<!-- Kotlin... -->
<version>4.8.1</version>
<version>4.9.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 7740027

Please sign in to comment.