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 10 updates #543

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

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

Package From To
org.springframework.boot:spring-boot-starter-parent 3.3.2 3.3.3
no.nav.familie.kontrakter:felles 3.0_20240816073331_933df6f 3.0_20240829084024_9af69d0
no.nav.familie.kontrakter:enslig-forsorger 3.0_20240816073331_933df6f 3.0_20240829084024_9af69d0
com.expediagroup:graphql-kotlin-spring-client 7.1.4 8.0.0
no.nav.security:token-client-core 5.0.2 5.0.3
no.nav.security:token-client-spring 5.0.2 5.0.3
no.nav.security:token-validation-spring-test 5.0.2 5.0.3
org.flywaydb:flyway-database-postgresql 10.17.1 10.17.2
org.jetbrains.kotlin:kotlin-maven-allopen 2.0.10 2.0.20
com.expediagroup:graphql-kotlin-maven-plugin 7.1.4 8.0.0

Updates org.springframework.boot:spring-boot-starter-parent from 3.3.2 to 3.3.3

Release notes

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

v3.3.3

⭐ New Features

  • Add TWENTY_THREE to JavaVersion enum #41716

🐞 Bug Fixes

  • Extending DefaultErrorAttributes and overriding getErrorAttributes() gets called twice #41995
  • When using WebFlux, server.error.include-binding-errors=ALWAYS no longer has an effect when the BindingResult exception is the cause of a ResponseStatusException #41987
  • PropertiesLauncher does not respect classpath.idx when adding jars in BOOT-INF/lib to the classpath #41970
  • Web extension for SBOM endpoint isn't available under /cloudfoundryapplication #41890
  • Launcher's ClassLoader is no longer parallel capable #41873
  • spring-boot-testcontainers causes unwanted container initialization during AOT processing #41859
  • ReactiveElasticsearchRepositoriesAutoConfiguration should back off when Reactor is not on the classpath #41678
  • mvn spring-boot:build-image fails when 'classifier' is set to non-default value #41661
  • Spring Boot Maven plugin AOT cannot handle Maven modules with module-info.java #41647
  • Docker publishRegistry in Maven plugin configuration is validated when publish option is false #41641
  • Using Gradle's new file permission API is implemented in a way that prevents removal of the old API #41607
  • Some @ControllerEndpoint and @RestControllerEndpoint infrastructure remains undeprecated #41596
  • Constructor binding of EnumMap fails due to missing key type #41563

📔 Documentation

  • Improve documented logging property descriptions and default values #41989
  • Explain that enabling virtual threads disables traditional thread pools #41976
  • Harmonize code sample for MyUserHandler in reference documentation #41949
  • Document when environment variable property mapping applies #41945
  • Javadoc of slice test annotations should describe more accurately which components are considered #41935
  • Fix duplicate words #41920
  • Document the need to explicitly reset mock servers when using mock server customizers directly #41849
  • Correct grammar in 'Running your Application with Maven' #41840
  • Document more clearly that username and password are not used when spring.data.redis.url is set #41748
  • Pulsar configuration does not have default value for several entries in the metadata #41683
  • management.otlp.metrics.export.aggregation-temporality does not have a default value in the metadata #41676
  • management.newrelic.metrics.export.client-provider-type does not have a default value in the metadata #41670
  • server.error.include-path does not have a default value in the metadata #41667
  • The effect upon Actuator of defining your own SecurityFilterChain is documented inconsistently #41638
  • "Use Spring Data repositories" How-to incorrectly refers to Repository annotations #41628
  • "Use Spring Data repositories" How-to incorrectly refers to Repository annotations #41627
  • Update link to documentation for log4j-spring-boot #41622
  • Fix link to Flyway reference documentation #41593
  • Document configuration property binding's support for using @Name to customize a property name #41585
  • Add hint for new dependencies required for Flyway #41574
  • Document that spring-boot:repackage should not be run from the command-line #22317

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.3 #41782
  • Upgrade to Awaitility 4.2.2 #41707

... (truncated)

