Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Update dependency com.fasterxml.jackson.module:jackson-module-kotlin …
Browse files Browse the repository at this point in the history
…to v2.15.1
  • Loading branch information
renovate[bot] authored May 28, 2023
1 parent 7ca990b commit 1cb8628
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 @@ -38,7 +38,7 @@ dependencies {

implementation("com.fasterxml.jackson.core:jackson-databind:2.13.1")

implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.13.1'
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.15.1'

}

Expand Down

0 comments on commit 1cb8628

Please sign in to comment.