Skip to content

Commit fc6b98b

Browse files
committed
Oppdatere 3. parts biblioteksversjoner (synket Constants.kt)
1 parent eea0ad4 commit fc6b98b

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

buildSrc/src/main/kotlin/Constants.kt

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,24 @@ object Cucumber {
2424
object Dagpenger {
2525

2626
object Biblioteker {
27-
const val version = "2020.04.27-20.17.e64cb8a0fb81"
27+
const val version = "2020.07.03-13.36.4ef81d2d51f6"
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"
31+
32+
object Ktor {
33+
object Server {
34+
const val apiKeyAuth = "com.github.navikt.dp-biblioteker:ktor-utils:$version"
35+
}
36+
37+
object Client {
38+
const val metrics = "com.github.navikt.dp-biblioteker:ktor-client-metrics:$version"
39+
}
40+
}
41+
42+
object Soap {
43+
const val client = "com.github.navikt.dp-biblioteker:soap-client:$version"
44+
}
3145
}
3246

3347
const val Streams = "com.github.navikt:dagpenger-streams:2020.05.15-23.03.e0ab571caee4"
@@ -176,6 +190,7 @@ object Moshi {
176190
const val moshi = "com.squareup.moshi:moshi:$version"
177191
const val moshiKotlin = "com.squareup.moshi:moshi-kotlin:$version"
178192
const val moshiAdapters = "com.squareup.moshi:moshi-adapters:$version"
193+
179194
// waiting for https://github.com/rharter/ktor-moshi/pull/8
180195
const val moshiKtor = "com.github.cs125-illinois:ktor-moshi:7252ca49ed"
181196
fun library(name: String) = "com.squareup.moshi:moshi-$name:$version"
@@ -240,3 +255,10 @@ object Wiremock {
240255
const val version = "2.21.0"
241256
const val standalone = "com.github.tomakehurst:wiremock-standalone:$version"
242257
}
258+
259+
object Graphql {
260+
const val version = "3.1.1"
261+
const val graphql = "com.expediagroup.graphql"
262+
val client = library("client")
263+
fun library(name: String) = "com.expediagroup:graphql-kotlin-$name:$version"
264+
}

0 commit comments

Comments
 (0)