@@ -24,7 +24,7 @@ object Cucumber {
24
24
object Dagpenger {
25
25
26
26
object Biblioteker {
27
- const val version = " 2020.09.16-07.28.a797a00c180a "
27
+ const val version = " 2020.07.30-12.21.8857eb1469bf "
28
28
const val stsKlient = " com.github.navikt.dp-biblioteker:sts-klient:$version "
29
29
const val grunnbeløp = " com.github.navikt.dp-biblioteker:grunnbelop:$version "
30
30
const val ktorUtils = " com.github.navikt.dp-biblioteker:ktor-utils:$version "
@@ -45,8 +45,8 @@ object Dagpenger {
45
45
}
46
46
}
47
47
48
- const val Streams = " com.github.navikt:dagpenger-streams:2020.08.19-13.32.0fd360f3ef11 "
49
- const val Events = " com.github.navikt:dagpenger-events:2020.08.19-10 .57.d2fe892352eb "
48
+ const val Streams = " com.github.navikt:dagpenger-streams:2020.05.15-23.03.e0ab571caee4 "
49
+ const val Events = " com.github.navikt:dagpenger-events:2020.05.15-21 .57.e4685fc2a371 "
50
50
}
51
51
52
52
object Database {
@@ -121,7 +121,7 @@ object Konfig {
121
121
}
122
122
123
123
object Kotlin {
124
- const val version = " 1.4.0 "
124
+ const val version = " 1.3.72 "
125
125
const val stdlib = " org.jetbrains.kotlin:kotlin-stdlib:$version "
126
126
127
127
object Coroutines {
@@ -136,7 +136,7 @@ object Kotlin {
136
136
}
137
137
138
138
object KoTest {
139
- const val version = " 4.2.0.RC2 "
139
+ const val version = " 4.0.3 "
140
140
141
141
// for kotest framework
142
142
const val runner = " io.kotest:kotest-runner-junit5-jvm:$version "
@@ -156,7 +156,7 @@ object Kotlinx {
156
156
}
157
157
158
158
object Ktor {
159
- const val version = " 1.4.0 "
159
+ const val version = " 1.3.2 "
160
160
const val server = " io.ktor:ktor-server:$version "
161
161
const val serverNetty = " io.ktor:ktor-server-netty:$version "
162
162
const val auth = " io.ktor:ktor-auth:$version "
@@ -228,7 +228,7 @@ object Slf4j {
228
228
}
229
229
230
230
object Ktlint {
231
- const val version = " 0.38.1 "
231
+ const val version = " 0.37.2 "
232
232
}
233
233
234
234
object Spotless {
@@ -242,7 +242,7 @@ object Shadow {
242
242
}
243
243
244
244
object TestContainers {
245
- const val version = " 1.15.0-rc2 "
245
+ const val version = " 1.13.0 "
246
246
const val postgresql = " org.testcontainers:postgresql:$version "
247
247
const val kafka = " org.testcontainers:kafka:$version "
248
248
}
0 commit comments