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 dependencies group across 1 directory with 19 updates #224

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
24 changes: 12 additions & 12 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@ version = "1.0.0"

val coroutinesVersion = "1.8.0"
val kluentVersion = "1.73"
val ktorVersion = "2.3.8"
val logbackVersion = "1.5.0"
val ktorVersion = "2.3.10"
val logbackVersion = "1.5.6"
val prometheusVersion = "0.16.0"
val kotestVersion = "5.8.0"
val kotestVersion = "5.8.1"
val logstashEncoderVersion = "7.4"
val kafkaVersion = "3.6.1"
val jacksonVersion = "2.16.1"
val kafkaVersion = "3.7.0"
val jacksonVersion = "2.17.0"
val smCommonVersion = "2.0.8"
val avroVersion = "1.11.3"
val confluentVersion = "7.6.0"
val postgresVersion = "42.7.2"
val flywayVersion = "10.8.1"
val confluentVersion = "7.6.1"
val postgresVersion = "42.7.3"
val flywayVersion = "10.11.1"
val hikariVersion = "5.1.0"
val brukernotifikasjonAvroVersion = "1.2022.04.13-12.09-292ce6d359bd"
val mockkVersion = "1.13.9"
val kotlinVersion = "1.9.22"
val testContainerVersion = "1.19.6"
val mockkVersion = "1.13.10"
val kotlinVersion = "1.9.23"
val testContainerVersion = "1.19.7"
val ktfmtVersion = "0.44"
val snappyJavaVersion = "1.1.10.5"


plugins {
id("application")
kotlin("jvm") version "1.9.22"
kotlin("jvm") version "1.9.23"
id("com.diffplug.spotless") version "6.25.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
}
Expand Down
Loading