Skip to content

Commit

Permalink
build(deps): bump com.fasterxml.jackson.core:jackson-databind
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.0 to 2.17.1.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 9, 2024
1 parent bdd7690 commit d727825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ dependencies {
testImplementation "org.apache.kafka:connect-json:$kafkaVersion"
testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion"
testImplementation "org.apache.parquet:parquet-tools:$parquetVersion"
testImplementation "com.fasterxml.jackson.core:jackson-databind:2.17.0"
testImplementation "com.fasterxml.jackson.core:jackson-databind:2.17.1"
testImplementation "org.mockito:mockito-core:5.12.0"
testImplementation 'org.assertj:assertj-core:3.26.0'

Expand All @@ -177,7 +177,7 @@ dependencies {
testImplementation "org.codehaus.woodstox:stax2-api:4.2.2"
testImplementation "org.apache.hadoop:hadoop-mapreduce-client-core:$hadoopVersion"

testImplementation "com.fasterxml.jackson.core:jackson-databind:2.17.0"
testImplementation "com.fasterxml.jackson.core:jackson-databind:2.17.1"
testImplementation "io.confluent:kafka-connect-avro-converter:$confluentPlatformVersion"

testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
Expand Down

0 comments on commit d727825

Please sign in to comment.