Skip to content

Commit

Permalink
Build: Bump com.fasterxml.jackson.core:jackson-annotations (apache#7601)
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.14.2 to 2.15.0.
- [Commits](https://github.com/FasterXML/jackson/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 17, 2023
1 parent 7cbde14 commit f07bedc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hive3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ project(':iceberg-hive3') {
testImplementation("org.apache.avro:avro")
testImplementation("org.apache.calcite:calcite-core")
testImplementation("com.esotericsoftware:kryo-shaded:4.0.2")
testImplementation("com.fasterxml.jackson.core:jackson-annotations:2.14.2")
testImplementation("com.fasterxml.jackson.core:jackson-annotations:2.15.0")
testImplementation("org.apache.hive:hive-service:${hiveVersion}") {
exclude group: 'org.apache.hive', module: 'hive-exec'
exclude group: 'org.apache.orc'
Expand Down
2 changes: 1 addition & 1 deletion mr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ project(':iceberg-mr') {
testImplementation("org.apache.avro:avro")
testImplementation("org.apache.calcite:calcite-core")
testImplementation("com.esotericsoftware:kryo-shaded:4.0.2")
testImplementation("com.fasterxml.jackson.core:jackson-annotations:2.14.2")
testImplementation("com.fasterxml.jackson.core:jackson-annotations:2.15.0")
testImplementation("org.apache.hive:hive-service") {
exclude group: 'org.apache.hive', module: 'hive-exec'
}
Expand Down

0 comments on commit f07bedc

Please sign in to comment.