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 13 updates #563

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2024

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

Package From To
no.nav.familie.felles:http-client 3.20241121151626_836e7ca 3.20241127123724_adfc561
no.nav.familie.felles:kafka 3.20241121151626_836e7ca 3.20241127123724_adfc561
no.nav.familie.felles:leader 3.20241121151626_836e7ca 3.20241127123724_adfc561
no.nav.familie.kontrakter:felles 3.0_20241113143804_80bdd40 3.0_20241206132953_18ef9da
no.nav.familie.kontrakter:enslig-forsorger 3.0_20241113143804_80bdd40 3.0_20241206132953_18ef9da
io.confluent:kafka-avro-serializer 7.7.1 7.8.0
no.nav.security:token-client-core 5.0.11 5.0.13
no.nav.security:token-client-spring 5.0.11 5.0.13
no.nav.security:token-validation-spring-test 5.0.11 5.0.13
org.flywaydb:flyway-database-postgresql 11.0.0 11.0.1
org.jetbrains.kotlin:kotlin-maven-allopen 2.0.21 2.1.0
com.pinterest.ktlint:ktlint-cli 1.4.1 1.5.0
org.cyclonedx:cyclonedx-maven-plugin 2.9.0 2.9.1

Updates no.nav.familie.felles:http-client from 3.20241121151626_836e7ca to 3.20241127123724_adfc561

Commits

Updates no.nav.familie.felles:kafka from 3.20241121151626_836e7ca to 3.20241127123724_adfc561

Commits

Updates no.nav.familie.felles:leader from 3.20241121151626_836e7ca to 3.20241127123724_adfc561

Commits

Updates no.nav.familie.felles:kafka from 3.20241121151626_836e7ca to 3.20241127123724_adfc561

Commits

Updates no.nav.familie.felles:leader from 3.20241121151626_836e7ca to 3.20241127123724_adfc561

Commits

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

Commits

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

Commits

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

Commits

Updates io.confluent:kafka-avro-serializer from 7.7.1 to 7.8.0

