Skip to content

Commit

Permalink
Oppgraderer rapids and rivers med det samme, for å ha konsekvent micr…
Browse files Browse the repository at this point in the history
…ometer-versjon. Skjønner ikkje heilt korfor vi ikkje måtte ha github-autentisering for denne allereie, men no er det iallfall på plass
  • Loading branch information
madsop-nav committed Aug 28, 2024
1 parent 16a3bd4 commit 27e3208
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions buildSrc/src/main/kotlin/etterlatte.common.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ repositories {
mavenCentral()
maven("https://packages.confluent.io/maven/")
maven("https://jitpack.io")
maven {
url = uri("https://maven.pkg.github.com/navikt/rapids-and-rivers")
credentials {
username = "token"
password = System.getenv("GITHUB_TOKEN")
}
}
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ angus-version = "1.1.0"
[libraries]

#NavFelles
rapidAndRivers = { module = "com.github.navikt:rapids-and-rivers", version = "2024010209171704183456.6d035b91ffb4" }
rapidAndRivers = { module = "com.github.navikt:rapids-and-rivers", version = "2024082313161724411773.1db923f4402d" }
brukernotifikasjonSchemas = { module = "com.github.navikt:brukernotifikasjon-schemas", version = "2.5.2"}
mockOauth2Server = { module = "no.nav.security:mock-oauth2-server", version = "2.1.8"}
tjenestespesifikasjonerTilbakekreving = { module = "com.github.navikt.pensjon-etterlatte-tjenestespesifikasjoner:tilbakekreving-v1-tjenestespesifikasjon", version = "1.d27898d"}
Expand Down

0 comments on commit 27e3208

Please sign in to comment.