Skip to content

Commit

Permalink
Bump the gradle group across 1 directory with 9 updates
Browse files Browse the repository at this point in the history
Bumps the gradle group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `4.1.7` | `4.1.8` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `4.1.7` | `4.1.8` |
| [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `4.1.7` | `4.1.8` |
| org.springframework.cloud:spring-cloud-starter-contract-stub-runner | `4.1.2` | `4.1.3` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.2.0-jre` | `33.2.1-jre` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.0` |
| [jvm](https://github.com/JetBrains/kotlin) | `1.9.24` | `2.0.0` |
| [plugin.spring](https://github.com/JetBrains/kotlin) | `1.9.24` | `2.0.0` |
| [plugin.jpa](https://github.com/JetBrains/kotlin) | `1.9.24` | `2.0.0` |



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

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

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

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

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

Updates `org.springframework.cloud:spring-cloud-starter-contract-stub-runner` from 4.1.2 to 4.1.3

Updates `com.google.guava:guava` from 33.2.0-jre to 33.2.1-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `org.springframework.boot` from 3.2.5 to 3.3.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.0)

Updates `jvm` from 1.9.24 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.24...v2.0.0)

Updates `plugin.spring` from 1.9.24 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.24...v2.0.0)

Updates `plugin.jpa` from 1.9.24 to 2.0.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.24...v2.0.0)

---
updated-dependencies:
- dependency-name: no.nav.security:token-validation-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: no.nav.security:token-validation-spring-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: no.nav.security:token-validation-spring-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.springframework.cloud:spring-cloud-starter-contract-stub-runner
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle
- dependency-name: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle
- dependency-name: plugin.jpa
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 14, 2024
1 parent 2db1b95 commit f3e1653
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import com.expediagroup.graphql.plugin.gradle.tasks.GraphQLGenerateClientTask
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.springframework.boot") version "3.2.5"
id("org.springframework.boot") version "3.3.0"
id("io.spring.dependency-management") version "1.1.5"
id("com.expediagroup.graphql") version "7.1.1"
kotlin("jvm") version "1.9.24"
kotlin("plugin.spring") version "1.9.24"
kotlin("plugin.jpa") version "1.9.24"
kotlin("jvm") version "2.0.0"
kotlin("plugin.spring") version "2.0.0"
kotlin("plugin.jpa") version "2.0.0"
}

group = "no.nav"
Expand All @@ -21,10 +21,10 @@ configurations {
}

val graphQLKotlinVersion = "7.1.1"
val springCloudVersion = "4.1.2"
val springCloudVersion = "4.1.3"
val springdocVersion = "2.5.0"
val logstashLogbackEncoderVersion = "7.4"
val tokenSupportVersion = "4.1.7"
val tokenSupportVersion = "4.1.8"
val k9FormatVersion = "9.3.0"
val retryVersion = "2.0.6"
val zalandoVersion = "0.27.0"
Expand All @@ -34,7 +34,7 @@ val awailitilityKotlinVersion = "4.2.1"
val assertkJvmVersion = "0.28.1"
val springMockkVersion = "4.0.2"
val mockkVersion = "1.13.11"
val guavaVersion = "33.2.0-jre"
val guavaVersion = "33.2.1-jre"
val orgJsonVersion = "20240303"
val k9FellesVersion = "2.0.8"
val k9FormidlingVersion = "1.0.7"
Expand Down

0 comments on commit f3e1653

Please sign in to comment.