Skip to content

Commit

Permalink
Bump the backend group with 9 updates
Browse files Browse the repository at this point in the history
Bumps the backend group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.2.1` | `3.2.2` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.8` | `1.13.9` |
| com.diffplug.spotless | `6.23.3` | `6.25.0` |
| com.github.ben-manes.versions | `0.50.0` | `0.51.0` |
| org.gradle.toolchains.foojay-resolver-convention | `0.7.0` | `0.8.0` |
| no.nav.tilleggsstonader.kontrakter:tilleggsstonader-kontrakter | `2023.12.18-10.13.7d6848ac9d82` | `2024.02.07-10.15.07cb3f3164e4` |
| [no.nav.security:token-client-core](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` |
| [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` |
| [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `3.2.0` | `4.1.3` |


Updates `org.springframework.boot:spring-boot-dependencies` 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)

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 `com.diffplug.spotless` from 6.23.3 to 6.25.0

Updates `com.github.ben-manes.versions` from 0.50.0 to 0.51.0

Updates `org.gradle.toolchains.foojay-resolver-convention` from 0.7.0 to 0.8.0

Updates `no.nav.tilleggsstonader.kontrakter:tilleggsstonader-kontrakter` from 2023.12.18-10.13.7d6848ac9d82 to 2024.02.07-10.15.07cb3f3164e4

Updates `no.nav.security:token-client-core` 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 `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 `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)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: com.github.ben-manes.versions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: org.gradle.toolchains.foojay-resolver-convention
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: no.nav.tilleggsstonader.kontrakter:tilleggsstonader-kontrakter
  dependency-type: direct:production
  dependency-group: backend
- dependency-name: no.nav.security:token-client-core
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: no.nav.security:token-validation-spring
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend
- dependency-name: no.nav.security:token-validation-spring
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 11, 2024
1 parent 525870b commit 48ce38a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {
kotlin("jvm") version "1.9.22"
`maven-publish`
`java-library`
id("com.diffplug.spotless") version "6.23.3"
id("com.github.ben-manes.versions") version "0.50.0"
id("com.diffplug.spotless") version "6.25.0"
id("com.github.ben-manes.versions") version "0.51.0"
id("se.patrikerdes.use-latest-versions") version "0.2.18"
}

Expand Down Expand Up @@ -44,11 +44,11 @@ subprojects {
}

dependencies {
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.1"))
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.2"))

testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.assertj:assertj-core")
testImplementation("io.mockk:mockk:1.13.8")
testImplementation("io.mockk:mockk:1.13.9")

testImplementation("ch.qos.logback:logback-core")
testImplementation("ch.qos.logback:logback-classic")
Expand Down
4 changes: 2 additions & 2 deletions http-client/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val tokenSupportVersion = "3.2.0"
val tokenSupportVersion = "4.1.3"
val wiremockVersion = "3.0.1"
val tilleggsstønaderKontrakterVersion = "2023.12.18-10.13.7d6848ac9d82"
val tilleggsstønaderKontrakterVersion = "2024.02.07-10.15.07cb3f3164e4"

plugins {
kotlin("plugin.spring") version "1.9.22"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rootProject.name = "tilleggsstonader-libs"

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}

include("http-client")
Expand Down
2 changes: 1 addition & 1 deletion sikkerhet/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val tokenSupportVersion = "3.2.0"
val tokenSupportVersion = "4.1.3"

plugins {
kotlin("plugin.spring") version "1.9.22"
Expand Down

0 comments on commit 48ce38a

Please sign in to comment.