Commits
  • 27f852a Release v3.3.3
  • f0d2503 Merge branch '3.2.x' into 3.3.x
  • 1822b2f Include spring-boot-starter-parent in Integration tests repository
  • d4e1aed Merge branch '3.2.x' into 3.3.x
  • 0b24ee8 Improve loading of jar entry certificates
  • 29e4607 Merge branch '3.2.x' into 3.3.x
  • 112cfc8 Remove processed annotations plugin declaration
  • 05b73ce Call getErrorAttributes() only once
  • d974686 Upgrade to apachepulsar/pulsar 3.2.4
  • 459d899 Add release type attribute for Antora documentation generation
  • Additional commits viewable in compare view

Updates no.nav.familie.kontrakter:felles from 3.0_20240816073331_933df6f to 3.0_20240829084024_9af69d0

Commits

Updates no.nav.familie.kontrakter:enslig-forsorger from 3.0_20240816073331_933df6f to 3.0_20240829084024_9af69d0

Commits

Updates no.nav.familie.kontrakter:enslig-forsorger from 3.0_20240816073331_933df6f to 3.0_20240829084024_9af69d0

Commits

Updates com.expediagroup:graphql-kotlin-spring-client from 7.1.4 to 8.0.0

Release notes

Sourced from com.expediagroup:graphql-kotlin-spring-client's releases.

8.0.0

What's Changed

New Contributors

Full Changelog: ExpediaGroup/graphql-kotlin@7.1.5...8.0.0

8.0.0-alpha.7

What's Changed

Full Changelog: ExpediaGroup/graphql-kotlin@8.0.0-alpha.6...8.0.0-alpha.7

... (truncated)

