Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-core to v2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 9, 2024
1 parent 08af9de commit 4c43870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ test {

dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.23'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.16.1"
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.16.2"
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.16.1"
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.16.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.16.1'
Expand Down

0 comments on commit 4c43870

Please sign in to comment.