Commits
  • 145b030 Set Confluent to 7.8.0, Kafka to 7.8.0.
  • 6b58ab0 Added kafka-tools dependency (#3404) (#3405)
  • 5e40d15 DGS-18853 Revert change to default rule actions (#3334) (#3345)
  • c11bcb0 Merge branch '7.7.x' into 7.8.x by rayokota
  • 93e7b26 Merge branch '7.6.x' into 7.7.x by rayokota
  • 6e2c2b6 Merge branch '7.5.x' into 7.6.x by rayokota
  • b4f6a17 Merge branch '7.4.x' into 7.5.x by rayokota
  • bc2890a Return encrypted value instead of throwing in MetadataEncoderService (#76) (#...
  • 226ae3a Merge branch '7.7.x' into 7.8.x by kcorman0
  • 315ea8d Merge branch '7.6.x' into 7.7.x by kcorman0
  • Additional commits viewable in compare view

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

Release notes

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

5.0.13

What's Changed

  • No changes

5.0.12

What's Changed

⬆️ Dependency upgrades

Commits

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

Release notes

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

5.0.13

What's Changed

  • No changes

5.0.12

What's Changed

⬆️ Dependency upgrades

Commits

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

Release notes

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

5.0.13

What's Changed

  • No changes

5.0.12

What's Changed

⬆️ Dependency upgrades

Commits

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

Release notes

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

5.0.13

What's Changed

  • No changes

5.0.12

What's Changed

⬆️ Dependency upgrades

Commits

Updates org.flywaydb:flyway-database-postgresql from 11.0.0 to 11.0.1

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

Release notes

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

5.0.13

What's Changed

  • No changes

5.0.12

What's Changed

⬆️ Dependency upgrades

Commits

Updates org.jetbrains.kotlin:kotlin-maven-allopen from 2.0.21 to 2.1.0

Updates com.pinterest.ktlint:ktlint-cli from 1.4.1 to 1.5.0

Release notes

Sourced from com.pinterest.ktlint:ktlint-cli's releases.

1.5.0

The release of Kotlin 2.1 is the primary reason for publishing this release earlier than planned. Because of the removal of some language elements in Kotlin 2.1, the embedded Kotlin compiler in KtLint blocked Kotlinter users from upgrading to Kotlin 2.1.

🆕 Features

🔧 Fixes

  • Ignore multi dollar string interpolation prefix in string-template-indent rule - #2888, by @​paul-dingemans

  • Wrap the expression body in case .editorconfig property ktlint_function_signature_body_expression_wrapping is set to always - #2873, by @​paul-dingemans

  • Fix false positive when empty parameter list is in between trailing lambda's of a nested call expression - #2891, by @​paul-dingemans

  • Do not wrap a context receiver in a function parameter type reference - #2892, by @​paul-dingemans

  • Allow comment before parameter list in function literal (function-literal) - #2894, by @​paul-dingemans

📦 Dependencies

  • chore(deps): update plugin com.gradle.develocity to v3.18.2 - #2865, by @​renovate[bot]

  • chore(deps): update dependency gradle to v8.11.1 - #2875, by @​renovate[bot]

  • fix(deps): update dependency io.github.hakky54:logcaptor to v2.10.0 - #2874, by @​renovate[bot]

  • fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.0-rc2 - #2871, by @​renovate[bot]

  • fix(deps): update dependency io.github.oshai:kotlin-logging-jvm to v7.0.3 - #2883, by @​renovate[bot]

  • fix(deps): update kotlin monorepo to v2.1.0 - #2880, by @​renovate[bot]

  • fix(deps): update dependency com.github.ajalt.clikt:clikt to v5.0.2 - #2886, by @​renovate[bot]

  • chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.9.0 - #2887, by @​renovate[bot]

  • fix(deps): update dependency dev.drewhamilton.poko:poko-gradle-plugin to v0.18.0 - #2889, by @​renovate[bot]

Changelog

Sourced from com.pinterest.ktlint:ktlint-cli's changelog.

[1.5.0] - 2024-12-04

The release of Kotlin 2.1 is the primary reason for publishing this release earlier than planned. Because of the removal of some language elements in Kotlin 2.1, the embedded Kotlin compiler in KtLint blocked Kotlinter users from upgrading to Kotlin 2.1.

🆕 Features

🔧 Fixes

  • Ignore multi dollar string interpolation prefix in string-template-indent rule - #2888, by @​paul-dingemans

  • Wrap the expression body in case .editorconfig property ktlint_function_signature_body_expression_wrapping is set to always - #2873, by @​paul-dingemans

  • Fix false positive when empty parameter list is in between trailing lambda's of a nested call expression - #2891, by @​paul-dingemans

  • Do not wrap a context receiver in a function parameter type reference - #2892, by @​paul-dingemans

  • Allow comment before parameter list in function literal (function-literal) - #2894, by @​paul-dingemans

📦 Dependencies

  • chore(deps): update plugin com.gradle.develocity to v3.18.2 - #2865, by @​renovate[bot]

  • chore(deps): update dependency gradle to v8.11.1 - #2875, by @​renovate[bot]

  • fix(deps): update dependency io.github.hakky54:logcaptor to v2.10.0 - #2874, by @​renovate[bot]

  • fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.0-rc2 - #2871, by @​renovate[bot]

  • fix(deps): update dependency io.github.oshai:kotlin-logging-jvm to v7.0.3 - #2883, by @​renovate[bot]

  • fix(deps): update kotlin monorepo to v2.1.0 - #2880, by @​renovate[bot]

  • fix(deps): update dependency com.github.ajalt.clikt:clikt to v5.0.2 - #2886, by @​renovate[bot]

  • chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.9.0 - #2887, by @​renovate[bot]

  • fix(deps): update dependency dev.drewhamilton.poko:poko-gradle-plugin to v0.18.0 - #2889, by @​renovate[bot]

Commits
  • b44a53f Prepare release 1.5.0 (#2896)
  • 7b895c4 Allow backing property to be defined in the companion object (`backing-proper...
  • 6a766f7 fix(deps): update dependency dev.drewhamilton.poko:poko-gradle-plugin to v0.1...
  • f4cb520 Allow comment before parameter list in function literal (function-literal) ...
  • 5cb8c49 Add configuration setting for constant names in property-naming rule (#2893)
  • 52ecb3f Do not wrap a context receiver in a function parameter type reference (#2892)
  • 1bc924c Fix false positive when empty parameter list is in between trailing lambda's ...
  • e098f10 Add missing space between fun keyword and identifier when latter is wrapped...
  • fcccb9f Wrap the expression body in case .editorconfig property `ktlint_function_si...
  • c50c237 Ignore multi dollar string interpolation prefix in string-template-indent r...
  • Additional commits viewable in compare view

Updates org.cyclonedx:cyclonedx-maven-plugin from 2.9.0 to 2.9.1

Release notes

Sourced from org.cyclonedx:cyclonedx-maven-plugin's releases.

2.9.1

🚀 New features and improvements

🐛 Bug Fixes

  • Fix incorrect component type in aggregated SBOM (Multi-module project) (#522) @​lonewalker0

📦 Dependency updates

🔧 Build

Commits
  • f5ac98a [maven-release-plugin] prepare release cyclonedx-maven-plugin-2.9.1
  • b8e2442 upgrade github-pages-deploy-action
  • 2c95cf2 Bump org.apache.maven.plugins:maven-project-info-reports-plugin
  • f988a79 Bump actions/checkout from 4.2.1 to 4.2.2
  • db2a35b Make log output more easy to understand by sorting dependencies
  • 6429094 simplify code
  • 4450f3b Fix incorrect component type in aggregated SBOM
  • c02b50f share isBlank(String)
  • 0bef0d0 fixes CycloneDX/cyclonedx-maven-plugin#382
  • cf7d300 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7
  • 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 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [no.nav.familie.felles:http-client](https://github.com/navikt/familie-felles) | `3.20241121151626_836e7ca` | `3.20241127123724_adfc561` |
| [no.nav.familie.felles:kafka](https://github.com/navikt/familie-felles) | `3.20241121151626_836e7ca` | `3.20241127123724_adfc561` |
| [no.nav.familie.felles:leader](https://github.com/navikt/familie-felles) | `3.20241121151626_836e7ca` | `3.20241127123724_adfc561` |
| [no.nav.familie.kontrakter:felles](https://github.com/navikt/familie-kontrakter) | `3.0_20241113143804_80bdd40` | `3.0_20241206132953_18ef9da` |
| [no.nav.familie.kontrakter:enslig-forsorger](https://github.com/navikt/familie-kontrakter) | `3.0_20241113143804_80bdd40` | `3.0_20241206132953_18ef9da` |
| [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.7.1` | `7.8.0` |
| [no.nav.security:token-client-core](https://github.com/navikt/token-support) | `5.0.11` | `5.0.13` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `5.0.11` | `5.0.13` |
| [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `5.0.11` | `5.0.13` |
| org.flywaydb:flyway-database-postgresql | `11.0.0` | `11.0.1` |
| org.jetbrains.kotlin:kotlin-maven-allopen | `2.0.21` | `2.1.0` |
| [com.pinterest.ktlint:ktlint-cli](https://github.com/pinterest/ktlint) | `1.4.1` | `1.5.0` |
| [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) | `2.9.0` | `2.9.1` |



Updates `no.nav.familie.felles:http-client` from 3.20241121151626_836e7ca to 3.20241127123724_adfc561
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:kafka` from 3.20241121151626_836e7ca to 3.20241127123724_adfc561
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:leader` from 3.20241121151626_836e7ca to 3.20241127123724_adfc561
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:kafka` from 3.20241121151626_836e7ca to 3.20241127123724_adfc561
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:leader` from 3.20241121151626_836e7ca to 3.20241127123724_adfc561
- [Commits](https://github.com/navikt/familie-felles/commits)

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

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

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

Updates `io.confluent:kafka-avro-serializer` from 7.7.1 to 7.8.0
- [Commits](confluentinc/schema-registry@v7.7.1...v7.8.0)

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

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

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

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

Updates `org.flywaydb:flyway-database-postgresql` from 11.0.0 to 11.0.1

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

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.0.21 to 2.1.0

Updates `com.pinterest.ktlint:ktlint-cli` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](pinterest/ktlint@1.4.1...1.5.0)

Updates `org.cyclonedx:cyclonedx-maven-plugin` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/CycloneDX/cyclonedx-maven-plugin/releases)
- [Commits](CycloneDX/cyclonedx-maven-plugin@cyclonedx-maven-plugin-2.9.0...cyclonedx-maven-plugin-2.9.1)

---
updated-dependencies:
- dependency-name: no.nav.familie.felles:http-client
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:kafka
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:leader
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:kafka
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:leader
  dependency-type: direct:production
  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: io.confluent:kafka-avro-serializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-minor
  dependency-group: all-dependencies
- dependency-name: com.pinterest.ktlint:ktlint-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.cyclonedx:cyclonedx-maven-plugin
  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 December 8, 2024 04:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 8, 2024
@olekvernberg olekvernberg merged commit b4f0750 into main Dec 9, 2024
3 checks passed
@olekvernberg olekvernberg deleted the dependabot/maven/all-dependencies-4b23d12a3a branch December 9, 2024 11:21
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