Skip to content

Commit

Permalink
Merge pull request #43 from nais/dependabot/gradle/all-deps-c5677f6e74
Browse files Browse the repository at this point in the history
Bump the all-deps group with 4 updates
  • Loading branch information
jksolbakken authored Nov 6, 2023
2 parents 1bc8d70 + 6cbf213 commit 4da4e19
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 @@ -5,7 +5,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
val ktorVersion = "2.3.5"
val logbackVersion = "1.4.11"
val logstashEncoderVersion = "7.4"
val junitJupiterVersion = "5.10.0"
val junitJupiterVersion = "5.10.1"
val kamlVersion = "0.55.0"
val micrometerVersion = "1.11.5"

Expand All @@ -15,8 +15,8 @@ group = "io.nais"
version = "generatedlater"

plugins {
kotlin("jvm") version "1.9.10"
kotlin("plugin.serialization") version "1.9.10"
kotlin("jvm") version "1.9.20"
kotlin("plugin.serialization") version "1.9.20"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("com.github.ben-manes.versions") version "0.49.0"
id("org.cyclonedx.bom") version "1.8.0"
Expand Down

0 comments on commit 4da4e19

Please sign in to comment.