Skip to content

Commit

Permalink
Bump the all-dependencies group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `3.2.0` | `4.1.3` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `3.2.0` | `4.1.3` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.4` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.4` |
| [org.testcontainers:elasticsearch](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.4` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.8` | `1.13.9` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.2.1` | `3.2.2` |


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

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

Updates `org.testcontainers:testcontainers` from 1.19.3 to 1.19.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.3...1.19.4)

Updates `org.testcontainers:junit-jupiter` from 1.19.3 to 1.19.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.3...1.19.4)

Updates `org.testcontainers:elasticsearch` from 1.19.3 to 1.19.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.3...1.19.4)

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

Updates `org.springframework.boot` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.1...v3.2.2)

---
updated-dependencies:
- dependency-name: no.nav.security:token-validation-spring
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:elasticsearch
  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 Feb 5, 2024
1 parent abf597c commit 5f0306d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val mockkVersion = "1.13.8"
val tokenValidationVersion = "3.2.0"
val mockkVersion = "1.13.9"
val tokenValidationVersion = "4.1.3"
val logstashVersion = "7.4"
val springRetryVersion = "2.0.5"
val springMockkVersion = "4.0.2"
val springDocVersion = "2.3.0"
val testContainersVersion = "1.19.3"
val testContainersVersion = "1.19.4"
val threeTenExtraVersion = "1.7.2"
val archunitVersion = "1.2.1"
val opensearchVersion = "2.11.1"
Expand All @@ -27,7 +27,7 @@ repositories {

plugins {
val kotlinVersion = "1.9.22"
id("org.springframework.boot") version "3.2.1"
id("org.springframework.boot") version "3.2.2"
kotlin("jvm") version kotlinVersion
kotlin("plugin.spring") version kotlinVersion
idea
Expand Down

0 comments on commit 5f0306d

Please sign in to comment.