Skip to content

Build: Bump nessie from 0.108.2 to 0.108.3 - #17473

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/nessie-0.108.3
Open

Build: Bump nessie from 0.108.2 to 0.108.3#17473
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/nessie-0.108.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 2, 2026

Copy link
Copy Markdown
Contributor

Bumps nessie from 0.108.2 to 0.108.3.
Updates org.projectnessie.nessie:nessie-client from 0.108.2 to 0.108.3

Release notes

Sourced from org.projectnessie.nessie:nessie-client's releases.

Nessie 0.108.3

Try it

The attached nessie-quarkus-0.108.3-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):

wget https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-quarkus-0.108.3-runner.jar
java -jar nessie-quarkus-0.108.3-runner.jar

Nessie CLI is attached as nessie-cli-0.108.3.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.108.3.

Nessie GC tool is attached as nessie-gc-0.108.3.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.108.3 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.108.3-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.108.3 --help.

The attached nessie-helm-0.108.3.tgz is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.

Changelog

Fixes

  • GC: Nessie GC no longer fails with Path must be relative when Iceberg content references files that are not located under the location declared in the table's metadata, for example data files written via write.data.path or files kept from a previous table location (#10817). Such files are now tracked by their absolute URIs: they are recognized as live while sweeping the content's base locations and are never deleted when they are outside all base locations.

