Skip to content

Commit

Permalink
fix: Update retrofit (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Dozor <sdozor@mparticle.com>
  • Loading branch information
samdozor and Sam Dozor committed Oct 15, 2023
1 parent 836c128 commit bcdb225
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ repositories {
mavenCentral()
}

sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

task sdkJavadocs(type: Javadoc) {
source = sourceSets.main.allJava
Expand All @@ -42,7 +42,7 @@ artifacts {

ext {
oltu_version = "1.0.1"
retrofit_version = "2.3.0"
retrofit_version = "2.9.0"
swagger_annotations_version = "1.5.22"
junit_version = "4.12"
threetenbp_version = "1.3.5"
Expand Down
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Thu Aug 22 12:38:14 EDT 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6-all.zip

0 comments on commit bcdb225

Please sign in to comment.