Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2025

Bumps the spring-med-avhengigheter group with 7 updates in the / directory:

Package From To
org.springframework.boot:spring-boot-starter-parent 3.5.8 4.0.0
org.springframework.boot:spring-boot-dependencies 3.5.8 4.0.0
org.springdoc:springdoc-openapi-starter-common 2.8.14 3.0.0
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.8.14 3.0.0
no.nav.security:token-client-spring 5.0.39 6.0.0
no.nav.security:token-client-core 5.0.39 6.0.0
no.nav.security:token-validation-spring-test 5.0.39 6.0.0

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.8 to 4.0.0

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v4.0.0

Full release notes for Spring Boot 4.0 are available on the wiki. There is also a migration guide to help you upgrade from Spring Boot 3.5.

⭐ New Features

  • Change tomcat and jetty runtime modules to starters #48175
  • Rename spring-boot-kotlin-serialization to align with the name of the Kotlinx module that it pulls in #48076

🐞 Bug Fixes

  • Error properties are a general web concern and should not be located beneath server.* #48201
  • With both Jackson 2 and 3 on the classpath, @JsonTest fails due to duplicate jacksonTesterFactoryBean #48198
  • Gradle war task does not exclude starter POMs from lib-provided #48197
  • spring.test.webclient.mockrestserviceserver.enabled is not aligned with its module's name #48193
  • SslMeterBinder doesn't register metrics for dynamically added bundles if no bundles exist at bind time #48182
  • Properties bound in the child management context ignore the parent's environment prefix #48177
  • ssl.chain.expiry metrics doesn't update for dynamically registered SSL bundles #48171
  • Starter for spring-boot-micrometer-metrics is missing #48161
  • Elasticsearch client's sniffer functionality should not be enabled by default #48155
  • spring-boot-starter-elasticsearch should depend on elasticsearch-java #48141
  • Auto-configuration exclusions are checked using a different class loader to the one that loads auto-configuration classes #48132
  • New arm64 macbooks fail to bootBuildImage due to incorrect platform image #48128
  • Properties for configuring an isolated JsonMapper or ObjectMapper are incorrectly named #48116
  • Buildpack fails with recent Docker installs due to hardcoded version in URL #48103
  • Image building may fail when specifying a platform if an image has already been built with a different platform #48099
  • Default values of Kotlinx Serialization JSON configuration properties are not documented #48097
  • Custom XML converters should override defaults in HttpMessageConverters #48096
  • Kotlin serialization is used too aggressively when other JSON libraries are available #48070
  • PortInUseException incorrectly thrown on failure to bind port due to Netty IP misconfiguration #48059
  • Auto-configured JCacheMetrics cannot be customized #48057
  • WebSecurityCustomizer beans are excluded by WebMvcTest #48055
  • Deprecated EnvironmentPostProcessor does not resolve arguments #48047
  • RetryPolicySettings should refer to maxRetries, not maxAttempts #48023
  • Devtools Restarter does not work with a parameterless main method #47996
  • Dependency management for Kafka should not manage Scala 2.12 libraries #47991
  • spring-boot-mail should depend on jakarta.mail:jakarta.mail-api and org.eclipse.angus:angus-mail instead of org.eclipse.angus:jakarta.mail #47983
  • spring-boot-starter-data-mongodb-reactive has dependency on reactor-test #47982
  • Support for ReactiveElasticsearchClient is in the wrong module #47848

📔 Documentation

  • Removed property spring.test.webclient.register-rest-template is still documented #48199
  • Mention support for detecting AWS ECS in "Deploying to the Cloud" #48170
  • Revise AWS section of "Deploying to the Cloud" in reference manual #48163
  • Fix typo in PortInUseException Javadoc #48134
  • Correct section about required setters in "Type-safe Configuration Properties" #48131
  • Use since attribute in configuration properties deprecation consistently #48122
  • Document EndpointJsonMapper and management.endpoints.jackson.isolated-json-mapper #48115
  • Document support for configuring servlet context init parameters using properties #48112
  • Some configuration properties are not documented in the appendix #48095

