Skip to content

Commit

Permalink
build(deps): bump io.micrometer:micrometer-registry-prometheus
Browse files Browse the repository at this point in the history
Bumps [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) from 1.11.2 to 1.11.3.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.2...v1.11.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and carlspring committed Aug 21, 2023
1 parent dc75e1c commit 8a74893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {
implementation group: 'org.infinispan', name: 'infinispan-component-annotations', version: '13.0.18.Final'

implementation group: 'com.sap.cds', name: 'cds4j-core', version: '1.38.1'
implementation group: 'io.micrometer', name: 'micrometer-registry-prometheus', version: '1.11.2'
implementation group: 'io.micrometer', name: 'micrometer-registry-prometheus', version: '1.11.3'
implementation group: 'org.ow2.asm', name: 'asm', version: '9.5'

implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.7'
Expand Down

0 comments on commit 8a74893

Please sign in to comment.