Skip to content

Commit

Permalink
bumper tbd-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsteinsland committed Nov 24, 2024
1 parent 98ab245 commit 32e9f7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class MeldekortUtbetalingsgrunnlagClient(
action = "http://nav.no/tjeneste/virksomhet/meldekortUtbetalingsgrunnlag/v1/meldekortUtbetalingsgrunnlag_v1/finnMeldekortUtbetalingsgrunnlagListeRequest",
body = requestBody,
tokenStrategy = assertionStrategy
)
).map { it.body().ok() }
}

private fun createXmlBody(tema: String, ident: String, fom: LocalDate, tom: LocalDate): String {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class YtelsekontraktClient(
action = "http://nav.no/tjeneste/virksomhet/ytelseskontrakt/v3/Ytelseskontrakt_v3/hentYtelseskontraktListeRequest",
body = requestBody,
tokenStrategy = assertionStrategy
)
).map { it.body().ok() }
}

private fun createXmlBody(ident: String, fom: LocalDate, tom: LocalDate): String {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

val junitJupiterVersion = "5.11.3"
val rapidsAndRiversVersion = "2024112412131732446804.1b3dcc636bed"
val tbdLibsVersion = "2024.11.15-09.09-08ca346b"
val tbdLibsVersion = "2024.11.24-12.01-42fdc22d"
val ktorVersion = "3.0.1"
val mockkVersion = "1.13.13"
val wiremockVersion = "3.9.2"
Expand Down

0 comments on commit 32e9f7e

Please sign in to comment.