... (truncated)

Commits
  • 1c0e08b Release v4.0.0
  • 3487928 Merge branch '3.5.x'
  • 29b8e96 Switch make-default in preparation for Spring Boot 4.0.0
  • 88da0dd Merge branch '3.5.x'
  • 56feeaa Next development version (v3.5.9-SNAPSHOT)
  • 3becdc7 Move server.error properties to spring.web.error
  • 2b30632 Merge branch '3.5.x'
  • dc140df Upgrade to Spring Framework 7.0.1
  • 75da8b8 Align restclient-test properties with module's name
  • 331e9bc Remove metadata for previously deleted property
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-dependencies from 3.5.8 to 4.0.0

Release notes

Sourced from org.springframework.boot:spring-boot-dependencies's releases.

v4.0.0

Full release notes for Spring Boot 4.0 are available on the wiki. There is also a migration guide to help you upgrade from Spring Boot 3.5.

⭐ New Features

  • Change tomcat and jetty runtime modules to starters #48175
  • Rename spring-boot-kotlin-serialization to align with the name of the Kotlinx module that it pulls in #48076

🐞 Bug Fixes

  • Error properties are a general web concern and should not be located beneath server.* #48201
  • With both Jackson 2 and 3 on the classpath, @JsonTest fails due to duplicate jacksonTesterFactoryBean #48198
  • Gradle war task does not exclude starter POMs from lib-provided #48197
  • spring.test.webclient.mockrestserviceserver.enabled is not aligned with its module's name #48193
  • SslMeterBinder doesn't register metrics for dynamically added bundles if no bundles exist at bind time #48182
  • Properties bound in the child management context ignore the parent's environment prefix #48177
  • ssl.chain.expiry metrics doesn't update for dynamically registered SSL bundles #48171
  • Starter for spring-boot-micrometer-metrics is missing #48161
  • Elasticsearch client's sniffer functionality should not be enabled by default #48155
  • spring-boot-starter-elasticsearch should depend on elasticsearch-java #48141
  • Auto-configuration exclusions are checked using a different class loader to the one that loads auto-configuration classes #48132
  • New arm64 macbooks fail to bootBuildImage due to incorrect platform image #48128
  • Properties for configuring an isolated JsonMapper or ObjectMapper are incorrectly named #48116
  • Buildpack fails with recent Docker installs due to hardcoded version in URL #48103
  • Image building may fail when specifying a platform if an image has already been built with a different platform #48099
  • Default values of Kotlinx Serialization JSON configuration properties are not documented #48097
  • Custom XML converters should override defaults in HttpMessageConverters #48096
  • Kotlin serialization is used too aggressively when other JSON libraries are available #48070
  • PortInUseException incorrectly thrown on failure to bind port due to Netty IP misconfiguration #48059
  • Auto-configured JCacheMetrics cannot be customized #48057
  • WebSecurityCustomizer beans are excluded by WebMvcTest #48055
  • Deprecated EnvironmentPostProcessor does not resolve arguments #48047
  • RetryPolicySettings should refer to maxRetries, not maxAttempts #48023
  • Devtools Restarter does not work with a parameterless main method #47996
  • Dependency management for Kafka should not manage Scala 2.12 libraries #47991
  • spring-boot-mail should depend on jakarta.mail:jakarta.mail-api and org.eclipse.angus:angus-mail instead of org.eclipse.angus:jakarta.mail #47983
  • spring-boot-starter-data-mongodb-reactive has dependency on reactor-test #47982
  • Support for ReactiveElasticsearchClient is in the wrong module #47848

