Skip to content

Commit

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

Updates `no.nav.aap.kelvin:httpklient` from 0.0.63 to 0.0.66

Updates `no.nav.aap.kelvin:dbmigrering` from 0.0.63 to 0.0.66

Updates `no.nav.aap.kelvin:server` from 0.0.63 to 0.0.66

---
updated-dependencies:
- dependency-name: no.nav.aap.kelvin:httpklient
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: no.nav.aap.kelvin:dbmigrering
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: no.nav.aap.kelvin:server
  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 Sep 19, 2024
1 parent 737c1e5 commit fd053d5
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
@@ -1,7 +1,7 @@
import java.io.ByteArrayOutputStream

val ktorVersion = "2.3.12"
val komponenterVersjon = "0.0.63"
val komponenterVersjon = "0.0.66"

plugins {
id("io.ktor.plugin")
Expand Down
2 changes: 1 addition & 1 deletion lib-test/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val ktorVersion = "2.3.12"
val komponenterVersjon = "0.0.63"
val komponenterVersjon = "0.0.66"

dependencies {
implementation(project(":app"))
Expand Down

0 comments on commit fd053d5

Please sign in to comment.