Skip to content

build(deps): bump influxdb-client-java from 4.3.0 to 5.0.0#12

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/maven/com.influxdb-influxdb-client-java-5.0.0
Closed

build(deps): bump influxdb-client-java from 4.3.0 to 5.0.0#12
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/maven/com.influxdb-influxdb-client-java-5.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 4, 2022

Copy link
Copy Markdown

Bumps influxdb-client-java from 4.3.0 to 5.0.0.

Release notes

Sourced from influxdb-client-java's releases.

5.0.0

Breaking Changes

  • Change type of PermissionResource.type to String. You are able to easily migrate by:
    - resource.setType(PermissionResource.TypeEnum.BUCKETS);
    + resource.setType(PermissionResource.TYPE_BUCKETS);

Bug Fixes

  1. #303: Change PermissionResource.type to String
Changelog

Sourced from influxdb-client-java's changelog.

5.0.0 [2022-03-18]

Breaking Changes

  • Change type of PermissionResource.type to String. You are able to easily migrate by:
    - resource.setType(PermissionResource.TypeEnum.BUCKETS);
    + resource.setType(PermissionResource.TYPE_BUCKETS);

Bug Fixes

  1. #303: Change PermissionResource.type to String

CI

  1. #304: Use new Codecov uploader for reporting code coverage
Commits
  • 754298c [maven-release-plugin] prepare release v5.0.0
  • e10c59e chore(release): release version 5.0.0 [skip ci]
  • f36c52e docs: correct link to session-length configuration
  • 1fe4b5b fix: installation instruction for Gradle (#307)
  • 53a8195 fix: installation instruction for Gradle (#306)
  • 630f52b chore: remove Bonitoo Snapshot repository (#305)
  • 25186c0 chore(ci): use new Codecov uploader for reporting code coverage (#304)
  • 0306299 fix: change type of PermissionResource.type to String to avoid exception fo...
  • 4ddda00 chore(release): prepare for next development iteration
  • cd84fb9 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Dependabot compatibility score

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 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 [influxdb-client-java](https://github.com/influxdata/influxdb-client-java) from 4.3.0 to 5.0.0.
- [Release notes](https://github.com/influxdata/influxdb-client-java/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-java@v4.3.0...v5.0.0)

---
updated-dependencies:
- dependency-name: com.influxdb:influxdb-client-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 4, 2022
@dependabot @github

dependabot Bot commented on behalf of github May 17, 2022

Copy link
Copy Markdown
Author

Superseded by #16.

@dependabot dependabot Bot closed this May 17, 2022
@dependabot dependabot Bot deleted the dependabot/maven/com.influxdb-influxdb-client-java-5.0.0 branch May 17, 2022 22:29
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

Development

Successfully merging this pull request may close these issues.

0 participants