Skip to content

Commit

Permalink
Merge pull request #50 from nais/dependabot/gradle/all-deps-61ca3f4c88
Browse files Browse the repository at this point in the history
Bump the all-deps group with 3 updates
  • Loading branch information
jksolbakken authored Jan 4, 2024
2 parents 6ef39c5 + 93d4f2a commit 62b1e82
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 62b1e82

Please sign in to comment.