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 {
117117}
118118
119119object Kotlin {
120- const val version = " 1.6.0 "
120+ const val version = " 1.6.20 "
121121 const val stdlib = " org.jetbrains.kotlin:kotlin-stdlib:$version "
122122
123123 object Coroutines {
124- const val version = " 1.4.2 "
124+ const val version = " 1.6.1 "
125125 fun module (name : String ) = " org.jetbrains.kotlinx:kotlinx-coroutines-$name :$version "
126126 }
127127
128128 object Logging {
129- const val version = " 2.0.11 "
129+ const val version = " 2.1.21 "
130130 const val kotlinLogging = " io.github.microutils:kotlin-logging:$version "
131131 }
132132}
@@ -216,7 +216,7 @@ object Prometheus {
216216 }
217217}
218218
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 "
220220
221221object Slf4j {
222222 const val version = " 1.7.25"
You can’t perform that action at this time.
0 commit comments