Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the gradle group across 1 directory with 11 updates #585

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

val junitJupiterVersion = "5.11.4"
val junitJupiterVersion = "5.12.1"
val jsonassertVersion = "1.5.3"
val k9rapidVersion = "1.20250225145424-cc27101"
val k9rapidVersion = "1.20250321082748-6488294"
val ulidVersion = "8.3.0"
val ktorVersion = "3.1.0"
val dusseldorfVersion = "6.1.1"

// Database
val flywayVersion = "11.3.3"
val flywayVersion = "11.4.1"
val hikariVersion = "6.2.1"
val kotliqueryVersion = "1.9.1"
val postgresVersion = "42.7.5"

// Test
val testcontainersVersion = "1.20.5"
val mockkVersion = "1.13.16"
val testcontainersVersion = "1.20.6"
val mockkVersion = "1.13.17"
val schemaValidatorVersion = "1.5.6"
val awaitilityVersion = "4.3.0"
val assertjVersion = "3.27.3"

val mainClass = "no.nav.omsorgspenger.AppKt"

plugins {
kotlin("jvm") version "2.1.10"
kotlin("jvm") version "2.1.20"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("org.sonarqube") version "6.0.1.5171"
jacoco
Expand Down
Loading