Skip to content

Commit

Permalink
Merge pull request #362 from navikt/dependabot/gradle/dependencies-22…
Browse files Browse the repository at this point in the history
…59a2cdcc

Bump the dependencies group with 5 updates
  • Loading branch information
jaflaten authored Jan 29, 2024
2 parents 0bfc850 + f732e3c commit 23271a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ val javaxAnnotationApiVersion = "1.3.2"
val jaxwsToolsVersion = "2.3.2"
val jaxbRuntimeVersion = "2.4.0-b180830.0438"
val javaTimeAdapterVersion = "1.1.3"
val mockkVersion = "1.13.8"
val mockkVersion = "1.13.9"
val kotlinVersion = "1.9.22"
val googleCloudStorageVersion = "2.30.1"
val googleCloudStorageVersion = "2.32.1"
val junitJupiterVersion = "5.10.1"
val flywayVersion = "10.4.1"
val flywayVersion = "10.6.0"
val hikariVersion = "5.1.0"
val postgresVersion = "42.7.1"
val embeddedPostgresVersion = "2.0.6"
Expand All @@ -35,7 +35,7 @@ val jsonVersion = "20231013"
plugins {
id("application")
kotlin("jvm") version "1.9.22"
id("com.diffplug.spotless") version "6.23.3"
id("com.diffplug.spotless") version "6.25.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
}

Expand Down

0 comments on commit 23271a8

Please sign in to comment.