Skip to content

Commit

Permalink
chore(deps): bump micrometer-registry-influx from 1.9.3 to 1.9.4 (#420)
Browse files Browse the repository at this point in the history
* chore(deps): bump micrometer-registry-influx from 1.9.3 to 1.9.4

Bumps [micrometer-registry-influx](https://github.com/micrometer-metrics/micrometer) from 1.9.3 to 1.9.4.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.9.3...v1.9.4)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-registry-influx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs: update CHANGELOG.md

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
  • Loading branch information
dependabot[bot] and bednar authored Sep 13, 2022
1 parent b410e4d commit 79836d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Update dependencies:

#### Build:
- [#412](https://github.com/influxdata/influxdb-client-java/pull/412), [#416](https://github.com/influxdata/influxdb-client-java/pull/416): `akka` to `2.6.20`
- [#420](https://github.com/influxdata/influxdb-client-java/pull/420): `micrometer-registry-influx` to `1.9.4`

#### Maven Plugin:
- [#413](https://github.com/influxdata/influxdb-client-java/pull/413): `versions-maven-plugin` to `2.12.0`
Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</scm>

<properties>
<micrometer.version>1.9.3</micrometer.version>
<micrometer.version>1.9.4</micrometer.version>
<spring-boot.version>2.7.3</spring-boot.version>
<spring.version>5.3.22</spring.version>
</properties>
Expand Down

0 comments on commit 79836d8

Please sign in to comment.