Skip to content

Bump com.influxdb:influxdb-client-java from 6.7.0 to 6.8.0 in /modules/influxdb#6843

Merged
eddumelendez merged 1 commit intomainfrom
dependabot/gradle/modules/influxdb/com.influxdb-influxdb-client-java-6.8.0
Apr 10, 2023
Merged

Bump com.influxdb:influxdb-client-java from 6.7.0 to 6.8.0 in /modules/influxdb#6843
eddumelendez merged 1 commit intomainfrom
dependabot/gradle/modules/influxdb/com.influxdb-influxdb-client-java-6.8.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2023

Bumps com.influxdb:influxdb-client-java from 6.7.0 to 6.8.0.

Release notes

Sourced from com.influxdb:influxdb-client-java's releases.

v6.8.0

6.8.0 [2023-03-29]

Bug Fixes

  1. #470: Move auto-configuration registration to AutoConfiguration.imports [spring]
  2. #483: Fix of potential NPE for WriteParameters#hashCode
  3. #521: Ensure write data is actually gzip'ed when enabled

CI

  1. #484: Add JDK 19 to CI pipeline

Dependencies

Update various dependencies

Build:

  • #473: micrometer-registry-influx to 1.10.2
  • #477: kotlin to 1.7.22
  • #476: scala-collection-compat_2.12 to 2.9.0
  • #492: versions-maven-plugin to 2.14.2

Maven Plugin:

  • #479: scala-maven-plugin to 4.8.0

Provided:

  • #487: slf4j-api to 2.0.6
  • #490: org.osgi.service.component.annotations to 1.5.1

Test:

  • #485: mockito to 4.10.0
  • #471: logback-classic to 1.3.5
Changelog

Sourced from com.influxdb:influxdb-client-java's changelog.

6.8.0 [2023-03-29]

Bug Fixes

  1. #470: Move auto-configuration registration to AutoConfiguration.imports [spring]
  2. #483: Fix of potential NPE for WriteParameters#hashCode
  3. #521: Ensure write data is actually gzip'ed when enabled

CI

  1. #484: Add JDK 19 to CI pipeline

Dependencies

Update dependencies:

Build:

  • #473: micrometer-registry-influx to 1.10.2
  • #477: kotlin to 1.7.22
  • #476: scala-collection-compat_2.12 to 2.9.0
  • #492: versions-maven-plugin to 2.14.2

Maven Plugin:

  • #479: scala-maven-plugin to 4.8.0

Provided:

  • #487: slf4j-api to 2.0.6
  • #490: org.osgi.service.component.annotations to 1.5.1

Test:

  • #485: mockito to 4.10.0
  • #471: logback-classic to 1.3.5
Commits
  • 08b7c5e [maven-release-plugin] prepare release v6.8.0
  • c2511a5 chore(release): release version 6.8.0 [skip ci]
  • 3341cb8 Revert "chore(deps): bump maven-deploy-plugin from 2.8.2 to 3.1.0 (#514)"
  • 091acb9 chore(deps): bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#513)
  • 31786ef chore(deps): bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 (#508)
  • 4c2163c chore(deps): bump maven-deploy-plugin from 2.8.2 to 3.1.0 (#514)
  • 8317de5 chore(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#515)
  • e176c9e chore(deps-dev): bump spring-test from 5.3.23 to 5.3.26 (#520)
  • a658fca fix: do not hard-code content-encoding on writes (#519)
  • 55b5362 chore(deps): bump okio from 3.2.0 to 3.3.0 (#497)
  • 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)

@dependabot dependabot bot requested a review from a team March 31, 2023 23:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Mar 31, 2023
This was referenced Apr 3, 2023
This was referenced Apr 3, 2023
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/influxdb/com.influxdb-influxdb-client-java-6.8.0 branch from d34f74b to eb8223f Compare April 3, 2023 16:28
Bumps [com.influxdb:influxdb-client-java](https://github.com/influxdata/influxdb-client-java) from 6.7.0 to 6.8.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@v6.7.0...v6.8.0)

---
updated-dependencies:
- dependency-name: com.influxdb:influxdb-client-java
  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/modules/influxdb/com.influxdb-influxdb-client-java-6.8.0 branch from eb8223f to 1d66f48 Compare April 4, 2023 19:55
@eddumelendez eddumelendez merged commit 1daf0b6 into main Apr 10, 2023
@eddumelendez eddumelendez deleted the dependabot/gradle/modules/influxdb/com.influxdb-influxdb-client-java-6.8.0 branch April 10, 2023 23:54
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 modules/influx

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant