Skip to content

Commit

Permalink
fix(deps): update jackson to v2.14.1 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
pleo-bot-renovate committed Nov 22, 2022
1 parent 48c5387 commit 9b7a4db
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.14.0'
api "com.fasterxml.jackson.module:jackson-module-kotlin:2.14.0"
api 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
api "com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1"
implementation "org.javamoney:moneta:1.4.2"
}

0 comments on commit 9b7a4db

Please sign in to comment.