Skip to content

Commit ecfc6ec

Browse files
committed
Revert "Oppgradere testcontainers"
This reverts commit 40dd190.
1 parent 40dd190 commit ecfc6ec

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

buildSrc/src/main/kotlin/Constants.kt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ object Cucumber {
2424
object Dagpenger {
2525

2626
object Biblioteker {
27-
const val version = "2020.09.16-07.28.a797a00c180a"
27+
const val version = "2020.07.30-12.21.8857eb1469bf"
2828
const val stsKlient = "com.github.navikt.dp-biblioteker:sts-klient:$version"
2929
const val grunnbeløp = "com.github.navikt.dp-biblioteker:grunnbelop:$version"
3030
const val ktorUtils = "com.github.navikt.dp-biblioteker:ktor-utils:$version"
@@ -45,8 +45,8 @@ object Dagpenger {
4545
}
4646
}
4747

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"
5050
}
5151

5252
object Database {
@@ -121,7 +121,7 @@ object Konfig {
121121
}
122122

123123
object Kotlin {
124-
const val version = "1.4.0"
124+
const val version = "1.3.72"
125125
const val stdlib = "org.jetbrains.kotlin:kotlin-stdlib:$version"
126126

127127
object Coroutines {
@@ -136,7 +136,7 @@ object Kotlin {
136136
}
137137

138138
object KoTest {
139-
const val version = "4.2.0.RC2"
139+
const val version = "4.0.3"
140140

141141
// for kotest framework
142142
const val runner = "io.kotest:kotest-runner-junit5-jvm:$version"
@@ -156,7 +156,7 @@ object Kotlinx {
156156
}
157157

158158
object Ktor {
159-
const val version = "1.4.0"
159+
const val version = "1.3.2"
160160
const val server = "io.ktor:ktor-server:$version"
161161
const val serverNetty = "io.ktor:ktor-server-netty:$version"
162162
const val auth = "io.ktor:ktor-auth:$version"
@@ -228,7 +228,7 @@ object Slf4j {
228228
}
229229

230230
object Ktlint {
231-
const val version = "0.38.1"
231+
const val version = "0.37.2"
232232
}
233233

234234
object Spotless {
@@ -242,7 +242,7 @@ object Shadow {
242242
}
243243

244244
object TestContainers {
245-
const val version = "1.15.0-rc2"
245+
const val version = "1.13.0"
246246
const val postgresql = "org.testcontainers:postgresql:$version"
247247
const val kafka = "org.testcontainers:kafka:$version"
248248
}

0 commit comments

Comments
 (0)