Skip to content

Commit

Permalink
fix(deps): update dependency com.fasterxml.jackson.core:jackson-datab…
Browse files Browse the repository at this point in the history
…ind to v2.13.4.2 (#141)
  • Loading branch information
pleo-bot-renovate committed Oct 18, 2022
1 parent 83ed6fc commit 448c626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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'
api 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
api "com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4"
implementation "org.javamoney:moneta:1.4.2"
}

0 comments on commit 448c626

Please sign in to comment.