Skip to content

Commit

Permalink
Build: Bump Nessie to 0.76.0 (apache#9398)
Browse files Browse the repository at this point in the history
* Bump Nessie to 0.76.0

* Exclude jackson-bom as a dependency for Nessie
  • Loading branch information
snazy authored Jan 3, 2024
1 parent e7999a1 commit 38eb1b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,9 @@ project(':iceberg-nessie') {
implementation project(':iceberg-common')
implementation project(':iceberg-core')
implementation project(path: ':iceberg-bundled-guava', configuration: 'shadow')
implementation libs.nessie.client
implementation(libs.nessie.client) {
exclude group: 'com.fasterxml.jackson'
}
implementation platform(libs.jackson.bom)
implementation "com.fasterxml.jackson.core:jackson-databind"
implementation "com.fasterxml.jackson.core:jackson-core"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ kryo-shaded = "4.0.3"
microprofile-openapi-api = "3.1.1"
mockito = "4.11.0"
mockserver = "5.15.0"
nessie = "0.75.0"
nessie = "0.76.0"
netty-buffer = "4.1.97.Final"
netty-buffer-compat = "4.1.68.Final"
object-client-bundle = "3.3.2"
Expand Down

0 comments on commit 38eb1b1

Please sign in to comment.