Skip to content

Commit

Permalink
Downgrading jakarta.annotation-api in order to support okhttp-gson op…
Browse files Browse the repository at this point in the history
…enapi.generator 5.4.0 logic
  • Loading branch information
akaryakina committed Mar 13, 2024
1 parent ee3f738 commit 18f229d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation 'io.gsonfire:gson-fire:1.9.0'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'io.swagger:swagger-annotations:1.6.13'
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
implementation 'jakarta.annotation:jakarta.annotation-api:1.3.5'
implementation 'com.squareup.okio:okio-jvm:3.8.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.22'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.22'
Expand Down

0 comments on commit 18f229d

Please sign in to comment.