Skip to content

Commit

Permalink
Merge pull request #11 from launchableinc/update-libs
Browse files Browse the repository at this point in the history
update lib versions
  • Loading branch information
Konboi authored Mar 8, 2024
2 parents 57efdfc + b5a481a commit 121788b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
jackson = "2.14.2"
jackson = "2.16.1"
retrofit = "2.9.0"

[libraries]
jacksonDatabind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" }
jacksonAnnotations = { module = "com.fasterxml.jackson.core:jackson-annotations", version.ref = "jackson" }
jacksonJsonSchema = { module = "com.kjetland:mbknor-jackson-jsonschema_2.12", version = "1.0.34" }
lombok = { module = "org.projectlombok:lombok", version = "1.18.24" }
lombok = { module = "org.projectlombok:lombok", version = "1.18.30" }
junitBom = { module = "org.junit:junit-bom", version = "5.8.2" }
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
retrofitJackson = { module = "com.squareup.retrofit2:converter-jackson", version.ref = "retrofit" }
retrofitRxJava2 = { module = "com.squareup.retrofit2:adapter-rxjava2", version.ref = "retrofit" }
retrofitMock = { module = "com.squareup.retrofit2:retrofit-mock", version.ref = "retrofit" }
jtokkit = { module = "com.knuddels:jtokkit", version = "0.5.1" }
jtokkit = { module = "com.knuddels:jtokkit", version = "0.6.1" }

0 comments on commit 121788b

Please sign in to comment.