Skip to content

Commit

Permalink
Merge pull request #354 from navikt/dependabot/gradle/dependencies-93…
Browse files Browse the repository at this point in the history
…66743441

Bump the dependencies group with 8 updates
  • Loading branch information
jaflaten authored Jan 2, 2024
2 parents a541aca + 944f2b9 commit 0bfc850
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 @@ -5,7 +5,7 @@ val coroutinesVersion = "1.7.3"
val syfoXmlCodegenVersion = "2.0.1"
val ibmMqVersion = "9.3.1.0"
val javaxActivationVersion = "1.1.1"
val jacksonVersion = "2.16.0"
val jacksonVersion = "2.16.1"
val jaxbApiVersion = "2.4.0-b180830.0359"
val kafkaVersion = "3.6.1"
val ktorVersion = "2.3.7"
Expand All @@ -20,10 +20,10 @@ val jaxwsToolsVersion = "2.3.2"
val jaxbRuntimeVersion = "2.4.0-b180830.0438"
val javaTimeAdapterVersion = "1.1.3"
val mockkVersion = "1.13.8"
val kotlinVersion = "1.9.21"
val kotlinVersion = "1.9.22"
val googleCloudStorageVersion = "2.30.1"
val junitJupiterVersion = "5.10.1"
val flywayVersion = "10.3.0"
val flywayVersion = "10.4.1"
val hikariVersion = "5.1.0"
val postgresVersion = "42.7.1"
val embeddedPostgresVersion = "2.0.6"
Expand All @@ -34,7 +34,7 @@ val jsonVersion = "20231013"

plugins {
id("application")
kotlin("jvm") version "1.9.21"
kotlin("jvm") version "1.9.22"
id("com.diffplug.spotless") version "6.23.3"
id("com.github.johnrengelman.shadow") version "8.1.1"
}
Expand Down

0 comments on commit 0bfc850

Please sign in to comment.