Skip to content

Commit

Permalink
oppdaterte avhengigheter
Browse files Browse the repository at this point in the history
  • Loading branch information
jankroken-nav committed Nov 26, 2024
1 parent 07a5613 commit d08fb26
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val domeneVersion = "2.1.3"
val navTokenSupportVersion = "5.0.8"
val navTokenSupportVersion = "5.0.11"
val hibernateValidatorVersion = "8.0.1.Final"
val logbackEncoderVersion = "8.0"
val postgresqlVersion = "42.7.4"
val flywayCoreVersion = "10.20.1"
val testcontainersVersion = "1.20.3"
val flywayCoreVersion = "11.0.0"
val testcontainersVersion = "1.20.4"
val jacksonVersion = "2.17.1"
val springKafkaTestVersion = "3.2.4"
val springKafkaTestVersion = "3.3.0"
val azureAdClient = "0.0.7"
val assertjVersion = "3.26.3"
val awaitilityVersion = "4.2.2"
val wiremockVersion = "3.9.2"
val micrometerRegistryPrometheusVersion = "1.13.6"
val micrometerRegistryPrometheusVersion = "1.14.1"
val mockitoKotlinVersion = "5.4.0"
val unleashVersion = "9.2.4"
val unleashVersion = "9.2.5"
val jsonAssertVersion = "1.5.2"
val jsonUnitVersion = "3.5.0"
val jsonUnitVersion = "4.0.0"
val guavaVersion = "33.3.1-jre"

val snappyJavaVersion = "1.1.10.7"
Expand All @@ -30,7 +30,7 @@ plugins {
val kotlinVersion = "2.0.21"
kotlin("jvm") version kotlinVersion
kotlin("plugin.spring") version kotlinVersion
id("org.springframework.boot") version "3.3.5"
id("org.springframework.boot") version "3.4.0"
id("com.github.ben-manes.versions") version "0.51.0"
}

Expand Down

0 comments on commit d08fb26

Please sign in to comment.