Skip to content

Commit 7a2ea40

Browse files
chore(deps): update upgrade all non-major gradle dependencies (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ec235b commit 7a2ea40

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
33
id("org.jetbrains.kotlin.jvm") apply false
44
// Linter
5-
id("org.jlleitschuh.gradle.ktlint") version "12.2.0"
5+
id("org.jlleitschuh.gradle.ktlint") version "12.3.0"
66
// Apply the java-library plugin for API and implementation separation.
77
`java-library`
88
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kotlinVersion=2.1.20
1+
kotlinVersion=2.1.21
22
javaToolChainVersion=17
33
libraryVersion=1.0.6
44
org.gradle.jvmargs=-Xmx4096m

server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
implementation(coroutines.bundles.implementation)
2323

2424
// Core
25-
implementation(platform("io.ktor:ktor-bom:3.1.2"))
25+
implementation(platform("io.ktor:ktor-bom:3.1.3"))
2626
implementation("io.ktor:ktor-server-core-jvm")
2727
implementation("io.ktor:ktor-server-netty-jvm")
2828
implementation("io.ktor:ktor-server-host-common-jvm")

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencyResolutionManagement {
3131

3232
// Jackson serialization
3333
create("jackson") {
34-
version("jackson", "2.18.3")
34+
version("jackson", "2.19.0")
3535
library("platform", "com.fasterxml.jackson", "jackson-bom").versionRef("jackson")
3636
library("core", "com.fasterxml.jackson.core", "jackson-core").withoutVersion()
3737
library("annotations", "com.fasterxml.jackson.core", "jackson-annotations").withoutVersion()
@@ -45,7 +45,7 @@ dependencyResolutionManagement {
4545
create("kotest") {
4646
version("kotest", "5.9.1")
4747
version("strikt", "0.35.1")
48-
version("jupiter", "5.12.1")
48+
version("jupiter", "5.13.0")
4949

5050
library("platform", "io.kotest", "kotest-bom").versionRef("kotest")
5151
library("junit5", "io.kotest", "kotest-runner-junit5-jvm").withoutVersion()

0 commit comments

Comments
 (0)