Skip to content

Commit

Permalink
Henter ny versjon av inntektsjustering
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjodn committed Dec 3, 2024
1 parent 6c82374 commit 3696749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ internal class InntektsjusteringRiver(
sak = sak.id,
inntektsjusteringId = inntektsjustering.id,
journalpostId = journalpostResponse.journalpostId,
mottatt = inntektsjustering.mottattDato,
inntektsaar = inntektsjustering.inntektsaar,
arbeidsinntekt = inntektsjustering.arbeidsinntekt,
naeringsinntekt = inntektsjustering.naeringsinntekt,
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ktor2-serverresources = { module = "io.ktor:ktor-server-resources", version.ref
ktor2-servertests = { module = "io.ktor:ktor-server-tests", version.ref = "ktor2-version" }
ktor2-webjars = { module = "io.ktor:ktor-server-webjars", version.ref = "ktor2-version" }

etterlatte-common = { module = "pensjon-etterlatte-felles:common", version = "2024.10.22-08.13.edb8898fdac5" }
etterlatte-common = { module = "pensjon-etterlatte-felles:common", version = "2024.12.03-11.34.1ecc719218e3" }
teamdokumenthandtering-avroschemas = { module = "no.nav.teamdokumenthandtering:teamdokumenthandtering-avro-schemas", version = "08c0b2d2" }

logging-slf4japi = { module = "org.slf4j:slf4j-api", version = "2.0.16" }
Expand Down

0 comments on commit 3696749

Please sign in to comment.