Skip to content

Commit

Permalink
Merge pull request #44 from nais/dependabot/gradle/all-deps-317ef7c1df
Browse files Browse the repository at this point in the history
Bump the all-deps group with 8 updates
  • Loading branch information
jksolbakken authored Nov 14, 2023
2 parents 4da4e19 + 96682a7 commit d28794d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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.5"
val ktorVersion = "2.3.6"
val logbackVersion = "1.4.11"
val logstashEncoderVersion = "7.4"
val junitJupiterVersion = "5.10.1"
Expand All @@ -19,7 +19,7 @@ plugins {
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"
id("org.cyclonedx.bom") version "1.8.1"
}

repositories {
Expand Down

0 comments on commit d28794d

Please sign in to comment.