📔 Documentation

  • Removed property spring.test.webclient.register-rest-template is still documented #48199
  • Mention support for detecting AWS ECS in "Deploying to the Cloud" #48170
  • Revise AWS section of "Deploying to the Cloud" in reference manual #48163
  • Fix typo in PortInUseException Javadoc #48134
  • Correct section about required setters in "Type-safe Configuration Properties" #48131
  • Use since attribute in configuration properties deprecation consistently #48122
  • Document EndpointJsonMapper and management.endpoints.jackson.isolated-json-mapper #48115
  • Document support for configuring servlet context init parameters using properties #48112
  • Some configuration properties are not documented in the appendix #48095

... (truncated)

Commits
  • 1c0e08b Release v4.0.0
  • 3487928 Merge branch '3.5.x'
  • 29b8e96 Switch make-default in preparation for Spring Boot 4.0.0
  • 88da0dd Merge branch '3.5.x'
  • 56feeaa Next development version (v3.5.9-SNAPSHOT)
  • 3becdc7 Move server.error properties to spring.web.error
  • 2b30632 Merge branch '3.5.x'
  • dc140df Upgrade to Spring Framework 7.0.1
  • 75da8b8 Align restclient-test properties with module's name
  • 331e9bc Remove metadata for previously deleted property
  • Additional commits viewable in compare view

Updates org.springdoc:springdoc-openapi-starter-common from 2.8.14 to 3.0.0

Release notes

Sourced from org.springdoc:springdoc-openapi-starter-common's releases.

springdoc-openapi v3.0.0 released!

Added

  • #2975 - Spring Framework 7 - Initial API versioning support
  • #3123 - Support static resources for webflux

Changed

  • Upgrade to Spring Boot 4.0.0!
  • Upgrade to Scalar 0.4.3

Fixed

  • #3131 - Warning messages when docs are explicitly enabled
  • #3121 - NPE in KotlinDeprecatedPropertyCustomizer - resolvedSchema is null

Full Changelog: springdoc/springdoc-openapi@v3.0.0-RC1...v3.0.0

springdoc-openapi v3.0.0-RC1 released!

Added

  • #3095 - Add support for Spring Boot 4.0.0-RC1

Full Changelog: springdoc/springdoc-openapi@v3.0.0-M1...v3.0.0-RC1

springdoc-openapi v3.0.0-M1 released!

Added

  • #3062 - Add Spring Boot 4.0.0-M2 support
Changelog

Sourced from org.springdoc:springdoc-openapi-starter-common's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Commits
  • 6526d7a [maven-release-plugin] prepare release v3.0.0
  • 49409a9 Prepare for next release
  • aa333b3 moving to 3.0.0-SNAPSHOT
  • 44e2f70 Upgrade to spring-boot 4
  • 4b95d0e scalar upgrade to version 0.4.3
  • 9b3dd90 Remove dependency on the latest spring-framework SNAPSHOT.
  • 95c3b87 Warning messages when docs are explicitly enabled. Fixes #3131
  • e444dee Changes report: Regression where content type from swagger @​RequestBody does ...
  • 007977e feat: static resources for webflux #3123
  • 0293459 Spring Framework 7 - API versioning support #2975
  • Additional commits viewable in compare view

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.14 to 3.0.0

Release notes

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.

springdoc-openapi v3.0.0 released!

Added

  • #2975 - Spring Framework 7 - Initial API versioning support
  • #3123 - Support static resources for webflux

Changed

  • Upgrade to Spring Boot 4.0.0!
  • Upgrade to Scalar 0.4.3

Fixed

  • #3131 - Warning messages when docs are explicitly enabled
  • #3121 - NPE in KotlinDeprecatedPropertyCustomizer - resolvedSchema is null

Full Changelog: springdoc/springdoc-openapi@v3.0.0-RC1...v3.0.0

springdoc-openapi v3.0.0-RC1 released!

Added

  • #3095 - Add support for Spring Boot 4.0.0-RC1

Full Changelog: springdoc/springdoc-openapi@v3.0.0-M1...v3.0.0-RC1

