Skip to content

Commit adb1117

Browse files
renovate[bot]AleksandrTabolin
authored andcommitted
stack: retrofit monorepo 3.0.0
1 parent bae5d4e commit adb1117

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
- :arrow_up: [kotlinx-serialization](https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.8.1) `1.8.0``1.8.1`
4949
- :arrow_up: [ksp](https://github.com/google/ksp/releases/tag/2.1.21-2.0.1) `2.1.10-1.0.31``2.1.21-2.0.1`
5050
- :arrow_up: [mockk](https://github.com/mockk/mockk/releases/tag/1.14.2) `1.13.17``1.14.2`
51+
- :arrow_up: [retrofit](https://github.com/square/retrofit/releases/tag/2.11.0) `2.11.0``3.0.0` - Upgrade to OkHttp 4.12 (from 3.14). The 3.x versions of Retrofit maintain forward binary-compatibility with the 2.x versions.
5152
- :arrow_up: [tink](https://github.com/tink-crypto/tink-java/releases/tag/v1.17.0) `1.16.0``1.17.0`
5253
- :arrow_up: plugin: [owasp-dependencycheck](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md#version-1201-2025-01-19) `12.1.0``12.1.1`
5354

versions-stack/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ reactivex-rxjava3 = "3.1.10"
2424
kotlinx-serialization = "1.8.1"
2525
moshi = "1.15.2" # https://github.com/square/moshi/blob/master/CHANGELOG.md
2626
okhttp = "4.12.0" # https://github.com/square/okhttp/blob/master/docs/changelogs/changelog_4x.md
27-
retrofit = "2.11.0" # https://github.com/square/retrofit/blob/master/CHANGELOG.md
27+
retrofit = "3.0.0" # https://github.com/square/retrofit/blob/master/CHANGELOG.md
2828

2929
# Security
3030
tink = "1.17.0"

0 commit comments

Comments
 (0)