This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new b4ce47c68a Build: Bump Nessie to 0.51.1 (#7031)
b4ce47c68a is described below

commit b4ce47c68a0dde173dcfea3d19b1882f7baeb70d
Author: Robert Stupp <[email protected]>
AuthorDate: Tue Mar 7 19:20:18 2023 +0100

    Build: Bump Nessie to 0.51.1 (#7031)
---
 build.gradle   | 8 ++++----
 versions.props | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/build.gradle b/build.gradle
index 842ffa5be5..a3d4118849 100644
--- a/build.gradle
+++ b/build.gradle
@@ -791,13 +791,13 @@ project(':iceberg-nessie') {
     implementation project(':iceberg-common')
     implementation project(':iceberg-core')
     implementation project(path: ':iceberg-bundled-guava', configuration: 
'shadow')
-    implementation "org.projectnessie:nessie-client"
+    implementation "org.projectnessie.nessie:nessie-client"
     implementation "com.fasterxml.jackson.core:jackson-databind"
     implementation "com.fasterxml.jackson.core:jackson-core"
 
-    testImplementation "org.projectnessie:nessie-jaxrs-testextension"
-    testImplementation "org.projectnessie:nessie-versioned-persist-in-memory"
-    testImplementation 
"org.projectnessie:nessie-versioned-persist-in-memory-test"
+    testImplementation "org.projectnessie.nessie:nessie-jaxrs-testextension"
+    testImplementation 
"org.projectnessie.nessie:nessie-versioned-persist-in-memory"
+    testImplementation 
"org.projectnessie.nessie:nessie-versioned-persist-in-memory-test"
     // Need to "pull in" el-api explicitly :(
     testImplementation "jakarta.el:jakarta.el-api"
 
diff --git a/versions.props b/versions.props
index f8937f29f4..119b0c5945 100644
--- a/versions.props
+++ b/versions.props
@@ -22,7 +22,7 @@ javax.xml.bind:jaxb-api = 2.3.1
 javax.activation:activation = 1.1.1
 org.glassfish.jaxb:jaxb-runtime = 2.3.3
 software.amazon.awssdk:* = 2.17.257
-org.projectnessie:* = 0.50.0
+org.projectnessie.nessie:* = 0.51.1
 com.google.cloud:libraries-bom = 24.1.0
 org.scala-lang.modules:scala-collection-compat_2.12 = 2.6.0
 org.scala-lang.modules:scala-collection-compat_2.13 = 2.6.0

Reply via email to