Skip to content

Commit

Permalink
fix(deps): update dependency com.fasterxml.jackson.core:jackson-core …
Browse files Browse the repository at this point in the history
…to v2.17.0
  • Loading branch information
renovate[bot] authored Mar 15, 2024
1 parent c29146d commit c40ce7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.3.1'

//jackson
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.2'
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'

testImplementation 'org.apache.groovy:groovy:4.0.20'
Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation 'net.logstash.logback:logstash-logback-encoder:7.4'

//jackson
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.2'
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.2'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.2'
Expand Down

0 comments on commit c40ce7a

Please sign in to comment.