Skip to content

Commit d6a3aab

Browse files
authored
Update okhttp to 4.12.0 (#3248)
## 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>
1 parent d919560 commit d6a3aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ lazy val okhttp =
784784
name := "airframe-http-okhttp",
785785
description := "REST API binding for OkHttp",
786786
libraryDependencies ++= Seq(
787-
"com.squareup.okhttp3" % "okhttp" % "4.11.0"
787+
"com.squareup.okhttp3" % "okhttp" % "4.12.0"
788788
)
789789
)
790790
.dependsOn(http.jvm, netty % Test)

0 commit comments

Comments
 (0)