Skip to content

Commit

Permalink
fix(deps): update jackson to v2.14.0 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
pleo-bot-renovate committed Nov 7, 2022
1 parent f9fe2e1 commit 6dd5c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prop-jackson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = 'Jackson implementation of ParserFactory'

dependencies {
api project(':prop-core')
api 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
api "com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4"
api 'com.fasterxml.jackson.core:jackson-databind:2.14.0'
api "com.fasterxml.jackson.module:jackson-module-kotlin:2.14.0"
implementation "org.javamoney:moneta:1.4.2"
}

0 comments on commit 6dd5c66

Please sign in to comment.