Commits
  • dd3ad23 Revert "feat: ability to specify @GraphQLName on input types w/o suffix" (#...
  • 7c0bf6f Revert "feat(servers): move execution out of reactor netty threads" (#2028)
  • 8e4de48 fix: graphql context plus map non null values (#2026)
  • d038e2e Revert "feat: Support graphql-kotlin-bom" (#2021)
  • 778e776 feat: Support graphql-kotlin-bom (#2020)
  • c6c2782 feat: synchronize executions when attempting to remove an entry (#2012)
  • 62bcf34 feat(batching): check if execution was exhausted when there are errors (#2009)
  • cf1c9d6 feat(batching): remove execution if a given operation completes with an excep...
  • 0aec64b chore: bump to latest graphql http spec tests (#1993)
  • c8e9366 Make GraphQLGenerateClientTask and GraphQLGenerateTestClientTask cacheable (#...
  • Additional commits viewable in compare view

Updates no.nav.security:token-client-core from 5.0.2 to 5.0.3

Release notes

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

5.0.3

What's Changed

⬆️ Dependency upgrades

Commits
  • 5012478 Bump com.nimbusds:oauth2-oidc-sdk from 11.18 to 11.19 (#939)
  • 787d28e Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 (#938)
  • a31198c Bump spring-boot.version from 3.3.2 to 3.3.3 (#937)
  • 4d8c260 Bump kotlin.version from 2.0.10 to 2.0.20 (#936)
  • 4bf4459 Bump com.nimbusds:oauth2-oidc-sdk from 11.17 to 11.18 (#935)
  • cf6cfe1 ci: fix conditional for dependabot merge workflow
  • dba131c Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 (#933)
  • 2f51f3c Bump commons-logging:commons-logging from 1.3.3 to 1.3.4 (#934)
  • e72b951 Bump com.nimbusds:oauth2-oidc-sdk from 11.16 to 11.17 (#932)
  • a9bdef0 Bump com.nimbusds:oauth2-oidc-sdk from 11.15 to 11.16 (#931)
  • Additional commits viewable in compare view

Updates no.nav.security:token-client-spring from 5.0.2 to 5.0.3

Release notes

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

5.0.3

What's Changed

⬆️ Dependency upgrades

Commits
  • 5012478 Bump com.nimbusds:oauth2-oidc-sdk from 11.18 to 11.19 (#939)
  • 787d28e Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 (#938)
  • a31198c Bump spring-boot.version from 3.3.2 to 3.3.3 (#937)
  • 4d8c260 Bump kotlin.version from 2.0.10 to 2.0.20 (#936)
  • 4bf4459 Bump com.nimbusds:oauth2-oidc-sdk from 11.17 to 11.18 (#935)
  • cf6cfe1 ci: fix conditional for dependabot merge workflow
  • dba131c Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 (#933)
  • 2f51f3c Bump commons-logging:commons-logging from 1.3.3 to 1.3.4 (#934)
  • e72b951 Bump com.nimbusds:oauth2-oidc-sdk from 11.16 to 11.17 (#932)
  • a9bdef0 Bump com.nimbusds:oauth2-oidc-sdk from 11.15 to 11.16 (#931)
  • Additional commits viewable in compare view

Updates no.nav.security:token-validation-spring-test from 5.0.2 to 5.0.3

Release notes

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

5.0.3

What's Changed

⬆️ Dependency upgrades

Commits
  • 5012478 Bump com.nimbusds:oauth2-oidc-sdk from 11.18 to 11.19 (#939)
  • 787d28e Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 (#938)
  • a31198c Bump spring-boot.version from 3.3.2 to 3.3.3 (#937)
  • 4d8c260 Bump kotlin.version from 2.0.10 to 2.0.20 (#936)
  • 4bf4459 Bump com.nimbusds:oauth2-oidc-sdk from 11.17 to 11.18 (#935)
  • cf6cfe1 ci: fix conditional for dependabot merge workflow
  • dba131c Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 (#933)
  • 2f51f3c Bump commons-logging:commons-logging from 1.3.3 to 1.3.4 (#934)
  • e72b951 Bump com.nimbusds:oauth2-oidc-sdk from 11.16 to 11.17 (#932)
  • a9bdef0 Bump com.nimbusds:oauth2-oidc-sdk from 11.15 to 11.16 (#931)
  • Additional commits viewable in compare view

Updates no.nav.security:token-client-spring from 5.0.2 to 5.0.3

Release notes

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

5.0.3

What's Changed

⬆️ Dependency upgrades

Commits
  • 5012478 Bump com.nimbusds:oauth2-oidc-sdk from 11.18 to 11.19 (#939)
  • 787d28e Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 (#938)
  • a31198c Bump spring-boot.version from 3.3.2 to 3.3.3 (#937)
  • 4d8c260 Bump kotlin.version from 2.0.10 to 2.0.20 (#936)
  • 4bf4459 Bump com.nimbusds:oauth2-oidc-sdk from 11.17 to 11.18 (#935)
  • cf6cfe1 ci: fix conditional for dependabot merge workflow
  • dba131c Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 (#933)
  • 2f51f3c Bump commons-logging:commons-logging from 1.3.3 to 1.3.4 (#934)
  • e72b951 Bump com.nimbusds:oauth2-oidc-sdk from 11.16 to 11.17 (#932)
  • a9bdef0 Bump com.nimbusds:oauth2-oidc-sdk from 11.15 to 11.16 (#931)
  • Additional commits viewable in compare view

Updates org.flywaydb:flyway-database-postgresql from 10.17.1 to 10.17.2

Updates no.nav.security:token-validation-spring-test from 5.0.2 to 5.0.3

Release notes

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

5.0.3

What's Changed

⬆️ Dependency upgrades

Commits
  • 5012478 Bump com.nimbusds:oauth2-oidc-sdk from 11.18 to 11.19 (#939)
  • 787d28e Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 (#938)
  • a31198c Bump spring-boot.version from 3.3.2 to 3.3.3 (#937)
  • 4d8c260 Bump kotlin.version from 2.0.10 to 2.0.20 (#936)
  • 4bf4459 Bump com.nimbusds:oauth2-oidc-sdk from 11.17 to 11.18 (#935)
  • cf6cfe1 ci: fix conditional for dependabot merge workflow
  • dba131c Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 (#933)
  • 2f51f3c Bump commons-logging:commons-logging from 1.3.3 to 1.3.4 (#934)
  • e72b951 Bump com.nimbusds:oauth2-oidc-sdk from 11.16 to 11.17 (#932)
  • a9bdef0 Bump com.nimbusds:oauth2-oidc-sdk from 11.15 to 11.16 (#931)
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-maven-allopen from 2.0.10 to 2.0.20

Updates com.expediagroup:graphql-kotlin-maven-plugin from 7.1.4 to 8.0.0

Release notes

Sourced from com.expediagroup:graphql-kotlin-maven-plugin's releases.

8.0.0

What's Changed

New Contributors

Full Changelog: ExpediaGroup/graphql-kotlin@7.1.5...8.0.0

8.0.0-alpha.7

What's Changed

Full Changelog: ExpediaGroup/graphql-kotlin@8.0.0-alpha.6...8.0.0-alpha.7

... (truncated)

Commits
  • dd3ad23 Revert "feat: ability to specify @GraphQLName on input types w/o suffix" (#...
  • 7c0bf6f Revert "feat(servers): move execution out of reactor netty threads" (#2028)
  • 8e4de48 fix: graphql context plus map non null values (#2026)
  • d038e2e Revert "feat: Support graphql-kotlin-bom" (#2021)
  • 778e776 feat: Support graphql-kotlin-bom (#2020)
  • c6c2782 feat: synchronize executions when attempting to remove an entry (#2012)
  • 62bcf34 feat(batching): check if execution was exhausted when there are errors (#2009)
  • cf1c9d6 feat(batching): remove execution if a given operation completes with an excep...
  • 0aec64b chore: bump to latest graphql http spec tests (#1993)
  • c8e9366 Make GraphQLGenerateClientTask and GraphQLGenerateTestClientTask cacheable (#...
  • Additional commits viewable 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 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.3.2` | `3.3.3` |
| [no.nav.familie.kontrakter:felles](https://github.com/navikt/familie-kontrakter) | `3.0_20240816073331_933df6f` | `3.0_20240829084024_9af69d0` |
| [no.nav.familie.kontrakter:enslig-forsorger](https://github.com/navikt/familie-kontrakter) | `3.0_20240816073331_933df6f` | `3.0_20240829084024_9af69d0` |
| [com.expediagroup:graphql-kotlin-spring-client](https://github.com/ExpediaGroup/graphql-kotlin) | `7.1.4` | `8.0.0` |
| [no.nav.security:token-client-core](https://github.com/navikt/token-support) | `5.0.2` | `5.0.3` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `5.0.2` | `5.0.3` |
| [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `5.0.2` | `5.0.3` |
| org.flywaydb:flyway-database-postgresql | `10.17.1` | `10.17.2` |
| org.jetbrains.kotlin:kotlin-maven-allopen | `2.0.10` | `2.0.20` |
| [com.expediagroup:graphql-kotlin-maven-plugin](https://github.com/ExpediaGroup/graphql-kotlin) | `7.1.4` | `8.0.0` |



Updates `org.springframework.boot:spring-boot-starter-parent` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3)

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

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

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

Updates `com.expediagroup:graphql-kotlin-spring-client` from 7.1.4 to 8.0.0
- [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases)
- [Commits](ExpediaGroup/graphql-kotlin@7.1.4...8.0.0)

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

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

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

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

Updates `org.flywaydb:flyway-database-postgresql` from 10.17.1 to 10.17.2

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

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.0.10 to 2.0.20

Updates `com.expediagroup:graphql-kotlin-maven-plugin` from 7.1.4 to 8.0.0
- [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases)
- [Commits](ExpediaGroup/graphql-kotlin@7.1.4...8.0.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: com.expediagroup:graphql-kotlin-spring-client
  dependency-type: direct:production
  update-type: version-update:semver-major
  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-test
  dependency-type: direct:development
  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: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-validation-spring-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: com.expediagroup:graphql-kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 1, 2024 04:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 1, 2024
@olekvernberg olekvernberg merged commit 098d092 into main Sep 5, 2024
1 check passed
@olekvernberg olekvernberg deleted the dependabot/maven/all-dependencies-9b22786f26 branch September 5, 2024 09:50
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