Skip to content

Commit

Permalink
Bump tilgangVersjon from 0.0.88 to 0.0.89
Browse files Browse the repository at this point in the history
Bumps `tilgangVersjon` from 0.0.88 to 0.0.89.

Updates `no.nav.aap.tilgang:plugin` from 0.0.88 to 0.0.89

Updates `no.nav.aap.tilgang:plugin-kontrakt` from 0.0.88 to 0.0.89

Updates `no.nav.aap.tilgang:api-kontrakt` from 0.0.88 to 0.0.89

---
updated-dependencies:
- dependency-name: no.nav.aap.tilgang:plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: no.nav.aap.tilgang:plugin-kontrakt
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: no.nav.aap.tilgang:api-kontrakt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jan 15, 2025
1 parent 4aafc7a commit 5c93ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
val ktorVersion = "3.0.3"
val komponenterVersjon = "1.0.101"
val behandlingsflytVersjon = "0.0.105"
val tilgangVersjon = "0.0.88"
val tilgangVersjon = "0.0.89"

plugins {
id("brev.conventions")
Expand Down
2 changes: 1 addition & 1 deletion lib-test/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val ktorVersion = "3.0.3"
val komponenterVersjon = "1.0.101"
val behandlingsflytVersjon = "0.0.105"
val tilgangVersjon = "0.0.88"
val tilgangVersjon = "0.0.89"

plugins {
id("brev.conventions")
Expand Down

0 comments on commit 5c93ce2

Please sign in to comment.