Skip to content

Commit

Permalink
Merge pull request #57 from nais/dependabot/gradle/all-deps-f3e8942451
Browse files Browse the repository at this point in the history
Bump the all-deps group with 11 updates
  • Loading branch information
jksolbakken authored Mar 12, 2024
2 parents 5625877 + 08dca6e commit 0f69869
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
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 ktorVersion = "2.3.9"
val logbackVersion = "1.5.3"
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"

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

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

0 comments on commit 0f69869

Please sign in to comment.