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 9 updates #324

Open
wants to merge 1 commit into
base: main
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
16 changes: 8 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ version = "1.0.0"

val coroutinesVersion = "1.10.1"
val ktorVersion = "3.0.3"
val logbackVersion = "1.5.15"
val logbackVersion = "1.5.16"
val logstashEncoderVersion = "8.0"
val prometheusVersion = "0.16.0"
val sykmeldingVersion = "2.0.1"
val fellesformatVersion = "2.0.1"
val kithHodemeldingVersion = "2.0.1"
val jacksonVersion = "2.18.2"
val mockkVersion = "1.13.14"
val postgresVersion = "42.7.4"
val flywayVersion = "11.1.0"
val mockkVersion = "1.13.16"
val postgresVersion = "42.7.5"
val flywayVersion = "11.1.1"
val hikariVersion = "6.2.1"
val javaTimeAdapterVersion = "1.1.3"
val kotestVersion = "5.9.1"
val nimbusdsVersion = "10.0"
val nimbusdsVersion = "10.0.1"
val caffeineVersion = "3.1.8"
val testContainerVersion = "1.20.4"
val kotlinVersion = "2.1.0"
Expand All @@ -25,15 +25,15 @@ val logbacksyslog4jVersion = "1.0.0"
val ktfmtVersion = "0.44"

//Due to vulnerabilities
val nettyCommonVersion = "4.1.116.Final"
val nettyCommonVersion = "4.1.117.Final"
val commonsCompressVersion = "1.27.1"
val commonsCodecVersion = "1.17.1"
val commonsCodecVersion = "1.17.2"

plugins {
id("application")
kotlin("jvm") version "2.1.0"
id("com.gradleup.shadow") version "8.3.5"
id("com.diffplug.spotless") version "6.25.0"
id("com.diffplug.spotless") version "7.0.2"
}

application {
Expand Down
Loading