Skip to content

Commit

Permalink
Bump the minor-and-patch group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 2 updates: [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) and com.fasterxml.jackson.datatype:jackson-datatype-jsr310.


Updates `io.micrometer:micrometer-registry-prometheus` from 1.13.1 to 1.13.2
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.13.1...v1.13.2)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.17.1 to 2.17.2

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent 195609f commit 9c4262a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ val postgresVersion = "42.7.3"
val postgresEmbeddedVersion = "2.0.7"
val logbackVersion = "1.5.6"
val logstashEncoderVersion = "7.4"
val micrometerRegistryVersion = "1.13.1"
val jacksonDatatypeVersion = "2.17.1"
val micrometerRegistryVersion = "1.13.2"
val jacksonDatatypeVersion = "2.17.2"
val ktorVersion = "2.3.12"
val spekVersion = "2.0.19"
val mockkVersion = "1.13.11"
Expand Down

0 comments on commit 9c4262a

Please sign in to comment.