Skip to content

Commit

Permalink
Bump the all-deps group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all-deps group with 3 updates: [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer), [jvm](https://github.com/JetBrains/kotlin) and [plugin.serialization](https://github.com/JetBrains/kotlin).


Updates `io.micrometer:micrometer-registry-prometheus` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.12.0...v1.12.1)

Updates `jvm` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.21...v1.9.22)

Updates `plugin.serialization` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.21...v1.9.22)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: plugin.serialization
  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 Dec 25, 2023
1 parent 6ef39c5 commit 93d4f2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ val logbackVersion = "1.4.14"
val logstashEncoderVersion = "7.4"
val junitJupiterVersion = "5.10.1"
val kamlVersion = "0.56.0"
val micrometerVersion = "1.12.0"
val micrometerVersion = "1.12.1"

val mainClassName = "io.nais.MainKt"

group = "io.nais"
version = "generatedlater"

plugins {
kotlin("jvm") version "1.9.21"
kotlin("plugin.serialization") version "1.9.21"
kotlin("jvm") version "1.9.22"
kotlin("plugin.serialization") version "1.9.22"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("com.github.ben-manes.versions") version "0.50.0"
id("org.cyclonedx.bom") version "1.8.1"
Expand Down

0 comments on commit 93d4f2a

Please sign in to comment.