File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,16 +117,16 @@ object Konfig {
117
117
}
118
118
119
119
object Kotlin {
120
- const val version = " 1.6.0 "
120
+ const val version = " 1.6.20 "
121
121
const val stdlib = " org.jetbrains.kotlin:kotlin-stdlib:$version "
122
122
123
123
object Coroutines {
124
- const val version = " 1.4.2 "
124
+ const val version = " 1.6.1 "
125
125
fun module (name : String ) = " org.jetbrains.kotlinx:kotlinx-coroutines-$name :$version "
126
126
}
127
127
128
128
object Logging {
129
- const val version = " 2.0.11 "
129
+ const val version = " 2.1.21 "
130
130
const val kotlinLogging = " io.github.microutils:kotlin-logging:$version "
131
131
}
132
132
}
@@ -216,7 +216,7 @@ object Prometheus {
216
216
}
217
217
}
218
218
219
- const val RapidAndRivers = " com.github.navikt:rapids-and-rivers:2022.02.08-20.42.8e24a34a2ecd "
219
+ const val RapidAndRivers = " com.github.navikt:rapids-and-rivers:2022.03.25-09.17.0628678a7192 "
220
220
221
221
object Slf4j {
222
222
const val version = " 1.7.25"
You can’t perform that action at this time.
0 commit comments