springdoc-openapi v3.0.0-M1 released!

Added

  • #3062 - Add Spring Boot 4.0.0-M2 support
Changelog

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Commits
  • 6526d7a [maven-release-plugin] prepare release v3.0.0
  • 49409a9 Prepare for next release
  • aa333b3 moving to 3.0.0-SNAPSHOT
  • 44e2f70 Upgrade to spring-boot 4
  • 4b95d0e scalar upgrade to version 0.4.3
  • 9b3dd90 Remove dependency on the latest spring-framework SNAPSHOT.
  • 95c3b87 Warning messages when docs are explicitly enabled. Fixes #3131
  • e444dee Changes report: Regression where content type from swagger @​RequestBody does ...
  • 007977e feat: static resources for webflux #3123
  • 0293459 Spring Framework 7 - API versioning support #2975
  • Additional commits viewable in compare view

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.14 to 3.0.0

Release notes

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.

springdoc-openapi v3.0.0 released!

Added

  • #2975 - Spring Framework 7 - Initial API versioning support
  • #3123 - Support static resources for webflux

Changed

  • Upgrade to Spring Boot 4.0.0!
  • Upgrade to Scalar 0.4.3

Fixed

  • #3131 - Warning messages when docs are explicitly enabled
  • #3121 - NPE in KotlinDeprecatedPropertyCustomizer - resolvedSchema is null

Full Changelog: springdoc/springdoc-openapi@v3.0.0-RC1...v3.0.0

springdoc-openapi v3.0.0-RC1 released!

Added

  • #3095 - Add support for Spring Boot 4.0.0-RC1

Full Changelog: springdoc/springdoc-openapi@v3.0.0-M1...v3.0.0-RC1

springdoc-openapi v3.0.0-M1 released!

Added

  • #3062 - Add Spring Boot 4.0.0-M2 support
Changelog

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Commits
  • 6526d7a [maven-release-plugin] prepare release v3.0.0
  • 49409a9 Prepare for next release
  • aa333b3 moving to 3.0.0-SNAPSHOT
  • 44e2f70 Upgrade to spring-boot 4
  • 4b95d0e scalar upgrade to version 0.4.3
  • 9b3dd90 Remove dependency on the latest spring-framework SNAPSHOT.
  • 95c3b87 Warning messages when docs are explicitly enabled. Fixes #3131
  • e444dee Changes report: Regression where content type from swagger @​RequestBody does ...
  • 007977e feat: static resources for webflux #3123
  • 0293459 Spring Framework 7 - API versioning support #2975
  • Additional commits viewable in compare view

Updates no.nav.security:token-client-spring from 5.0.39 to 6.0.0

Release notes

Sourced from no.nav.security:token-client-spring's releases.

6.0.0

What's Changed

5.0.40

What's Changed

⬆️ Dependency upgrades

