Skip to content

Commit

Permalink
Merge pull request #440 from navikt/dependabot/gradle/all-dependencie…
Browse files Browse the repository at this point in the history
…s-3e3d9ebd3a

Bump the all-dependencies group across 1 directory with 14 updates
  • Loading branch information
flexable777 authored Oct 30, 2024
2 parents efa4056 + e2ce14f commit e2155f4
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val logstashVersion = "7.4"
val tokenValidationVersion = "5.0.1"
val logstashVersion = "8.0"
val tokenValidationVersion = "5.0.5"
val archunitVersion = "1.3.0"
val testContainersVersion = "1.19.8"
val mockkVersion = "1.13.11"
val testContainersVersion = "1.20.2"
val mockkVersion = "1.13.13"
val apachePoiVersion = "5.3.0"
val springDocVersion = "2.6.0"
val shedlockVersion = "5.13.0"

val shedlockVersion = "5.16.0"
val klageKodeverkVersion = "1.8.56"
val ehcacheVersion = "3.10.8"
val otelVersion = "1.40.0"
val otelVersion = "1.43.0"

plugins {
val kotlinVersion = "2.0.0"
id("org.springframework.boot") version "3.3.1"
val kotlinVersion = "2.0.21"
id("org.springframework.boot") version "3.3.4"
kotlin("jvm") version kotlinVersion
kotlin("plugin.spring") version kotlinVersion
kotlin("plugin.jpa") version kotlinVersion
Expand Down

0 comments on commit e2155f4

Please sign in to comment.