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

chore(deps): bump the dependencies group across 1 directory with 14 updates #385

Merged
merged 1 commit into from
Nov 27, 2024
Merged
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
22 changes: 11 additions & 11 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ group = "no.nav.syfo"
version = "1.0.0"

val coroutinesVersion = "1.9.0"
val jacksonVersion = "2.18.0"
val jacksonVersion = "2.18.1"
val kluentVersion = "1.73"
val logbackVersion = "1.5.8"
val logbackVersion = "1.5.12"
val ktorVersion = "3.0.1"
val logstashEncoderVersion = "8.0"
val prometheusVersion = "0.16.0"
val mockkVersion = "1.13.12"
val nimbusdsVersion = "9.41.1"
val hikariVersion = "6.0.0"
val flywayVersion = "10.18.2"
val mockkVersion = "1.13.13"
val nimbusdsVersion = "9.47"
val hikariVersion = "6.2.1"
val flywayVersion = "11.0.0"
val postgresVersion = "42.7.4"
val testContainerVersion = "1.20.1"
val testContainerVersion = "1.20.4"
val kotlinVersion = "2.0.21"
val swaggerUiVersion = "5.17.14"
val swaggerUiVersion = "5.18.2"
val kotestVersion = "5.9.1"
val googlePostgresVersion = "1.20.1"
val googlePostgresVersion = "1.21.0"
val googleOauthVersion = "1.36.0"
val ktfmtVersion = "0.44"
val kafkaVersion = "3.8.0"
val kafkaVersion = "3.9.0"

///Due to vulnerabilities
val nettycommonVersion = "4.1.115.Final"
Expand All @@ -31,7 +31,7 @@ plugins {
id("application")
id("com.diffplug.spotless") version "6.25.0"
kotlin("jvm") version "2.0.21"
id("com.gradleup.shadow") version "8.3.2"
id("com.gradleup.shadow") version "8.3.5"
id("org.hidetake.swagger.generator") version "2.19.2" apply true
}

Expand Down