Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all-dependencies group across 1 directory with 7 updates #847

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2024

Bumps the all-dependencies group with 7 updates in the / directory:

Package From To
org.springframework.boot:spring-boot-dependencies 3.3.5 3.4.0
no.nav.familie.kontrakter:felles 3.0_20241102131210_d65efd1 3.0_20241113143804_80bdd40
no.nav.familie.kontrakter:enslig-forsorger 3.0_20241102131210_d65efd1 3.0_20241113143804_80bdd40
no.nav.security:token-client-core 5.0.5 5.0.11
no.nav.security:token-client-spring 5.0.5 5.0.11
no.nav.security:token-validation-spring 5.0.5 5.0.11
io.getunleash:unleash-client-java 9.2.4 9.2.5

Updates org.springframework.boot:spring-boot-dependencies from 3.3.5 to 3.4.0

Release notes

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

v3.4.0

⭐ New Features

  • Add withDefaultRequestConfigCustomizer method to HttpComponentsClientHttpRequestFactoryBuilder #43139
  • Fail JsonWriter if duplicate names are detected #43041
  • Add JsonObjectDeserializer.nullSafeValue method that accepts a mapper Function #42972
  • Support timeout property for GraphQL over SSE #42966
  • Improve performance of ConfigurationPropertiesBinder by storing bind handlers on first access #42950
  • Improve performance of ConcurrentReferenceCachingMetadataReaderFactory #42949
  • Log warning in HikariCheckpointRestoreLifecycle if pool suspension isn't configured #42937
  • Remove spring-boot-starter-aop dependency from spring-boot-starter-data-jpa and spring-boot-starter-integration #42934

🐞 Bug Fixes

  • Jersey body handling is inconsistent with Spring Webflux and Spring MVC #43209
  • Classes are accidentally named "structure logging" instead of "structured logging" #43203
  • StructuredLoggingJsonProperties customizer should be a Class reference rather than a String #43202
  • Cannot package OCI image when 'docker.io/paketobuildpacks/new-relic' is provided as a buildpack #43171
  • Incorrect Type for 'management.endpoints.access.default' defined in additional-spring-configuration-metadata.json #43154
  • WebServerPortFileWriter fails when using a portfile without extension #43117
  • SslOptions.isSpecified() only returns true if ciphers and enabled protocols are set #43084
  • SslHealthIndicator throws NullPointerException when using SslBundle with SslStoreBundle.NONE #43078
  • JdkClientHttpRequestFactoryBuilder and JettyClientHttpRequestFactoryBuilder do not set Ciphers or Enabled Protocols #43077
  • Root cause of errors is hidden when loading images from archive #43070
  • mvn spring-boot:run fails on Windows with "Could Not Find or Load Main Class" when path contains non-ASCII characters #43062
  • A @SpyBean on the output of a FactoryBean is not reset #43053
  • Logback logging system does not process URLs with paths not ending in .xml #42990
  • Bean-based conditions do not consider factory beans correctly when determining if they are a candidate #42970
  • NPE in bootBuildImage when setting DOCKER_CONTEXT=default #42960
  • Warning due to duplicate MockResolver extensions #42957
  • HttpHostConnectException is thrown when using buildpacks with Gradle or Maven on Windows #42952
  • build-info doesn't support seconds since the epoch from project.build.outputTimestamp #42936
  • NPE in OnClassCondition.resolveOutcomesThreaded following thread interruption because firstHalf is null #42926
  • Default WebSocketMessageBrokerConfigurer is always overriding custom channel executor #42924
  • X-Registry-Auth header sent to Docker Engine API contains field "authHeader" #42915
  • ApplicationContextRunner has inconsistent behaviour with duplicate auto-configuration class names #17963

📔 Documentation

  • Migrate class references to full javadoc links #43239
  • Documentation for 'spring.datasource.type' is misleading #43199
  • Update "Upgrading From" section to use "2.x" #43160
  • Include spring-boot-loader in API documentation #43153
  • Document how and where to add custom GraalVM configuration files #43074
  • Rework DataSource configuration examples to separate defining an additional DataSource and defining a DataSource of a different type #43059
  • Location of the layers schema is incorrect in the Maven Plugin's examples #43033
  • Link to Eclipse setup instructions #42954
  • Fix link to Checkpoint and Restore status page #42939

🔨 Dependency Upgrades

... (truncated)

Commits
  • 8964203 Release v3.4.0
  • 109e731 Revert "Add @ConditionalOnMissingBean for JobRepository"
  • d21952d Merge branch '3.3.x'
  • 4151938 Next development version (v3.3.7-SNAPSHOT)
  • 14989a5 Upgrade to Testcontainers 1.20.4
  • c188822 Upgrade to Spring Security 6.4.1
  • e286739 Upgrade to Spring Batch 5.2.0
  • 73fc351 Add @ConditionalOnMissingBean for JobRepository
  • 3cae5c2 Merge branch '3.3.x'
  • 283bc6f Merge branch '3.2.x' into 3.3.x
  • Additional commits viewable in compare view

