From 93d4f2a66673ae92ee94934f15ae3db90115241c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 09:13:03 +0000 Subject: [PATCH] Bump the all-deps group with 3 updates 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](https://github.com/micrometer-metrics/micrometer/compare/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](https://github.com/JetBrains/kotlin/compare/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](https://github.com/JetBrains/kotlin/compare/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] --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c1e71d5..422359a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ 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" @@ -15,8 +15,8 @@ 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"