Skip to content

Commit

Permalink
Feature/foedsel (#487)
Browse files Browse the repository at this point in the history
* f - Tar i bruk Foedselsdato og Foedested

Co-authored-by: Daniel.skarpas@nav.no

* u - Oppdaterer ep-personoppslag fra 13.2.43 -> 13.2.44

Co-authored-by: Daniel.skarpas@nav.no
  • Loading branch information
MariamPervez authored Feb 14, 2025
1 parent 7f01a47 commit 1471e73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {
exclude module: 'ep-metrics'
}

implementation("no.nav.eessi.pensjon:ep-personoppslag:13.2.38") {
implementation("no.nav.eessi.pensjon:ep-personoppslag:13.2.44") {
exclude module: 'ep-eux'
exclude module: 'ep-logging'
exclude module: 'ep-metrics'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,8 @@ class PersonPDLControllerTest {
}
}
],
"foedsel": null,
"foedested" : null,
"foedselsdato" : null,
"geografiskTilknytning": null,
"kjoenn": {
"kjoenn": "MANN",
Expand Down Expand Up @@ -594,6 +595,7 @@ class PersonPDLControllerTest {
),
null,
null,
null,
Kjoenn(
KjoennType.MANN,
Folkeregistermetadata(LocalDateTime.of(2000, 10, 1, 12, 10, 31)),
Expand Down

0 comments on commit 1471e73

Please sign in to comment.