Skip to content

Commit

Permalink
Update okhttp to 4.12.0 (#3248)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates
[com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from
`4.11.0` to `4.12.0`

πŸ“œ [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)

## Usage
βœ… **Please merge!**

I'll automatically update this PR to resolve conflicts as long as you
don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you
have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a
[`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>βš™ Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "com.squareup.okhttp3", artifactId = "okhttp" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.squareup.okhttp3", artifactId = "okhttp" }
}]
```
</details>

<sup>
labels: library-update
</sup>
  • Loading branch information
xerial-bot authored Oct 17, 2023
1 parent d919560 commit d6a3aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ lazy val okhttp =
name := "airframe-http-okhttp",
description := "REST API binding for OkHttp",
libraryDependencies ++= Seq(
"com.squareup.okhttp3" % "okhttp" % "4.11.0"
"com.squareup.okhttp3" % "okhttp" % "4.12.0"
)
)
.dependsOn(http.jvm, netty % Test)
Expand Down

0 comments on commit d6a3aab

Please sign in to comment.