Skip to content

Commit

Permalink
Update to jackson version 2.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JLLeitschuh committed Feb 14, 2019
1 parent 24c7b56 commit f4c9ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ktor-features/ktor-jackson/build.gradle
Expand Up @@ -3,7 +3,7 @@ kotlin {
sourceSets {
jvmMain {
dependencies {
api group: 'com.fasterxml.jackson.module', name: 'jackson-module-kotlin', version: '2.9.2'
api group: 'com.fasterxml.jackson.module', name: 'jackson-module-kotlin', version: '2.9.8'
}
}
}
Expand Down

0 comments on commit f4c9ad9

Please sign in to comment.