Skip to content

Commit

Permalink
Update okhttp to 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 3054873 commit ce05b87
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 @@ -18,7 +18,7 @@ scalacOptions ++= Seq(
libraryDependencies ++= Seq(
"com.amazonaws" % "aws-lambda-java-core" % "1.2.2",
"org.slf4j" % "slf4j-simple" % "1.7.36",
"com.squareup.okhttp3" % "okhttp" % "3.14.9",
"com.squareup.okhttp3" % "okhttp" % "4.11.0",
"com.amazonaws" % "aws-java-sdk-cloudwatch" % awsSdkVersion,
"com.amazonaws" % "aws-java-sdk-ec2" % awsSdkVersion,
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2",
Expand Down

0 comments on commit ce05b87

Please sign in to comment.