Skip to content

Commit cea58ab

Browse files
authored
Merge pull request #1372 from navikt/dependabot/gradle/all-dependencies-682ec99d27
Bump the all-dependencies group across 1 directory with 9 updates
2 parents 0c03ef5 + 32321a2 commit cea58ab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle.kts

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

3-
val mockkVersion = "1.13.16"
4-
val tokenValidationVersion = "5.0.17"
3+
val mockkVersion = "1.13.17"
4+
val tokenValidationVersion = "5.0.19"
55
val logstashVersion = "8.0"
66
val springRetryVersion = "2.0.11"
77
val springMockkVersion = "4.0.2"
88
val springDocVersion = "2.8.5"
9-
val testContainersVersion = "1.20.5"
9+
val testContainersVersion = "1.20.6"
1010
val shedlockVersion = "6.3.0"
1111
val archunitVersion = "1.4.0"
1212
val kotlinXmlBuilderVersion = "1.9.1"
@@ -15,9 +15,9 @@ val jacksonJsonschemaVersion = "1.0.39"
1515
val pdfboxVersion = "3.0.4"
1616
val tikaVersion = "3.1.0"
1717
val verapdfVersion = "1.26.5"
18-
val klageKodeverkVersion = "1.9.22"
18+
val klageKodeverkVersion = "1.9.24"
1919
val commonsFileupload2JakartaVersion = "2.0.0-M1"
20-
val otelVersion = "1.47.0"
20+
val otelVersion = "1.48.0"
2121
val mikrofrontendSelectorVersion = "3.0.0"
2222

2323
plugins {
@@ -72,7 +72,7 @@ dependencies {
7272
implementation("org.postgresql:postgresql")
7373
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
7474
implementation("ch.qos.logback:logback-classic")
75-
kapt("org.hibernate.orm:hibernate-jpamodelgen:6.6.9.Final")
75+
kapt("org.hibernate.orm:hibernate-jpamodelgen:6.6.11.Final")
7676

7777
implementation("io.micrometer:micrometer-registry-prometheus")
7878

0 commit comments

Comments
 (0)