Skip to content

Commit

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

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

---
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 Oct 11, 2022
1 parent 42d2ef2 commit 2cdaf36
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 @@ -9,6 +9,7 @@ Update dependencies:
#### Build:
- [#434](https://github.com/influxdata/influxdb-client-java/pull/434): `kotlin` to `1.7.20`
- [#436](https://github.com/influxdata/influxdb-client-java/pull/436): `scala-library` to `2.13.9`
- [#443](https://github.com/influxdata/influxdb-client-java/pull/443): `micrometer-registry-influx` to `1.9.5`

#### Test:
- [#440](https://github.com/influxdata/influxdb-client-java/pull/440): `logback-classic` to `1.3.4`
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.4</micrometer.version>
<micrometer.version>1.9.5</micrometer.version>
<spring-boot.version>2.7.4</spring-boot.version>
<spring.version>5.3.23</spring.version>
</properties>
Expand Down

0 comments on commit 2cdaf36

Please sign in to comment.