Skip to content

Commit

Permalink
Bump no.nav:ktor-openapi-generator from 1.0.50 to 1.0.72
Browse files Browse the repository at this point in the history
Bumps [no.nav:ktor-openapi-generator](https://github.com/navikt/ktor-openapi-generator) from 1.0.50 to 1.0.72.
- [Release notes](https://github.com/navikt/ktor-openapi-generator/releases)
- [Commits](navikt/ktor-openapi-generator@1.0.50...1.0.72)

---
updated-dependencies:
- dependency-name: no.nav:ktor-openapi-generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2024
1 parent fc1b488 commit 4b73084
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 @@ -32,7 +32,7 @@ dependencies {
implementation("io.ktor:ktor-client-core:$ktorVersion")
implementation("io.ktor:ktor-client-logging:$ktorVersion")

implementation("no.nav:ktor-openapi-generator:1.0.50")
implementation("no.nav:ktor-openapi-generator:1.0.72")
implementation("no.nav.aap.kelvin:server:$komponenterVersjon")
implementation("no.nav.aap.kelvin:infrastructure:$komponenterVersjon")
implementation("no.nav.aap.kelvin:httpklient:$komponenterVersjon")
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {

implementation("io.ktor:ktor-server-auth-jwt:$ktorVersion")
implementation("ch.qos.logback:logback-classic:1.5.14")
implementation("no.nav:ktor-openapi-generator:1.0.50")
implementation("no.nav:ktor-openapi-generator:1.0.72")
implementation("io.ktor:ktor-server-core:$ktorVersion")

implementation("com.nimbusds:nimbus-jose-jwt:9.47")
Expand Down

0 comments on commit 4b73084

Please sign in to comment.