Skip to content

Commit

Permalink
bump moshi version 1.15.1 (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <[email protected]>
  • Loading branch information
munishchouhan authored Nov 16, 2024
1 parent 1416d65 commit 44a9cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wave-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ group = 'io.seqera'
version = "${project.file('VERSION').text.trim()}"

dependencies {
implementation 'com.squareup.moshi:moshi:1.14.0'
implementation 'com.squareup.moshi:moshi-adapters:1.14.0'
implementation 'com.squareup.moshi:moshi:1.15.1'
implementation 'com.squareup.moshi:moshi-adapters:1.15.1'
}

0 comments on commit 44a9cf2

Please sign in to comment.