Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build: Bump nessie from 0.81.1 to 0.82.0 #10318

Merged
merged 1 commit into from
May 16, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2024

Bumps nessie from 0.81.1 to 0.82.0.
Updates org.projectnessie.nessie:nessie-client from 0.81.1 to 0.82.0

Updates org.projectnessie.nessie:nessie-jaxrs-testextension from 0.81.1 to 0.82.0

Updates org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests from 0.81.1 to 0.82.0

Updates org.projectnessie.nessie:nessie-versioned-storage-testextension from 0.81.1 to 0.82.0

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 12, 2024
@ajantha-bhat
Copy link
Member

Flink flaky test: TestIcebergSourceFailoverWithWatermarkExtractor > testBoundedWithSavepoint FAILED

@ajantha-bhat
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Sorry, only users with push access can use that command.

@Fokko
Copy link
Contributor

Fokko commented May 13, 2024

https://github.com/dependabot rebase

Bumps `nessie` from 0.81.1 to 0.82.0.

Updates `org.projectnessie.nessie:nessie-client` from 0.81.1 to 0.82.0

Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.81.1 to 0.82.0

Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` from 0.81.1 to 0.82.0

Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` from 0.81.1 to 0.82.0

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/nessie-0.82.0 branch from b7c9d7f to 362c90c Compare May 13, 2024 12:28
@ajantha-bhat
Copy link
Member

Failure is independent of this change

* What went wrong:
Execution failed for task ':iceberg-gcp:compileTestJava'.
> Could not resolve all files for configuration ':iceberg-gcp:testCompileClasspath'.
   > Could not resolve com.google.cloud:google-cloud-nio:0.127.8.
     Required by:
         project :iceberg-gcp
      > Could not resolve com.google.cloud:google-cloud-nio:0.127.8.
         > Could not get resource 'https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-nio/0.127.8/google-cloud-nio-0.127.8.pom'.
            > Could not GET 'https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-nio/0.127.8/google-cloud-nio-0.127.8.pom'.
               > Connect to repo.maven.apache.org:443 [repo.maven.apache.org/146.75.92.215, repo.maven.apache.org/2a04:4e42:87:0:0:0:0:215] failed: Network is unreachable (connect failed)
   > Could not resolve com.google.cloud:google-cloud-nio:0.127.8.
     Required by:
         project :iceberg-gcp > com.google.cloud:libraries-bom:26.28.0
      > Could not resolve com.google.cloud:google-cloud-nio:0.127.8.
         > Could not get resource 'https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-nio/0.127.8/google-cloud-nio-0.127.8.pom'.
            > Could not GET 'https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-nio/0.127.8/google-cloud-nio-0.127.8.pom'.
               > Connect to repo.maven.apache.org:443 [repo.maven.apache.org/146.75.92.215, repo.maven.apache.org/2a04:4e42:87:0:0:0:0:215] failed: Network is unreachable (connect failed)

@ajantha-bhat
Copy link
Member

https://github.com/dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Sorry, only users with push access can use that command.

@Fokko Fokko merged commit 090fe2e into main May 16, 2024
41 checks passed
@Fokko Fokko deleted the dependabot/gradle/nessie-0.82.0 branch May 16, 2024 12:05
@manuzhang
Copy link
Collaborator

I've created #10356 to track the flaky test.

sasankpagolu pushed a commit to sasankpagolu/iceberg that referenced this pull request Oct 27, 2024
Bumps `nessie` from 0.81.1 to 0.82.0.

Updates `org.projectnessie.nessie:nessie-client` from 0.81.1 to 0.82.0

Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.81.1 to 0.82.0

Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` from 0.81.1 to 0.82.0

Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` from 0.81.1 to 0.82.0

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
zachdisc pushed a commit to zachdisc/iceberg that referenced this pull request Dec 23, 2024
Bumps `nessie` from 0.81.1 to 0.82.0.

Updates `org.projectnessie.nessie:nessie-client` from 0.81.1 to 0.82.0

Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.81.1 to 0.82.0

Updates `org.projectnessie.nessie:nessie-versioned-storage-inmemory-tests` from 0.81.1 to 0.82.0

Updates `org.projectnessie.nessie:nessie-versioned-storage-testextension` from 0.81.1 to 0.82.0

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

3 participants