Skip to content

Commit

Permalink
Bump the minor-and-patch group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 4 updates in the / directory: [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer), [redis.clients:jedis](https://github.com/redis/jedis), com.fasterxml.jackson.datatype:jackson-datatype-jsr310 and [com.gradleup.shadow](https://github.com/GradleUp/shadow).


Updates `io.micrometer:micrometer-registry-prometheus` from 1.12.8 to 1.13.4
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.12.8...v1.13.4)

Updates `redis.clients:jedis` from 5.1.5 to 5.2.0
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v5.1.5...v5.2.0)

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

Updates `com.gradleup.shadow` from 8.3.0 to 8.3.2
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@8.3.0...8.3.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent b683bd5 commit 9978dec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ val confluent = "7.7.1"
val flyway = "9.22.3"
val hikari = "5.1.0"
val isdialogmoteSchema = "1.0.5"
val jacksonDataType = "2.17.2"
val jedis = "5.1.5"
val jacksonDataType = "2.18.0"
val jedis = "5.2.0"
val json = "20240303"
val kafka = "3.7.0"
val kluent = "1.73"
val ktor = "2.3.12"
val logback = "1.5.8"
val logstashEncoder = "7.4"
val mockk = "1.13.12"
val micrometerRegistry = "1.12.8"
val micrometerRegistry = "1.13.4"
val nimbusjosejwt = "9.41.1"
val postgresEmbedded = "2.0.7"
val postgres = "42.7.4"
val spek = "2.0.19"

plugins {
kotlin("jvm") version "2.0.20"
id("com.gradleup.shadow") version "8.3.0"
id("com.gradleup.shadow") version "8.3.2"
id("org.jlleitschuh.gradle.ktlint") version "11.6.0"
id("com.github.davidmc24.gradle.plugin.avro") version "1.8.0"
}
Expand Down

0 comments on commit 9978dec

Please sign in to comment.