Skip to content

Commit

Permalink
Merge pull request #161 from DataDog/nogorodnikov/update-okhttp-to-4.…
Browse files Browse the repository at this point in the history
…11.0

Update OkHttp to 4.11.0
  • Loading branch information
0xnm authored Apr 27, 2023
2 parents 5f174db + b313e05 commit e2ddb73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.8.1 / 2023-04-27

* [BUGFIX] Update OkHttp version to 4.11.0. See [#161](https://github.com/DataDog/dd-sdk-android-gradle-plugin/pull/161)

# 1.8.0 / 2023-03-22

* [FEATURE] Add support to AP1. See [#150](https://github.com/DataDog/dd-sdk-android-gradle-plugin/pull/150)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import java.net.URI

object MavenConfig {

val VERSION = Version(1, 8, 0, Version.Type.Release)
val VERSION = Version(1, 8, 1, Version.Type.Release)
const val GROUP_ID = "com.datadoghq"
const val PUBLICATION = "pluginMaven"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Commons
kotlin = "1.8.10"
json = "20180813"
okHttp = "4.10.0"
okHttp = "4.11.0"

# Android
androidToolsPlugin = "7.4.1"
Expand Down

0 comments on commit e2ddb73

Please sign in to comment.