Skip to content

Commit

Permalink
Bump the all-dependencies group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.7.0` | `2.8.3` |
| [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `5.0.13` | `5.0.14` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `5.0.13` | `5.0.14` |
| [no.nav.klage:klage-kodeverk](https://github.com/navikt/klage-kodeverk) | `1.9.5` | `1.9.11` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.14` | `1.13.16` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.1` | `3.4.2` |



Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.7.0 to 2.8.3
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.7.0...v2.8.3)

Updates `no.nav.security:token-validation-spring` from 5.0.13 to 5.0.14
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.13...5.0.14)

Updates `no.nav.security:token-client-spring` from 5.0.13 to 5.0.14
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.13...5.0.14)

Updates `no.nav.security:token-client-spring` from 5.0.13 to 5.0.14
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.13...5.0.14)

Updates `no.nav.klage:klage-kodeverk` from 1.9.5 to 1.9.11
- [Release notes](https://github.com/navikt/klage-kodeverk/releases)
- [Commits](navikt/klage-kodeverk@1.9.5...1.9.11)

Updates `io.mockk:mockk` from 1.13.14 to 1.13.16
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.14...1.13.16)

Updates `org.springframework.boot` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.1...v3.4.2)

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-validation-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.klage:klage-kodeverk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 24, 2025
1 parent 950aa94 commit 9d0f502
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val mockkVersion = "1.13.14"
val tokenValidationVersion = "5.0.13"
val mockkVersion = "1.13.16"
val tokenValidationVersion = "5.0.14"
val logstashVersion = "8.0"
val springRetryVersion = "2.0.11"
val springMockkVersion = "4.0.2"
val springDocVersion = "2.7.0"
val springDocVersion = "2.8.3"
val testContainersVersion = "1.20.4"
val threeTenExtraVersion = "1.8.0"
val archunitVersion = "1.3.0"
val opensearchVersion = "2.18.0"
val reactorSpringVersion = "1.0.1.RELEASE"
val kodeverkVersion = "1.9.5"
val kodeverkVersion = "1.9.11"
val ehcacheVersion = "3.10.8"
val logbackSyslog4jVersion = "1.0.0"

Expand All @@ -25,7 +25,7 @@ repositories {

plugins {
val kotlinVersion = "2.1.0"
id("org.springframework.boot") version "3.4.1"
id("org.springframework.boot") version "3.4.2"
kotlin("jvm") version kotlinVersion
kotlin("plugin.spring") version kotlinVersion
idea
Expand Down

0 comments on commit 9d0f502

Please sign in to comment.