You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ry...@apache.org on 2021/12/08 17:53:35 UTC

[iceberg] branch master updated: NESSIE: Bump Nessie to 0.17.0 (#3690)

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

rymurr 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 4922633  NESSIE: Bump Nessie to 0.17.0 (#3690)
4922633 is described below

commit 4922633a078f8c13270ba062fbc23b578a7b8998
Author: Eduard Tudenhöfner <et...@gmail.com>
AuthorDate: Wed Dec 8 18:53:16 2021 +0100

    NESSIE: Bump Nessie to 0.17.0 (#3690)
---
 versions.props | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/versions.props b/versions.props
index bf19bc9..c18f124 100644
--- a/versions.props
+++ b/versions.props
@@ -24,7 +24,7 @@ javax.activation:activation = 1.1.1
 org.glassfish.jaxb:jaxb-runtime = 2.3.3
 software.amazon.awssdk:* = 2.15.7
 org.scala-lang:scala-library = 2.12.10
-org.projectnessie:* = 0.15.1
+org.projectnessie:* = 0.17.0
 
 # test deps
 org.junit.vintage:junit-vintage-engine = 5.7.2