@@ -24,10 +24,24 @@ object Cucumber {
24
24
object Dagpenger {
25
25
26
26
object Biblioteker {
27
- const val version = " 2020.04.27-20.17.e64cb8a0fb81 "
27
+ const val version = " 2020.07.03-13.36.4ef81d2d51f6 "
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 "
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
+ }
31
45
}
32
46
33
47
const val Streams = " com.github.navikt:dagpenger-streams:2020.05.15-23.03.e0ab571caee4"
@@ -176,6 +190,7 @@ object Moshi {
176
190
const val moshi = " com.squareup.moshi:moshi:$version "
177
191
const val moshiKotlin = " com.squareup.moshi:moshi-kotlin:$version "
178
192
const val moshiAdapters = " com.squareup.moshi:moshi-adapters:$version "
193
+
179
194
// waiting for https://github.com/rharter/ktor-moshi/pull/8
180
195
const val moshiKtor = " com.github.cs125-illinois:ktor-moshi:7252ca49ed"
181
196
fun library (name : String ) = " com.squareup.moshi:moshi-$name :$version "
@@ -240,3 +255,10 @@ object Wiremock {
240
255
const val version = " 2.21.0"
241
256
const val standalone = " com.github.tomakehurst:wiremock-standalone:$version "
242
257
}
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