Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump komponenterVersjon from 1.0.112 to 1.0.114 #91

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump komponenterVersjon from 1.0.112 to 1.0.114
Bumps `komponenterVersjon` from 1.0.112 to 1.0.114.

Updates `no.nav.aap.kelvin:dbconnect` from 1.0.112 to 1.0.114

Updates `no.nav.aap.kelvin:dbmigrering` from 1.0.112 to 1.0.114

Updates `no.nav.aap.kelvin:httpklient` from 1.0.112 to 1.0.114

Updates `no.nav.aap.kelvin:json` from 1.0.112 to 1.0.114

Updates `no.nav.aap.kelvin:infrastructure` from 1.0.112 to 1.0.114

Updates `no.nav.aap.kelvin:motor` from 1.0.112 to 1.0.114

Updates `no.nav.aap.kelvin:motor-api` from 1.0.112 to 1.0.114

Updates `no.nav.aap.kelvin:server` from 1.0.112 to 1.0.114

Updates `no.nav.aap.kelvin:dbtest` from 1.0.112 to 1.0.114

---
updated-dependencies:
- dependency-name: no.nav.aap.kelvin:dbconnect
  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: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
- dependency-name: no.nav.aap.kelvin:infrastructure
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: no.nav.aap.kelvin:motor
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: no.nav.aap.kelvin:motor-api
  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
- dependency-name: no.nav.aap.kelvin:dbtest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Jan 16, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 3c68d28a1b120d2e389279762ab09461810d1f27
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 com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

val ktorVersion = "3.0.3"
val komponenterVersjon = "1.0.112"
val komponenterVersjon = "1.0.114"
val behandlingsflytVersjon = "0.0.105"
val tilgangVersjon = "0.0.89"

2 changes: 1 addition & 1 deletion kontrakt/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.jetbrains.kotlin.gradle.dsl.JvmTarget

val komponenterVersjon = "1.0.112"
val komponenterVersjon = "1.0.114"

plugins {
id("brev.conventions")
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 = "3.0.3"
val komponenterVersjon = "1.0.112"
val komponenterVersjon = "1.0.114"
val behandlingsflytVersjon = "0.0.105"
val tilgangVersjon = "0.0.89"