Full Changelog (minus renovate commits):

  • Make nessie-protobuf-relocated produce a "proper" runtime-elements (#12735)
  • GC: handle Iceberg files outside the table's declared location (#12765)
  • Remove usage of project.extra for Gradle config-cache (#12785)
  • Make git-info injection into built jars config-cache compatible (#12786)
  • Jackson 3 slice - CEL usages (#12760)
  • Jackson 3 slice - object-storage-mock (#12759)
  • Jackson 3 slice - versioned/spi (#12776)
  • Jackson 3 slice - tasks/service (#12775)
  • Jackson 3 slice - servers/quarkus-authn + authz (#12774)
  • Jackson 3 slice - catalog/format/iceberg* - prefer Jackson 3 (#12773)
  • Jackson 3 slice - servers/runtime-common (#12772)
  • Jackson 3 slice - servers/services-bench + servers/store (#12771)
  • test: replace azurite and fake gcs helpers with floci (#12770)
  • Jackson 3 slice - some more migrations (#12777)

... (truncated)

Changelog

Sourced from org.projectnessie.nessie:nessie-client's changelog.

[0.108.3] Release (2026-07-23)

Fixes

  • GC: Nessie GC no longer fails with Path must be relative when Iceberg content references files that are not located under the location declared in the table's metadata, for example data files written via write.data.path or files kept from a previous table location (#10817). Such files are now tracked by their absolute URIs: they are recognized as live while sweeping the content's base locations and are never deleted when they are outside all base locations.

[0.107.6] Release (2026-05-27)

New Features

  • Helm chart: support for startupProbe has been added.

[0.107.2] Release (2026-02-09)

Upgrade notes

  • When using the Google Cloud Secret Manager, you have to explicitly configure quarkus.google.cloud.secret-manager-enabled=true.

[0.107.0] Release (2026-01-28)

Upgrade notes

  • Java minimum version requirement is now Java 17 for all Nessie modules that required Java 11 in earlier Nessie versions. This follows Iceberg's recent change to drop support for Java 11.

Fixes

  • Fixes an issue when Nessie was running behind a reverse proxy which existed in Nessie versions 0.105.5 up to 0.106.0.

[0.106.0] Release (2025-12-05)

Fixes

  • Catalog/S3: Add a per-bucket configuration option chunked-encoding-enabled (defaults to true) so deployments targeting Oracle Cloud Infrastructure (OCI) or other S3-compatible stores that reject chunked payload signatures can disable AWS SDK chunked encoding without downgrading Nessie. Fixes #11441.

[0.105.7] Release (2025-11-06)

Fixes

  • Fixes an issue when defining a nested schema field as an identifier field of an Iceberg schema.

[0.105.6] Release (2025-10-24)

... (truncated)

Commits
  • b715f43 [release] release nessie-0.108.3
  • 76eaedb Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.6.1 (#12791)
  • 76e8681 Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v577 (#1...
  • 9d2dd7d Make nessie-protobuf-relocated produce a "proper" runtime-elements (#12735)
  • 14aa9fb Update docker.io/grafana/grafana Docker tag to v13.1.1 (#12788)
  • fce0f9a Update docker.io/redocly/cli Docker tag to v2.40.0 (#12789)
  • 578748d GC: handle Iceberg files outside the table's declared location (#12765)
  • 36283dc Remove usage of project.extra for Gradle config-cache (#12785)
  • db31b9b Make git-info injection into built jars config-cache compatible (#12786)
  • 52cf66f Update actions/checkout action to v7.0.1 (#12787)
  • Additional commits viewable in compare view

Updates org.projectnessie.nessie:nessie-jaxrs-testextension from 0.108.2 to 0.108.3

Release notes

Sourced from org.projectnessie.nessie:nessie-jaxrs-testextension's releases.

Nessie 0.108.3

Try it

The attached nessie-quarkus-0.108.3-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):

wget https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-quarkus-0.108.3-runner.jar
java -jar nessie-quarkus-0.108.3-runner.jar

Nessie CLI is attached as nessie-cli-0.108.3.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.108.3.

Nessie GC tool is attached as nessie-gc-0.108.3.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.108.3 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.108.3-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.108.3 --help.

The attached nessie-helm-0.108.3.tgz is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.

Changelog

Fixes

  • GC: Nessie GC no longer fails with Path must be relative when Iceberg content references files that are not located under the location declared in the table's metadata, for example data files written via write.data.path or files kept from a previous table location (#10817). Such files are now tracked by their absolute URIs: they are recognized as live while sweeping the content's base locations and are never deleted when they are outside all base locations.

Full Changelog (minus renovate commits):

  • Make nessie-protobuf-relocated produce a "proper" runtime-elements (#12735)
  • GC: handle Iceberg files outside the table's declared location (#12765)
  • Remove usage of project.extra for Gradle config-cache (#12785)
  • Make git-info injection into built jars config-cache compatible (#12786)
  • Jackson 3 slice - CEL usages (#12760)
  • Jackson 3 slice - object-storage-mock (#12759)
  • Jackson 3 slice - versioned/spi (#12776)
  • Jackson 3 slice - tasks/service (#12775)
  • Jackson 3 slice - servers/quarkus-authn + authz (#12774)
  • Jackson 3 slice - catalog/format/iceberg* - prefer Jackson 3 (#12773)
  • Jackson 3 slice - servers/runtime-common (#12772)
  • Jackson 3 slice - servers/services-bench + servers/store (#12771)
  • test: replace azurite and fake gcs helpers with floci (#12770)
  • Jackson 3 slice - some more migrations (#12777)

... (truncated)

Changelog

Sourced from org.projectnessie.nessie:nessie-jaxrs-testextension's changelog.

[0.108.3] Release (2026-07-23)

Fixes

  • GC: Nessie GC no longer fails with Path must be relative when Iceberg content references files that are not located under the location declared in the table's metadata, for example data files written via write.data.path or files kept from a previous table location (#10817). Such files are now tracked by their absolute URIs: they are recognized as live while sweeping the content's base locations and are never deleted when they are outside all base locations.

[0.107.6] Release (2026-05-27)

New Features

  • Helm chart: support for startupProbe has been added.

[0.107.2] Release (2026-02-09)

Upgrade notes

  • When using the Google Cloud Secret Manager, you have to explicitly configure quarkus.google.cloud.secret-manager-enabled=true.

[0.107.0] Release (2026-01-28)

Upgrade notes

  • Java minimum version requirement is now Java 17 for all Nessie modules that required Java 11 in earlier Nessie versions. This follows Iceberg's recent change to drop support for Java 11.

Fixes

  • Fixes an issue when Nessie was running behind a reverse proxy which existed in Nessie versions 0.105.5 up to 0.106.0.

[0.106.0] Release (2025-12-05)

Fixes

  • Catalog/S3: Add a per-bucket configuration option chunked-encoding-enabled (defaults to true) so deployments targeting Oracle Cloud Infrastructure (OCI) or other S3-compatible stores that reject chunked payload signatures can disable AWS SDK chunked encoding without downgrading Nessie. Fixes #11441.

[0.105.7] Release (2025-11-06)

Fixes

  • Fixes an issue when defining a nested schema field as an identifier field of an Iceberg schema.

[0.105.6] Release (2025-10-24)

... (truncated)

Commits
  • b715f43 [release] release nessie-0.108.3
  • 76eaedb Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.6.1 (#12791)
  • 76e8681 Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v577 (#1...
  • 9d2dd7d Make nessie-protobuf-relocated produce a "proper" runtime-elements (#12735)
  • 14aa9fb Update docker.io/grafana/grafana Docker tag to v13.1.1 (#12788)
  • fce0f9a Update docker.io/redocly/cli Docker tag to v2.40.0 (#12789)
  • 578748d GC: handle Iceberg files outside the table's declared location (#12765)
  • 36283dc Remove usage of project.extra for Gradle config-cache (#12785)
  • db31b9b Make git-info injection into built jars config-cache compatible (#12786)
  • 52cf66f Update actions/checkout action to v7.0.1 (#12787)
  • Additional commits viewable in compare view

Updates org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests from 0.108.2 to 0.108.3

Release notes

Sourced from org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests's releases.

Nessie 0.108.3

Try it

The attached nessie-quarkus-0.108.3-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):

wget https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-quarkus-0.108.3-runner.jar
java -jar nessie-quarkus-0.108.3-runner.jar

Nessie CLI is attached as nessie-cli-0.108.3.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.108.3.

Nessie GC tool is attached as nessie-gc-0.108.3.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.108.3 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.108.3-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.108.3 --help.

The attached nessie-helm-0.108.3.tgz is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.

Changelog

Fixes

  • GC: Nessie GC no longer fails with Path must be relative when Iceberg content references files that are not located under the location declared in the table's metadata, for example data files written via write.data.path or files kept from a previous table location (#10817). Such files are now tracked by their absolute URIs: they are recognized as live while sweeping the content's base locations and are never deleted when they are outside all base locations.

Full Changelog (minus renovate commits):

  • Make nessie-protobuf-relocated produce a "proper" runtime-elements (#12735)
  • GC: handle Iceberg files outside the table's declared location (#12765)
  • Remove usage of project.extra for Gradle config-cache (#12785)
  • Make git-info injection into built jars config-cache compatible (#12786)
  • Jackson 3 slice - CEL usages (#12760)
  • Jackson 3 slice - object-storage-mock (#12759)
  • Jackson 3 slice - versioned/spi (#12776)
  • Jackson 3 slice - tasks/service (#12775)
  • Jackson 3 slice - servers/quarkus-authn + authz (#12774)
  • Jackson 3 slice - catalog/format/iceberg* - prefer Jackson 3 (#12773)
  • Jackson 3 slice - servers/runtime-common (#12772)
  • Jackson 3 slice - servers/services-bench + servers/store (#12771)
  • test: replace azurite and fake gcs helpers with floci (#12770)
  • Jackson 3 slice - some more migrations (#12777)

... (truncated)

Changelog

Sourced from org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests's changelog.

[0.108.3] Release (2026-07-23)

Fixes

  • GC: Nessie GC no longer fails with Path must be relative when Iceberg content references files that are not located under the location declared in the table's metadata, for example data files written via write.data.path or files kept from a previous table location (#10817). Such files are now tracked by their absolute URIs: they are recognized as live while sweeping the content's base locations and are never deleted when they are outside all base locations.

[0.107.6] Release (2026-05-27)

New Features

  • Helm chart: support for startupProbe has been added.

[0.107.2] Release (2026-02-09)

Upgrade notes

  • When using the Google Cloud Secret Manager, you have to explicitly configure quarkus.google.cloud.secret-manager-enabled=true.

[0.107.0] Release (2026-01-28)

Upgrade notes

  • Java minimum version requirement is now Java 17 for all Nessie modules that required Java 11 in earlier Nessie versions. This follows Iceberg's recent change to drop support for Java 11.

Fixes

  • Fixes an issue when Nessie was running behind a reverse proxy which existed in Nessie versions 0.105.5 up to 0.106.0.

[0.106.0] Release (2025-12-05)

Fixes

  • Catalog/S3: Add a per-bucket configuration option chunked-encoding-enabled (defaults to true) so deployments targeting Oracle Cloud Infrastructure (OCI) or other S3-compatible stores that reject chunked payload signatures can disable AWS SDK chunked encoding without downgrading Nessie. Fixes #11441.

[0.105.7] Release (2025-11-06)

Fixes

  • Fixes an issue when defining a nested schema field as an identifier field of an Iceberg schema.

[0.105.6] Release (2025-10-24)

... (truncated)

Commits
  • b715f43 [release] release nessie-0.108.3
  • 76eaedb Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.6.1 (#12791)
  • 76e8681 Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v577 (#1...
  • 9d2dd7d Make nessie-protobuf-relocated produce a "proper" runtime-elements (#12735)
  • 14aa9fb Update docker.io/grafana/grafana Docker tag to v13.1.1 (#12788)
  • fce0f9a Update docker.io/redocly/cli Docker tag to v2.40.0 (#12789)
  • 578748d GC: handle Iceberg files outside the table's declared location (#12765)
  • 36283dc Remove usage of project.extra for Gradle config-cache (#12785)
  • db31b9b Make git-info injection into built jars config-cache compatible (#12786)
  • 52cf66f Update actions/checkout action to v7.0.1 (#12787)
  • Additional commits viewable in compare view

Updates org.projectnessie.nessie:nessie-versioned-storage-testextension from 0.108.2 to 0.108.3

Release notes

Sourced from org.projectnessie.nessie:nessie-versioned-storage-testextension's releases.

Nessie 0.108.3

Try it

The attached nessie-quarkus-0.108.3-runner.jar is a standalone uber-jar file that runs on Java 17 or newer and it is also available via Maven Central. Download and run it (requires Java 17):

wget https://github.com/projectnessie/nessie/releases/download/nessie-0.108.3/nessie-quarkus-0.108.3-runner.jar
java -jar nessie-quarkus-0.108.3-runner.jar

Nessie CLI is attached as nessie-cli-0.108.3.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Nessie CLI is also available as a Docker image: docker run --rm -it ghcr.io/projectnessie/nessie-cli:0.108.3.

Nessie GC tool is attached as nessie-gc-0.108.3.jar, which is a standalone uber-jar file that runs on Java 11 or newer. Shell completion can be generated from the tool, check its help command. Nessie GC tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-gc:0.108.3 --help.

Nessie Server Admin tool is attached as nessie-server-admin-tool-0.108.3-runner.jar, which is a standalone uber-jar file that runs on Java 17 or newer. Shell completion can be generated from the tool, check its help command. Nessie Server Admin tool is also available as a Docker image: docker run --rm ghcr.io/projectnessie/nessie-server-admin:0.108.3 --help.

The attached nessie-helm-0.108.3.tgz is a packaged Helm chart, which can be downloaded and installed via Helm. There is also the Nessie Helm chart repo, which can be added and used to install the Nessie Helm chart.

Changelog

Fixes

  • GC: Nessie GC no longer fails with Path must be relative when Iceberg content references files that are not located under the location declared in the table's metadata, for example data files written via write.data.path or files kept from a previous table location (#10817). Such files are now tracked by their absolute URIs: they are recognized as live while sweeping the content's base locations and are never deleted when they are outside all base locations.

Full Changelog (minus renovate commits):

  • Make nessie-protobuf-relocated produce a "proper" runtime-elements (#12735)
  • GC: handle Iceberg files outside the table's declared location (#12765)
  • Remove usage of project.extra for Gradle config-cache (#12785)
  • Make git-info injection into built jars config-cache compatible (#12786)
  • Jackson 3 slice - CEL usages (#12760)
  • Jackson 3 slice - object-storage-mock (#12759)
  • Jackson 3 slice - versioned/spi (#12776)
  • Jackson 3 slice - tasks/service (#12775)
  • Jackson 3 slice - servers/quarkus-authn + authz (#12774)
  • Jackson 3 slice - catalog/format/iceberg* - prefer Jackson 3 (#12773)
  • Jackson 3 slice - servers/runtime-common (#12772)
  • Jackson 3 slice - servers/services-bench + servers/store (#12771)
  • test: replace azurite and fake gcs helpers with floci (#12770)
  • Jackson 3 slice - some more migrations (#12777)

... (truncated)

Changelog

Sourced from org.projectnessie.nessie:nessie-versioned-storage-testextension's changelog.

[0.108.3] Release (2026-07-23)

Fixes

  • GC: Nessie GC no longer fails with Path must be relative when Iceberg content references files that are not located under the location declared in the table's metadata, for example data files written via write.data.path or files kept from a previous table location (#10817). Such files are now tracked by their absolute URIs: they are recognized as live while sweeping the content's base locations and are never deleted when they are outside all base locations.

[0.107.6] Release (2026-05-27)

New Features

  • Helm chart: support for startupProbe has been added.

[0.107.2] Release (2026-02-09)

Upgrade notes

  • When using the Google Cloud Secret Manager, you have to explicitly configure quarkus.google.cloud.secret-manager-enabled=true.

[0.107.0] Release (2026-01-28)

Upgrade notes

  • Java minimum version requirement is now Java 17 for all Nessie modules that required Java 11 in earlier Nessie versions. This follows Iceberg's recent change to drop support for Java 11.

Fixes

  • Fixes an issue when Nessie was running behind a reverse proxy which existed in Nessie versions 0.105.5 up to 0.106.0.

[0.106.0] Release (2025-12-05)

Fixes

  • Catalog/S3: Add a per-bucket configuration option chunked-encoding-enabled (defaults to true) so deployments targeting Oracle Cloud Infrastructure (OCI) or other S3-compatible stores that reject chunked payload signatures can disable AWS SDK chunked encoding without downgrading Nessie. Fixes #11441.

[0.105.7] Release (2025-11-06)

Fixes

  • Fixes an issue when defining a nested schema field as an identifier field of an Iceberg schema.

[0.105.6] Release (2025-10-24)

... (truncated)

Commits
  • b715f43 [release] release nessie-0.108.3
  • 76eaedb Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.6.1 (#12791)
  • 76e8681 Update gcr.io/google.com/cloudsdktool/google-cloud-cli Docker tag to v577 (#1...
  • 9d2dd7d Make nessie-protobuf-relocated produce a "proper" runtime-elements (#12735)
  • 14aa9fb Update docker.io/grafana/grafana Docker tag to v13.1.1 (#12788)
  • fce0f9a Update docker.io/redocly/cli Docker tag to v2.40.0 (#12789)
  • 578748d GC: handle Iceberg files outside the table's declared location (#12765)
  • 36283dc Remove usage of project.extra for Gradle config-cache (#12785)
  • db31b9b Make git-info injection into built jars config-cache compatible (#12786)
  • 52cf66f Update actions/checkout action to v7.0.1 (#12787)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `nessie` from 0.108.2 to 0.108.3.

Updates `org.projectnessie.nessie:nessie-client` from 0.108.2 to 0.108.3
- [Release notes](https://github.com/projectnessie/nessie/releases)
- [Changelog](https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md)
- [Commits](projectnessie/nessie@nessie-0.108.2...nessie-0.108.3)

Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.108.2 to 0.108.3
- [Release notes](https://github.com/projectnessie/nessie/releases)
- [Changelog](https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md)
- [Commits](projectnessie/nessie@nessie-0.108.2...nessie-0.108.3)

Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` from 0.108.2 to 0.108.3
- [Release notes](https://github.com/projectnessie/nessie/releases)
- [Changelog](https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md)
- [Commits](projectnessie/nessie@nessie-0.108.2...nessie-0.108.3)

Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` from 0.108.2 to 0.108.3
- [Release notes](https://github.com/projectnessie/nessie/releases)
- [Changelog](https://github.com/projectnessie/nessie/blob/main/CHANGELOG.md)
- [Commits](projectnessie/nessie@nessie-0.108.2...nessie-0.108.3)

---
updated-dependencies:
- dependency-name: org.projectnessie.nessie:nessie-client
  dependency-version: 0.108.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.projectnessie.nessie:nessie-jaxrs-testextension
  dependency-version: 0.108.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests
  dependency-version: 0.108.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.projectnessie.nessie:nessie-versioned-storage-testextension
  dependency-version: 0.108.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant