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 minor-and-patch group across 1 directory with 13 updates #573

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
24 changes: 12 additions & 12 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import com.github.jengelman.gradle.plugins.shadow.transformers.ServiceFileTransf
group = "no.nav.syfo"
version = "1.0.0"

val altinnCorrespondenceAgencyExternalVersion = "1.2020.01.20-15.44-063ae9f84815"
val altinnCorrespondenceAgencyExternalVersion = "1.2021.02.22-10.45-4201aaea72fb"
val cxfVersion = "3.6.4"
val confluentVersion = "7.6.1"
val confluentVersion = "7.8.0"
val flywayVersion = "10.17.3"
val hikariVersion = "5.1.0"
val isdialogmoteSchemaVersion = "1.0.5"
val jacksonDataTypeVersion = "2.17.2"
val jedisVersion = "5.1.3"
val jacksonDataTypeVersion = "2.18.2"
val jedisVersion = "5.2.0"
val jsonVersion = "20240303"
val jettyVersion = "9.4.56.v20240826"
val joseVersion = "0.9.4"
Expand All @@ -21,20 +21,20 @@ val jaxbApiVersion = "2.3.1"
val jaxbRuntimeVersion = "2.3.6"
val jaxsWsApiVersion = "2.3.1"
val jaxwsToolsVersion = "2.3.5"
val logbackVersion = "1.5.6"
val logbackVersion = "1.5.16"
val logstashEncoderVersion = "7.4"
val micrometerRegistryVersion = "1.12.7"
val mockkVersion = "1.13.11"
val micrometerRegistryVersion = "1.14.3"
val mockkVersion = "1.13.16"
val nimbusjosejwtVersion = "9.40"
val postgresEmbeddedVersion = "2.0.7"
val postgresVersion = "42.7.4"
val postgresEmbeddedVersion = "2.1.0"
val postgresVersion = "42.7.5"
val redisEmbeddedVersion = "0.7.3"
val spekVersion = "2.0.19"
val tjenesteSpesifikasjonerGithubVersion = "1.2020.06.11-19.53-1cad83414166"
val tjenesteSpesifikasjonerGithubVersion = "1.2021.02.22-10.45-4201aaea72fb"

plugins {
kotlin("jvm") version "2.0.20"
id("com.gradleup.shadow") version "8.3.2"
kotlin("jvm") version "2.1.0"
id("com.gradleup.shadow") version "8.3.5"
id("org.jlleitschuh.gradle.ktlint") version "11.4.2"
}

Expand Down
Loading