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

Bump the gradle group with 15 updates #274

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
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val dusseldorfKtorVersion = "4.1.4"
val ktorVersion = "2.3.7"
val pdfBoxVersion = "3.0.1"
val dusseldorfKtorVersion = "4.2.2"
val ktorVersion = "2.3.10"
val pdfBoxVersion = "3.0.2"
val imageIOVersion = "3.10.1"
val jsonassertVersion = "1.5.1"
val fuelVersion = "2.3.1"
val tokenSupportVersion = "3.2.0"
val mockOauth2ServerVersion = "2.1.0"
val tokenSupportVersion = "4.1.4"
val mockOauth2ServerVersion = "2.1.4"

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

plugins {
kotlin("jvm") version "1.9.21"
id("org.sonarqube") version "4.4.1.3373"
kotlin("jvm") version "1.9.23"
id("org.sonarqube") version "5.0.0.4638"
jacoco
id("com.github.johnrengelman.shadow") version "8.1.1"
}
Expand Down
Loading