Skip to content

Commit

Permalink
Bump komponenterVersjon from 1.0.98 to 1.0.101
Browse files Browse the repository at this point in the history
Bumps `komponenterVersjon` from 1.0.98 to 1.0.101.

Updates `no.nav.aap.kelvin:server` from 1.0.98 to 1.0.101

Updates `no.nav.aap.kelvin:infrastructure` from 1.0.98 to 1.0.101

Updates `no.nav.aap.kelvin:httpklient` from 1.0.98 to 1.0.101

Updates `no.nav.aap.kelvin:json` from 1.0.98 to 1.0.101

---
updated-dependencies:
- dependency-name: no.nav.aap.kelvin:server
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: no.nav.aap.kelvin:infrastructure
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: no.nav.aap.kelvin:httpklient
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: no.nav.aap.kelvin:json
  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 Dec 23, 2024
1 parent 2adfe84 commit 9d89490
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 @@ -8,7 +8,7 @@ plugins {
val ktorVersion = "3.0.3"
val behandlingsflytVersjon = "0.0.71"
val postmottakVersjon = "0.0.20"
val komponenterVersjon = "1.0.98"
val komponenterVersjon = "1.0.101"

application {
mainClass.set("tilgang.AppKt")
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val ktorVersion = "3.0.3"
val komponenterVersjon = "1.0.98"
val komponenterVersjon = "1.0.101"

plugins {
id("aap-tilgang.conventions")
Expand Down

0 comments on commit 9d89490

Please sign in to comment.