Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Bump the gradle group across 1 directory with 10 updates #311

Closed
wants to merge 1 commit into from
Closed
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
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val dusseldorfKtorVersion = "5.0.6"
val dusseldorfKtorVersion = "5.0.8"
val ktorVersion = "2.3.12"
val pdfBoxVersion = "3.0.3"
val imageIOVersion = "3.11.0"
val jsonassertVersion = "1.5.3"
val fuelVersion = "2.3.1"
val tokenSupportVersion = "5.0.3"
val tokenSupportVersion = "5.0.5"
val mockOauth2ServerVersion = "2.1.9"
val junitVersion = "5.9.3"
val junitVersion = "5.11.1"

val mainClass = "no.nav.helse.K9JoarkKt"

Expand Down
Loading