Commits
  • 2094d8e Boot 4 (#1087)
  • 3038904 downgrade kotlin & friends (#1091)
  • 390ae82 Bump com.squareup.okhttp3:mockwebserver from 5.3.0 to 5.3.1 (#1090)
  • 234706d Bump org.wiremock:wiremock-standalone from 3.13.1 to 3.13.2 (#1085)
  • 7c179e8 Bump mikepenz/action-junit-report from 5 to 6 (#1080)
  • 0cb8ff8 Bump com.nimbusds:oauth2-oidc-sdk from 11.30 to 11.30.1 (#1084)
  • 5c1f463 Bump com.nimbusds:nimbus-jose-jwt from 10.5 to 10.6 (#1083)
  • 2fad685 Bump no.nav.security:mock-oauth2-server from 3.0.0 to 3.0.1 (#1082)
  • b55749c Bump org.junit.jupiter:junit-jupiter-engine from 6.0.0 to 6.0.1 (#1081)
  • See full diff in compare view

Updates no.nav.security:token-client-core from 5.0.39 to 6.0.0

Release notes

Sourced from no.nav.security:token-client-core's releases.

6.0.0

What's Changed

5.0.40

What's Changed

⬆️ Dependency upgrades

Commits
  • 2094d8e Boot 4 (#1087)
  • 3038904 downgrade kotlin & friends (#1091)
  • 390ae82 Bump com.squareup.okhttp3:mockwebserver from 5.3.0 to 5.3.1 (#1090)
  • 234706d Bump org.wiremock:wiremock-standalone from 3.13.1 to 3.13.2 (#1085)
  • 7c179e8 Bump mikepenz/action-junit-report from 5 to 6 (#1080)
  • 0cb8ff8 Bump com.nimbusds:oauth2-oidc-sdk from 11.30 to 11.30.1 (#1084)
  • 5c1f463 Bump com.nimbusds:nimbus-jose-jwt from 10.5 to 10.6 (#1083)
  • 2fad685 Bump no.nav.security:mock-oauth2-server from 3.0.0 to 3.0.1 (#1082)
  • b55749c Bump org.junit.jupiter:junit-jupiter-engine from 6.0.0 to 6.0.1 (#1081)
  • See full diff in compare view

Updates no.nav.security:token-validation-spring-test from 5.0.39 to 6.0.0

Release notes

Sourced from no.nav.security:token-validation-spring-test's releases.

6.0.0

What's Changed

5.0.40

What's Changed

⬆️ Dependency upgrades

Commits
  • 2094d8e Boot 4 (#1087)
  • 3038904 downgrade kotlin & friends (#1091)
  • 390ae82 Bump com.squareup.okhttp3:mockwebserver from 5.3.0 to 5.3.1 (#1090)
  • 234706d Bump org.wiremock:wiremock-standalone from 3.13.1 to 3.13.2 (#1085)
  • 7c179e8 Bump mikepenz/action-junit-report from 5 to 6 (#1080)
  • 0cb8ff8 Bump com.nimbusds:oauth2-oidc-sdk from 11.30 to 11.30.1 (#1084)
  • 5c1f463 Bump com.nimbusds:nimbus-jose-jwt from 10.5 to 10.6 (#1083)
  • 2fad685 Bump no.nav.security:mock-oauth2-server from 3.0.0 to 3.0.1 (#1082)
  • b55749c Bump org.junit.jupiter:junit-jupiter-engine from 6.0.0 to 6.0.1 (#1081)
  • See full diff in compare view

Updates no.nav.security:token-client-core from 5.0.39 to 6.0.0

Release notes

Sourced from no.nav.security:token-client-core's releases.

6.0.0

What's Changed

5.0.40

What's Changed

⬆️ Dependency upgrades

Commits
  • 2094d8e Boot 4 (#1087)
  • 3038904 downgrade kotlin & friends (#1091)
  • 390ae82 Bump com.squareup.okhttp3:mockwebserver from 5.3.0 to 5.3.1 (#1090)
  • 234706d Bump org.wiremock:wiremock-standalone from 3.13.1 to 3.13.2 (#1085)
  • 7c179e8 Bump mikepenz/action-junit-report from 5 to 6 (#1080)
  • 0cb8ff8 Bump com.nimbusds:oauth2-oidc-sdk from 11.30 to 11.30.1 (#1084)
  • 5c1f463 Bump com.nimbusds:nimbus-jose-jwt from 10.5 to 10.6 (#1083)
  • 2fad685 Bump no.nav.security:mock-oauth2-server from 3.0.0 to 3.0.1 (#1082)
  • b55749c Bump org.junit.jupiter:junit-jupiter-engine from 6.0.0 to 6.0.1 (#1081)
  • See full diff in compare view

Updates no.nav.security:token-validation-spring-test from 5.0.39 to 6.0.0

Release notes

Sourced from no.nav.security:token-validation-spring-test's releases.

6.0.0

What's Changed

5.0.40

What's Changed

⬆️ Dependency upgrades

Commits
  • 2094d8e Boot 4 (#1087)
  • 3038904 downgrade kotlin & friends (#1091)
  • 390ae82 Bump com.squareup.okhttp3:mockwebserver from 5.3.0 to 5.3.1 (#1090)
  • 234706d Bump org.wiremock:wiremock-standalone from 3.13.1 to 3.13.2 (#1085)
  • 7c179e8 Bump mikepenz/action-junit-report from 5 to 6 (#1080)
  • 0cb8ff8 Bump com.nimbusds:oauth2-oidc-sdk from 11.30 to 11.30.1 (#1084)
  • 5c1f463 Bump com.nimbusds:nimbus-jose-jwt from 10.5 to 10.6 (#1083)
  • 2fad685 Bump no.nav.security:mock-oauth2-server from 3.0.0 to 3.0.1 (#1082)
  • b55749c Bump org.junit.jupiter:junit-jupiter-engine from 6.0.0 to 6.0.1 (#1081)
  • See full diff in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 4, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 4, 2025 14:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 4, 2025
@dependabot dependabot bot force-pushed the dependabot/maven/spring-med-avhengigheter-9c00ab70e6 branch 8 times, most recently from 8f550b3 to 58ca02e Compare December 12, 2025 10:03
@dependabot dependabot bot force-pushed the dependabot/maven/spring-med-avhengigheter-9c00ab70e6 branch 5 times, most recently from 5ad4732 to 4aff0d2 Compare December 22, 2025 10:04
@dependabot dependabot bot force-pushed the dependabot/maven/spring-med-avhengigheter-9c00ab70e6 branch 6 times, most recently from 37a9ee7 to 2e455a7 Compare January 8, 2026 11:00
@dependabot dependabot bot force-pushed the dependabot/maven/spring-med-avhengigheter-9c00ab70e6 branch 6 times, most recently from 6901183 to 429a32e Compare January 16, 2026 10:54
@dependabot dependabot bot force-pushed the dependabot/maven/spring-med-avhengigheter-9c00ab70e6 branch from 429a32e to 3c9e99c Compare January 19, 2026 12:23
…ates

Bumps the spring-med-avhengigheter group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.5.8` | `4.0.0` |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.5.8` | `4.0.0` |
| [org.springdoc:springdoc-openapi-starter-common](https://github.com/springdoc/springdoc-openapi) | `2.8.14` | `3.0.0` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.14` | `3.0.0` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `5.0.39` | `6.0.0` |
| [no.nav.security:token-client-core](https://github.com/navikt/token-support) | `5.0.39` | `6.0.0` |
| [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `5.0.39` | `6.0.0` |



Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.8 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.8...v4.0.0)

Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.8 to 4.0.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.8...v4.0.0)

Updates `org.springdoc:springdoc-openapi-starter-common` from 2.8.14 to 3.0.0
- [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.8.14...v3.0.0)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.14 to 3.0.0
- [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.8.14...v3.0.0)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.14 to 3.0.0
- [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.8.14...v3.0.0)

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

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

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

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

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

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring-med-avhengigheter
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring-med-avhengigheter
- dependency-name: org.springdoc:springdoc-openapi-starter-common
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring-med-avhengigheter
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring-med-avhengigheter
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring-med-avhengigheter
- dependency-name: no.nav.security:token-client-spring
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring-med-avhengigheter
- dependency-name: no.nav.security:token-client-core
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring-med-avhengigheter
- dependency-name: no.nav.security:token-validation-spring-test
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: spring-med-avhengigheter
- dependency-name: no.nav.security:token-client-core
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: spring-med-avhengigheter
- dependency-name: no.nav.security:token-validation-spring-test
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: spring-med-avhengigheter
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/spring-med-avhengigheter-9c00ab70e6 branch from 3c9e99c to 33a8d57 Compare January 20, 2026 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant