Skip to content

Commit

Permalink
fix(deps): update jackson to v2.13.4 (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: Elias Jørgensen <eliaszakarias@gmail.com>
  • Loading branch information
pleo-bot-renovate and EliasJorgensen committed Sep 20, 2022
1 parent b2847d6 commit a979f8e
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.3'
api "com.fasterxml.jackson.module:jackson-module-kotlin:2.13.3"
api 'com.fasterxml.jackson.core:jackson-databind:2.13.4'
api "com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4"
implementation "org.javamoney:moneta:1.4.2"
}

0 comments on commit a979f8e

Please sign in to comment.