Skip to content

Commit

Permalink
Bump no.nav.dagpenger:dp-grunnbelop
Browse files Browse the repository at this point in the history
Bumps [no.nav.dagpenger:dp-grunnbelop](https://github.com/navikt/dp-grunnbelop) from 20240812.99.7f2e69 to 20240821.109.11cc88.
- [Release notes](https://github.com/navikt/dp-grunnbelop/releases)
- [Commits](navikt/dp-grunnbelop@20240812.99.7f2e69...20240821.109.11cc88)

---
updated-dependencies:
- dependency-name: no.nav.dagpenger:dp-grunnbelop
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 54d40d7 commit 300591c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dagpenger/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation(project(path = ":opplysninger"))
implementation(project(path = ":dato"))
implementation(project(path = ":avklaring"))
implementation("no.nav.dagpenger:dp-grunnbelop:20240812.99.7f2e69")
implementation("no.nav.dagpenger:dp-grunnbelop:20240821.109.11cc88")

testImplementation("io.cucumber:cucumber-java:$cucumberVersion")
testImplementation("io.cucumber:cucumber-java8:$cucumberVersion")
Expand Down
2 changes: 1 addition & 1 deletion opplysninger/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation("no.bekk.bekkopen:nocommons:0.16.0")
api("com.github.navikt:dp-inntekt-kontrakter:1_20231220.55a8a9")
api("org.javamoney:moneta:1.4.4")
api("no.nav.dagpenger:dp-grunnbelop:20240812.99.7f2e69")
api("no.nav.dagpenger:dp-grunnbelop:20240821.109.11cc88")

testImplementation("org.junit.jupiter:junit-jupiter-params:${libs.versions.junit.get()}")
testImplementation(libs.kotest.assertions.core)
Expand Down

0 comments on commit 300591c

Please sign in to comment.