Skip to content

Commit

Permalink
Merge pull request #252 from navikt/dependabot/gradle/dependencies-ee…
Browse files Browse the repository at this point in the history
…abf4a28d

Bump the dependencies group with 13 updates
  • Loading branch information
MikAoJk authored Dec 4, 2023
2 parents f19adfb + 99f2419 commit d3fe955
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ version = "1.0.0"

val coroutinesVersion = "1.7.3"
val ktorVersion = "2.3.6"
val logbackVersion = "1.4.11"
val logbackVersion = "1.4.13"
val logstashEncoderVersion = "7.4"
val prometheusVersion = "0.16.0"
val junitJupiterVersion = "5.10.1"
val jacksonVersion = "2.15.3"
val jacksonVersion = "2.16.0"
val smCommonVersion = "2.0.6"
val kafkaEmbeddedVersion = "2.8.0"
val postgresVersion = "42.6.0"
val flywayVersion = "9.22.3"
val hikariVersion = "5.0.1"
val postgresVersion = "42.7.0"
val flywayVersion = "10.1.0"
val hikariVersion = "5.1.0"
val nimbusdsVersion = "9.37.1"
val mockkVersion = "1.13.8"
val syfoXmlCodegenVerison = "2.0.1"
Expand All @@ -28,17 +28,17 @@ val javaTimeAdapterVersion = "1.1.3"
val commonsTextVersion = "1.11.0"
val kafkaVersion = "3.6.0"
val caffeineVersion = "3.1.8"
val postgresContainerVersion = "1.19.1"
val kotlinVersion = "1.9.10"
val postgresContainerVersion = "1.19.3"
val kotlinVersion = "1.9.21"
val commonsCodecVersion = "1.16.0"
val logbacksyslog4jVersion = "1.0.0"
val ktfmtVersion = "0.44"


plugins {
id("application")
kotlin("jvm") version "1.9.20"
id("com.diffplug.spotless") version "6.22.0"
kotlin("jvm") version "1.9.21"
id("com.diffplug.spotless") version "6.23.2"
id("com.github.johnrengelman.shadow") version "8.1.1"
}

Expand Down Expand Up @@ -108,7 +108,8 @@ dependencies {

implementation("org.postgresql:postgresql:$postgresVersion")
implementation("com.zaxxer:HikariCP:$hikariVersion")
implementation("org.flywaydb:flyway-core:$flywayVersion")
compileOnly("org.flywaydb:flyway-core:$flywayVersion")
implementation("org.flywaydb:flyway-database-postgresql:$flywayVersion")

implementation ("javax.xml.bind:jaxb-api:$jaxbApiVersion")
implementation ("org.glassfish.jaxb:jaxb-runtime:$jaxbVersion")
Expand Down

0 comments on commit d3fe955

Please sign in to comment.