Skip to content

build(deps): bump influxdb-client-java from 4.3.0 to 6.5.0#32

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 30, 2022

Copy link
Copy Markdown

Bumps influxdb-client-java from 4.3.0 to 6.5.0.

Release notes

Sourced from influxdb-client-java's releases.

6.5.0

Breaking Changes

FluxDSL

The percentile() function renamed to quantile().

Features

  1. #366: Added an endpoint to query with InfluxQL (v1) for more info see README.md.

Bug Fixes

  1. #390: Rename percentile() function renamed to quantile() [FluxDSL]
  2. #398: Append task option at the end of script

Dependencies

Update dependencies:

Build:

  • #389: scala-collection-compat_2.12 to 2.8.1
  • #392: gson to 2.9.1
  • #396: micrometer-registry-influx to 1.9.3
  • #402: spring-boot to 2.7.3

Maven Plugin:

  • #391: maven-bundle-plugin to 5.1.8
  • #395: maven-site-plugin to 3.12.1
  • #399: maven-project-info-reports-plugin to 3.4.1
  • #401: maven-javadoc-plugin to 3.4.1
  • #404: maven-checkstyle-plugin to 3.2.0

Provided:

  • #403: slf4j-api to 2.0.0

Test:

  • #400: mockito to 4.7.0

6.4.0

Release Notice

Spring

⚠️ The client upgrades the OkHttp library to version 4.10.0.

The spring-boot supports the OkHttp:4.10.0 from the version 3.0.0-M4 - spring-boot/OkHttp 4.10,0. For the older version of spring-boot you have to configure Spring Boot's okhttp3.version property:

<properties>
    <okhttp3.version>4.10.0</okhttp3.version>
</properties>

... (truncated)

Changelog

Sourced from influxdb-client-java's changelog.

6.5.0 [2022-08-29]

Breaking Changes

FluxDSL

The percentile() function renamed to quantile().

Features

  1. #366: Added an endpoint to query with InfluxQL (v1) for more info see README.md.

Bug Fixes

  1. #390: Rename percentile() function renamed to quantile() [FluxDSL]
  2. #398: Append task option at the end of script

Dependencies

Update dependencies:

Build:

  • #389: scala-collection-compat_2.12 to 2.8.1
  • #392: gson to 2.9.1
  • #396: micrometer-registry-influx to 1.9.3
  • #402: spring-boot to 2.7.3

Maven Plugin:

  • #391: maven-bundle-plugin to 5.1.8
  • #395: maven-site-plugin to 3.12.1
  • #399: maven-project-info-reports-plugin to 3.4.1
  • #401: maven-javadoc-plugin to 3.4.1
  • #404: maven-checkstyle-plugin to 3.2.0

Provided:

  • #403: slf4j-api to 2.0.0

Test:

  • #400: mockito to 4.7.0

6.4.0 [2022-07-29]

Release Notice

Spring

⚠️ The client upgrades the OkHttp library to version 4.10.0.

The spring-boot supports the OkHttp:4.10.0 from the version 3.0.0-M4 - spring-boot/OkHttp 4.10,0. For the older version of spring-boot you have to configure Spring Boot's okhttp3.version property:

<properties>
    <okhttp3.version>4.10.0</okhttp3.version>
</tr></table> 

... (truncated)

Commits
  • 684cb8e [maven-release-plugin] prepare release v6.5.0
  • 493f3ab chore(release): release version 6.5.0 [skip ci]
  • 0e7df6f chore(deps): bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 (#404)
  • 9ece679 chore(deps): bump slf4j-api from 1.7.36 to 2.0.0 (#403)
  • 6ff2648 fix: append task option at the end of script (#398)
  • 24b0030 chore(deps): bump spring-boot.version from 2.7.2 to 2.7.3 (#402)
  • 14cae84 chore(deps): bump maven-javadoc-plugin from 3.4.0 to 3.4.1 (#401)
  • 7745df0 chore(deps): bump mockito.version from 4.6.1 to 4.7.0 (#400)
  • 4f6a69d chore(deps): bump maven-project-info-reports-plugin from 3.4.0 to 3.4.1 (#399)
  • 7af2be8 chore(deps): bump micrometer-registry-influx from 1.9.2 to 1.9.3 (#396)
  • Additional commits viewable 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 6.5.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...v6.5.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 dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 30, 2022
@dependabot @github

dependabot Bot commented on behalf of github Sep 29, 2022

Copy link
Copy Markdown
Author

Superseded by #39.

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

Development

Successfully merging this pull request may close these issues.

0 participants