-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ha mer konsistent versjon av dependencies (samme versjon for alle net…
…ty-artefakter, jackson, kotlin-stdlib) (#835) * Ha mer konsistent versjon av dependencies (samme versjon for alle netty-artefakter, jackson, kotlin-stdlib) * Ha mer konsistent versjon av dependencies (samme versjon for alle netty-artefakter, jackson, kotlin-stdlib) * Kotlin 2.0
- Loading branch information
Showing
2 changed files
with
58 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
val ktorVersion by extra("2.3.2") | ||
val kotlinVersion by extra("1.9.0") | ||
val logbackVersion by extra("1.4.8") | ||
val logstashLogbackVersion by extra("7.4") | ||
val ktorVersion by extra("2.3.13") | ||
val kotlinVersion by extra("2.1.0") | ||
val logbackVersion by extra("1.5.12") | ||
val logstashLogbackVersion by extra("8.0") | ||
val prometheusVersion by extra("0.16.0") | ||
val jacksonVersion by extra("2.15.2") | ||
val caffeineVersion by extra("3.1.7") | ||
val slf4jVersion by extra("2.0.7") | ||
val kotlinxCoroutinesVersion by extra("1.7.3") | ||
val micrometerVersion by extra("1.11.2") | ||
val kafkaVersion by extra("3.5.1") | ||
val orgjsonVersion by extra("20230618") | ||
val jacksonVersion by extra("2.18.2") | ||
val caffeineVersion by extra("3.1.8") | ||
val slf4jVersion by extra("2.0.16") | ||
val kotlinxCoroutinesVersion by extra("1.9.0") | ||
val micrometerVersion by extra("1.12.5") | ||
val kafkaVersion by extra("3.9.0") | ||
val kafkaEmbeddedEnvVersion by extra("") | ||
val orgjsonVersion by extra("20240303") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters