Skip to content

Commit b7b9d9b

Browse files
committed
chore: update version to 3.5.4 and retrofit to 3.0.0 in build configuration
1 parent 00f660c commit b7b9d9b

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## Version 3.5.4
4+
5+
- update retrofit version to 3.0.0
6+
37
## Version 3.5.3
48

59
- project maintenance moved to SeatCode, the source repository of moshi-jsonapi is without any change from version 3.5.0, but the source repository is moved to SeatCode artifactory to avoid problems of availability.

buildsystem/artifactory.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ext {
22
CONTEXT_URL = "https://seatcode.jfrog.io/artifactory"
33
GROUP_ID = "seat.code.android"
4-
VERSION_NAME = "3.5.3"
4+
VERSION_NAME = "3.5.4"
55
}
66

77
def awsPassword = artifact_password_command.execute().text

retrofit-converter/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ sourceSets {
1818
dependencies {
1919
implementation project(':core')
2020
implementation 'com.squareup.moshi:moshi:1.15.2'
21-
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
21+
implementation 'com.squareup.retrofit2:retrofit:3.0.0'
2222
testImplementation project(':core')
2323
testImplementation project(':core').sourceSets.test.output
2424
testImplementation 'com.squareup.moshi:moshi:1.15.2'
25-
testImplementation 'com.squareup.retrofit2:retrofit:2.9.0'
25+
testImplementation 'com.squareup.retrofit2:retrofit:3.0.0'
2626
testImplementation "org.mock-server:mockserver-netty:5.3.0"
2727
testImplementation 'junit:junit:4.12'
2828
}

0 commit comments

Comments
 (0)