Updates no.nav.familie.kontrakter:felles from 3.0_20241102131210_d65efd1 to 3.0_20241113143804_80bdd40

Commits

Updates no.nav.familie.kontrakter:enslig-forsorger from 3.0_20241102131210_d65efd1 to 3.0_20241113143804_80bdd40

Commits

Updates no.nav.familie.kontrakter:enslig-forsorger from 3.0_20241102131210_d65efd1 to 3.0_20241113143804_80bdd40

Commits

Updates no.nav.security:token-client-core from 5.0.5 to 5.0.11

Release notes

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

5.0.11

What's Changed

  • (request.getAttribute(ERROR_EXCEPTION) as? Throwable)?.message

5.0.10

What's Changed

Full Changelog: navikt/token-support@5.0.8...5.0.10

5.0.9

What's Changed

⬆️ Dependency upgrades

5.0.8

What's Changed

  • No changes

5.0.7

What's Changed

⬆️ Dependency upgrades

Commits
  • bddaf06 get as throwable
  • 25a38df get as throwable
  • c501285 skip validation for async requests when the client id gone (#969)
  • 6c367ed Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 (#968)
  • f919bb0 Bump com.nimbusds:nimbus-jose-jwt from 9.44 to 9.45 (#967)
  • 267bf37 Bump com.nimbusds:nimbus-jose-jwt from 9.43 to 9.44 (#966)
  • b424763 up
  • da4e526 Bump com.nimbusds:nimbus-jose-jwt from 9.42 to 9.43 (#965)
  • 1979cd3 Bump no.nav.security:mock-oauth2-server from 2.1.9 to 2.1.10 (#964)
  • 24f947e Bump com.nimbusds:nimbus-jose-jwt from 9.41.2 to 9.42 (#963)
  • Additional commits viewable in compare view

Updates no.nav.security:token-client-spring from 5.0.5 to 5.0.11

Release notes

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

5.0.11

What's Changed

  • (request.getAttribute(ERROR_EXCEPTION) as? Throwable)?.message

5.0.10

What's Changed

Full Changelog: navikt/token-support@5.0.8...5.0.10

5.0.9

What's Changed

⬆️ Dependency upgrades

5.0.8

What's Changed

  • No changes

5.0.7

What's Changed

⬆️ Dependency upgrades

Commits
  • bddaf06 get as throwable
  • 25a38df get as throwable
  • c501285 skip validation for async requests when the client id gone (#969)
  • 6c367ed Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 (#968)
  • f919bb0 Bump com.nimbusds:nimbus-jose-jwt from 9.44 to 9.45 (#967)
  • 267bf37 Bump com.nimbusds:nimbus-jose-jwt from 9.43 to 9.44 (#966)
  • b424763 up
  • da4e526 Bump com.nimbusds:nimbus-jose-jwt from 9.42 to 9.43 (#965)
  • 1979cd3 Bump no.nav.security:mock-oauth2-server from 2.1.9 to 2.1.10 (#964)
  • 24f947e Bump com.nimbusds:nimbus-jose-jwt from 9.41.2 to 9.42 (#963)
  • Additional commits viewable in compare view

Updates no.nav.security:token-validation-spring from 5.0.5 to 5.0.11

Release notes

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

5.0.11

What's Changed

  • (request.getAttribute(ERROR_EXCEPTION) as? Throwable)?.message

5.0.10

What's Changed

Full Changelog: navikt/token-support@5.0.8...5.0.10

5.0.9

What's Changed

⬆️ Dependency upgrades

5.0.8

What's Changed

  • No changes

5.0.7

What's Changed

⬆️ Dependency upgrades

Commits
  • bddaf06 get as throwable
  • 25a38df get as throwable
  • c501285 skip validation for async requests when the client id gone (#969)
  • 6c367ed Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 (#968)
  • f919bb0 Bump com.nimbusds:nimbus-jose-jwt from 9.44 to 9.45 (#967)
  • 267bf37 Bump com.nimbusds:nimbus-jose-jwt from 9.43 to 9.44 (#966)
  • b424763 up
  • da4e526 Bump com.nimbusds:nimbus-jose-jwt from 9.42 to 9.43 (#965)
  • 1979cd3 Bump no.nav.security:mock-oauth2-server from 2.1.9 to 2.1.10 (#964)
  • 24f947e Bump com.nimbusds:nimbus-jose-jwt from 9.41.2 to 9.42 (#963)
  • Additional commits viewable in compare view

Updates no.nav.security:token-client-spring from 5.0.5 to 5.0.11

Release notes

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

5.0.11

What's Changed

  • (request.getAttribute(ERROR_EXCEPTION) as? Throwable)?.message

5.0.10

What's Changed

Full Changelog: navikt/token-support@5.0.8...5.0.10

5.0.9

What's Changed

⬆️ Dependency upgrades

5.0.8

What's Changed

  • No changes

5.0.7

What's Changed

⬆️ Dependency upgrades

Commits
  • bddaf06 get as throwable
  • 25a38df get as throwable
  • c501285 skip validation for async requests when the client id gone (#969)
  • 6c367ed Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 (#968)
  • f919bb0 Bump com.nimbusds:nimbus-jose-jwt from 9.44 to 9.45 (#967)
  • 267bf37 Bump com.nimbusds:nimbus-jose-jwt from 9.43 to 9.44 (#966)
  • b424763 up
  • da4e526 Bump com.nimbusds:nimbus-jose-jwt from 9.42 to 9.43 (#965)
  • 1979cd3 Bump no.nav.security:mock-oauth2-server from 2.1.9 to 2.1.10 (#964)
  • 24f947e Bump com.nimbusds:nimbus-jose-jwt from 9.41.2 to 9.42 (#963)
  • Additional commits viewable in compare view

Updates no.nav.security:token-validation-spring from 5.0.5 to 5.0.11

Release notes

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

5.0.11

What's Changed

  • (request.getAttribute(ERROR_EXCEPTION) as? Throwable)?.message

5.0.10

What's Changed

Full Changelog: navikt/token-support@5.0.8...5.0.10

5.0.9

What's Changed

⬆️ Dependency upgrades

5.0.8

What's Changed

  • No changes

5.0.7

What's Changed

⬆️ Dependency upgrades

Commits
  • bddaf06 get as throwable
  • 25a38df get as throwable
  • c501285 skip validation for async requests when the client id gone (#969)
  • 6c367ed Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 (#968)
  • f919bb0 Bump com.nimbusds:nimbus-jose-jwt from 9.44 to 9.45 (#967)
  • 267bf37 Bump com.nimbusds:nimbus-jose-jwt from 9.43 to 9.44 (#966)
  • b424763 up
  • da4e526 Bump com.nimbusds:nimbus-jose-jwt from 9.42 to 9.43 (#965)
  • 1979cd3 Bump no.nav.security:mock-oauth2-server from 2.1.9 to 2.1.10 (#964)
  • 24f947e Bump com.nimbusds:nimbus-jose-jwt from 9.41.2 to 9.42 (#963)
  • Additional commits viewable in compare view

Updates io.getunleash:unleash-client-java from 9.2.4 to 9.2.5

Commits
  • 06b8f51 [maven-release-plugin] prepare release unleash-client-java-9.2.5
  • 26d7016 chore: spotless
  • e4628ce chore: java cli example now accepts env variables for URL and Key
  • 71efb3c chore: add note about the missing versions in changelog (#251)
  • 536f407 Setup coveralls action instead of ancient coveralls maven plugin (#249)
  • 414734e [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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

Bumps the all-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` |
| [no.nav.familie.kontrakter:felles](https://github.com/navikt/familie-kontrakter) | `3.0_20241102131210_d65efd1` | `3.0_20241113143804_80bdd40` |
| [no.nav.familie.kontrakter:enslig-forsorger](https://github.com/navikt/familie-kontrakter) | `3.0_20241102131210_d65efd1` | `3.0_20241113143804_80bdd40` |
| [no.nav.security:token-client-core](https://github.com/navikt/token-support) | `5.0.5` | `5.0.11` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `5.0.5` | `5.0.11` |
| [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `5.0.5` | `5.0.11` |
| [io.getunleash:unleash-client-java](https://github.com/Unleash/unleash-client-java) | `9.2.4` | `9.2.5` |



Updates `org.springframework.boot:spring-boot-dependencies` from 3.3.5 to 3.4.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0)

Updates `no.nav.familie.kontrakter:felles` from 3.0_20241102131210_d65efd1 to 3.0_20241113143804_80bdd40
- [Commits](https://github.com/navikt/familie-kontrakter/commits)

Updates `no.nav.familie.kontrakter:enslig-forsorger` from 3.0_20241102131210_d65efd1 to 3.0_20241113143804_80bdd40
- [Commits](https://github.com/navikt/familie-kontrakter/commits)

Updates `no.nav.familie.kontrakter:enslig-forsorger` from 3.0_20241102131210_d65efd1 to 3.0_20241113143804_80bdd40
- [Commits](https://github.com/navikt/familie-kontrakter/commits)

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

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

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

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

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

Updates `io.getunleash:unleash-client-java` from 9.2.4 to 9.2.5
- [Release notes](https://github.com/Unleash/unleash-client-java/releases)
- [Changelog](https://github.com/Unleash/unleash-client-java/blob/main/CHANGELOG.md)
- [Commits](Unleash/unleash-client-java@unleash-client-java-9.2.4...unleash-client-java-9.2.5)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.kontrakter:felles
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.kontrakter:enslig-forsorger
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.kontrakter:enslig-forsorger
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-client-core
  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-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-validation-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: io.getunleash:unleash-client-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 24, 2024 04:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 24, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 1, 2024
@dependabot dependabot bot deleted the dependabot/maven/all-dependencies-a33642a360 branch December 1, 2024 04:28
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.

0 participants