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 #556

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
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

val junitJupiterVersion = "5.11.3"
val junitJupiterVersion = "5.11.4"
val jsonassertVersion = "1.5.3"
val k9rapidVersion = "1.20240510084839-e7ae05b"
val ulidVersion = "8.3.0"
val ktorVersion = "2.3.13"
val dusseldorfVersion = "5.0.14"
val dusseldorfVersion = "5.0.15"

// Database
val flywayVersion = "11.0.1"
val flywayVersion = "11.1.0"
val hikariVersion = "6.2.1"
val kotliqueryVersion = "1.9.0"
val postgresVersion = "42.7.4"

// Test
val testcontainersVersion = "1.20.4"
val mockkVersion = "1.13.13"
val mockkVersion = "1.13.14"
val schemaValidatorVersion = "1.5.4"
val awaitilityVersion = "4.2.2"
val assertjVersion = "3.26.3"
val assertjVersion = "3.27.0"

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

Expand Down
Loading