Skip to content

Commit

Permalink
Bump micrometer-core from 1.8.4 to 1.8.5 (#2624)
Browse files Browse the repository at this point in the history
Bumps [micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.8.4 to 1.8.5.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.8.4...v1.8.5)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Klish <aklish@gmail.com>
  • Loading branch information
dependabot[bot] and aklish committed Apr 22, 2022
1 parent 818f959 commit f6d3b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elide-spring/elide-spring-boot-autoconfigure/pom.xml
Expand Up @@ -169,7 +169,7 @@
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
<version>1.8.4</version>
<version>1.8.5</version>
<optional>true</optional>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion elide-spring/elide-spring-boot-starter/pom.xml
Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
<version>1.8.4</version>
<version>1.8.5</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f6d3b68

Please sign in to comment.