Skip to content

Commit

Permalink
Bump no.nav.dagpenger:dp-version-catalog from 20241211.112.8baa0c to …
Browse files Browse the repository at this point in the history
…20241219.117.d9df42 (#144)

* Bump no.nav.dagpenger:dp-version-catalog

Bumps no.nav.dagpenger:dp-version-catalog from 20241211.112.8baa0c to 20241219.117.d9df42.

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

Signed-off-by: dependabot[bot] <support@github.com>

* Fjernet jitpack.

Co-authored-by: Tonje Mjøvik Myran <tonje.mjovik.myran@nav.no>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Geir André Lund <geir.andre.lund@nav.no>
Co-authored-by: Tonje Mjøvik Myran <tonje.mjovik.myran@nav.no>
  • Loading branch information
3 people authored Dec 19, 2024
1 parent 6956af7 commit 1284796
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ plugins {
repositories {
mavenCentral()
maven("https://packages.confluent.io/maven/")
maven("https://jitpack.io")
maven("https://github-package-registry-mirror.gc.nav.no/cached/maven-release")
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencyResolutionManagement {
}
versionCatalogs {
create("libs") {
from("no.nav.dagpenger:dp-version-catalog:20241211.112.8baa0c")
from("no.nav.dagpenger:dp-version-catalog:20241219.117.d9df42")
}
}
}

0 comments on commit 1284796

Please sign in to comment.