Skip to content

Commit f496f4d

Browse files
author
Dependency Admin
committed
Bumper ktor og kotlinlogging.
1 parent 7e60aec commit f496f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/default/dependencies.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface KotlinDefaults: DependencyGroup {
8989

9090
interface KotlinLoggingDefaults: DependencyGroup {
9191
override val groupId get() = "io.github.oshai"
92-
override val version get() = "5.0.2"
92+
override val version get() = "6.0.3"
9393

9494
val logging get() = dependency("kotlin-logging")
9595
}
@@ -108,7 +108,7 @@ interface KotliQueryDefaults: DependencyGroup {
108108
}
109109

110110
object KtorDefaults {
111-
val version get() = "2.3.5"
111+
val version get() = "2.3.7"
112112
val groupId get() = "io.ktor"
113113

114114
interface ServerDefaults: DependencyGroup {

0 commit comments

Comments
 (0)