Skip to content

Commit 71b93c5

Browse files
committed
Oppdaterte avhengigheter
1 parent ba70b68 commit 71b93c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
noNavSecurityVersion = "5.0.8"
2+
noNavSecurityVersion = "5.0.11"
33
noNavSecurityMockOauth2ServerVersion = "2.1.10"
44
noNavCommonVersion = "3.2024.05.23_05.46-2b29fa343e8e"
55
navPoaoTilgangClientVersion = "2024.04.29_13.59-a0ddddd36ac9"
@@ -19,13 +19,13 @@ logbackVersion = "1.5.12"
1919
kotestVersion = "5.9.1"
2020
mockkVersion = "1.13.13"
2121
testContainersVersion = "1.20.3"
22-
micrometerVersion = "1.13.6"
22+
micrometerVersion = "1.14.0"
2323
otelTargetSdkVersion = "1.44.1"
2424
otelInstrumentationVersion = "2.9.0"
2525
otelInstrumentationKtorVersion = "2.9.0-alpha"
2626
coroutinesVersion = "1.9.0"
2727
postgresDriverVersion = "42.7.4"
28-
flywayVersion = "10.20.1"
28+
flywayVersion = "10.21.0"
2929
hikariVersion = "6.1.0"
3030
kotlinxCoroutinesVersion = "1.9.0"
3131
kotlinxSerializationJsonVersion = "1.7.3"

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id("com.google.cloud.tools.jib") version "3.4.4" apply false
66
id("org.openapi.generator") version "7.9.0" apply false
77
id("com.github.davidmc24.gradle.plugin.avro") version "1.9.1" apply false
8-
id("com.expediagroup.graphql") version "7.1.1" apply false
8+
id("com.expediagroup.graphql") version "8.2.1" apply false
99
}
1010

1111
rootProject.name = "paw-arbeidssoekerregisteret-monorepo-intern"

0 commit comments

Comments
 (0)