Skip to content

Commit

Permalink
Bump the all-deps group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all-deps group with 2 updates: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer).


Updates `ch.qos.logback:logback-classic` from 1.4.14 to 1.5.0
- [Commits](qos-ch/logback@v_1.4.14...v_1.5.0)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.12.2 to 1.12.3
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.12.2...v1.12.3)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 5625877 commit 78a32de
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 @@ -3,11 +3,11 @@ import org.cyclonedx.gradle.CycloneDxTask
import org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL

val ktorVersion = "2.3.8"
val logbackVersion = "1.4.14"
val logbackVersion = "1.5.0"
val logstashEncoderVersion = "7.4"
val junitJupiterVersion = "5.10.2"
val kamlVersion = "0.57.0"
val micrometerVersion = "1.12.2"
val micrometerVersion = "1.12.3"

val mainClassName = "io.nais.MainKt"

Expand Down

0 comments on commit 78a32de

Please sign in to comment.