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 9 updates #856

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2025

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

Package From To
org.springframework.boot:spring-boot-dependencies 3.4.1 3.4.2
no.nav.familie.kontrakter:felles 3.0_20241220141021_9e86ad8 3.0_20250113155636_bb71360
no.nav.familie.kontrakter:enslig-forsorger 3.0_20241220141021_9e86ad8 3.0_20250113155636_bb71360
io.mockk:mockk-jvm 1.13.14 1.13.16
com.nimbusds:oauth2-oidc-sdk 11.20.1 11.21.2
no.nav.security:token-client-core 5.0.13 5.0.14
no.nav.security:token-client-spring 5.0.13 5.0.14
no.nav.security:token-validation-spring 5.0.13 5.0.14
io.getunleash:unleash-client-java 9.2.6 9.3.1

Updates org.springframework.boot:spring-boot-dependencies from 3.4.1 to 3.4.2

Release notes

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

v3.4.2

🐞 Bug Fixes

  • Property metadata for "logging.structured.json.customizer" has incorrect type #43916
  • GraylogExtendedLogFormatProperties throws NullPointerException when only 'logging.structured.gelf.host' is specified #43863
  • Structured logging properties have no effect in a native image #43862
  • Docker Compose support for ClickHouse does not allow an empty password when ALLOW_EMPTY_PASSWORD=yes #43790
  • docker compose ps now fails due to unknown --orphans flag with 2.23 or earlier #43717
  • Build info timestamp is truncated to seconds #43617
  • FileWatcher used for SSL reload does not support symlinks #43604
  • BindableRuntimeHintsRegistrar should handle TypeNotPresentException #43600
  • CapturedOutput is empty when using Log4J2 StatusLogger #43578
  • Spring Boot 3.4 is not compatible with Gson 2.10 #43442
  • NoClassDefFoundError when using JUnit to test a Gradle 7.6.x app that depends on spring-boot-actuator-autoconfigure but not on org.junit.platform:junit-platform-launcher #43340

📔 Documentation

  • Document that the @ConfigurationProperties annotation processor cannot generate description and defaultValue metadata for external types #43929
  • Fix description of management.metrics.graphql.autotime.enabled #43905
  • Document 'base64:' prefix support #43835
  • Document handling of @Fallback beans in ConditionalOnSingleCandidate's javadoc #43826
  • Javadoc of DataSourceBuilder does not reference all supported types #43732
  • Update OpenTelemetry section in Supported Monitoring Systems to refer to OTLP instead #43729
  • Consistently document the minimum supported versions of Gradle #43725
  • Document that system libraries are a reason to customize the builder and switch away from builder-jammy-java-tiny #43716
  • Links to the Javadoc of Jakarta Messaging are invalid #43662
  • Paragraph HTML tags are rendered as-is in Maven Plugin reference documentation #43623
  • Javadoc link for jakarta.xml.bind is invalid #43607
  • Documentation still has references to 'layertools' #43605
  • Javadoc of ConstructorBinding should not use markdown formatting #43599
  • Managed Dependency Coordinates lists Spock and OkHttp dependencies that are not managed #43584

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.5 #43791
  • Upgrade to Commons Codec 1.17.2 #43720
  • Upgrade to Couchbase Client 3.7.7 #43843
  • Upgrade to FreeMarker 2.3.34 #43721
  • Upgrade to Hibernate 6.6.5.Final #43910
  • Upgrade to HttpCore5 5.3.2 #43792
  • Upgrade to Infinispan 15.0.12.Final #43911
  • Upgrade to Jersey 3.1.10 #43793
  • Upgrade to jOOQ 3.19.18 #43844
  • Upgrade to Lettuce 6.4.2.RELEASE #43609
  • Upgrade to Logback 1.5.16 #43715
  • Upgrade to Micrometer 1.14.3 #43745
  • Upgrade to Micrometer Tracing 1.4.2 #43746
  • Upgrade to Netty 4.1.117.Final #43845
  • Upgrade to Postgresql 42.7.5 #43846
  • Upgrade to Pulsar 3.3.4 #43912

... (truncated)

Commits
  • f775945 Release v3.4.2
  • 068b960 Merge branch '3.3.x' into 3.4.x
  • 34c8353 Next development version (v3.3.9-SNAPSHOT)
  • f184e98 Merge branch '3.3.x' into 3.4.x
  • 390963f Document when defaultValue and description cannot be extracted
  • ef82719 Fix memory comparison in ProcessInfoTests
  • 1e35a0b Correct the type of logging.structured.json.customizer
  • 24e40e8 Upgrade to Spring Pulsar 1.2.2
  • 30dd62a Merge branch '3.3.x' into 3.4.x
  • a3eaafb Upgrade to Spring Pulsar 1.1.8
  • Additional commits viewable in compare view

Updates no.nav.familie.kontrakter:felles from 3.0_20241220141021_9e86ad8 to 3.0_20250113155636_bb71360

Commits

Updates no.nav.familie.kontrakter:enslig-forsorger from 3.0_20241220141021_9e86ad8 to 3.0_20250113155636_bb71360

Commits

Updates io.mockk:mockk-jvm from 1.13.14 to 1.13.16

Release notes

Sourced from io.mockk:mockk-jvm's releases.

1.13.16

What's Changed

Full Changelog: mockk/mockk@1.13.14...1.13.16

Commits
  • 9d151cb Version bump
  • 59d8d16 Merge pull request #1332 from kpadhiamex/1073-fix-issue-with-mocking-value-cl...
  • f602f77 Used Result.success("") for Kotlin class comparison instead of string name co...
  • 580c1d7 Used Kotlin class comparison instead of name comparison
  • 2ddd49d Fix( Issue #1073): Bug fix for the issue with mocking value classes with coEv...
  • See full diff in compare view

Updates com.nimbusds:oauth2-oidc-sdk from 11.20.1 to 11.21.2

Changelog

Sourced from com.nimbusds:oauth2-oidc-sdk's changelog.

version 1.0 (2012-05-29) * First official release with authorisation endpoint, token endpoint, check ID endpoint and UserInfo endpoint support. * JSON Web Tokens (JWTs) support through the Nimbus-JWT library. * Language Tags (RFC 5646) support through the Nimbus-LangTag library. * JSON support through the JSON Smart library.

version 2.0 (2013-05-13) * Intermediary development release with Maven build, published to Maven Central.

version 2.1 (2013-06-06) * Updates the APIs to OpenID Connect Messages draft 20, OpenID Connect Standard draft 21, OpenID Connect Discovery draft 17 and OpenID Connect Registration draft 19. * Major refactoring of the APIs for greater simplicity. * Adds JUnit tests.

version 2.2 (2013-06-18) * Refactors dynamic OpenID Connect client registration. * Adds partial support of the OAuth 2.0 Dynamic Client Registration Protocol (draft-ietf-oauth-dyn-reg-12). * Optimises parsing of request parameters consisting of one or more tokens (scope, response type, etc).

version 2.3 (2013-06-19) * Renames OAuth 2.0 dynamic client registration package. * Adds ClientInformation.getClientMetadata() method. * Adds OIDCClientInformation class.

version 2.4 (2013-06-20) * Adds static OIDCClientInformation.parse(JSONObject) method.

version 2.5 (2013-06-22) * Adds support OAuth 2.0 dynamic client update. * Adds OpenID Connect dynamic client registration classes.

version 2.6 (2013-06-25) * Enforces order of preference of ACR values in OpenID Connect client metadata, as required by the specification. * Documentation and performance improvements.

version 2.7 (2013-06-26) * Switches Identifier generation to java.security.SecureRandom.

version 2.8 (2013-06-30) * Fixes serialisation and assignment bugs in ClientMetadata. * Switches Secret generation to java.security.SecureRandom.

version 2.9 (2013-09-17)

... (truncated)

Commits
  • a6905d6 [maven-release-plugin] prepare for next development iteration
  • 8492b06 Do not include URISyntaxException messages in ParseException error_descriptio...
  • fc5322f Updates the test c2id-net-chain.pem
  • fd735f1 Bumps deps
  • 6ebbdbc [maven-release-plugin] prepare release 11.20.2
  • 17326ed [maven-release-plugin] prepare for next development iteration
  • a265e95 TokenTypeURI.DEVICE_SECRET is changed to urn:openid:params:token-type:device-...
  • 2f2366c JWTAssertionDetails.toJSONObject() must return a string "aud" claim when the ...
  • e272e8b Makes PrivateKeyJWTTest "aud" test values realistic (iss #488)
  • 07f334f Makes ClientSecretJWTTest "aud" test var names and values realistic (iss #488)
  • Additional commits viewable in compare view

Updates no.nav.familie.kontrakter:enslig-forsorger from 3.0_20241220141021_9e86ad8 to 3.0_20250113155636_bb71360

Commits

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

Release notes

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

5.0.14

What's Changed

⬆️ Dependency upgrades

Commits
  • 48359d0 Bump com.nimbusds:nimbus-jose-jwt from 9.48 to 10.0 (#984)
  • 47c0eb0 Bump com.nimbusds:nimbus-jose-jwt from 9.47 to 9.48 (#983)
  • c6ab345 Bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.20 to 2.0.0 (#977)
  • 4ce3c6e Bump spring-boot.version from 3.4.0 to 3.4.1 (#978)
  • 3b8138f Bump org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4 (#976)
  • 0c5838d Bump org.wiremock:wiremock-standalone from 3.9.2 to 3.10.0 (#975)
  • See full diff in compare view

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

Release notes

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

5.0.14

What's Changed

⬆️ Dependency upgrades

Commits
  • 48359d0 Bump com.nimbusds:nimbus-jose-jwt from 9.48 to 10.0 (#984)
  • 47c0eb0 Bump com.nimbusds:nimbus-jose-jwt from 9.47 to 9.48 (#983)
  • c6ab345 Bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.20 to 2.0.0 (#977)
  • 4ce3c6e Bump spring-boot.version from 3.4.0 to 3.4.1 (#978)
  • 3b8138f Bump org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4 (#976)
  • 0c5838d Bump org.wiremock:wiremock-standalone from 3.9.2 to 3.10.0 (#975)
  • See full diff in compare view

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

Release notes

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

5.0.14

What's Changed

⬆️ Dependency upgrades

Commits
  • 48359d0 Bump com.nimbusds:nimbus-jose-jwt from 9.48 to 10.0 (#984)
  • 47c0eb0 Bump com.nimbusds:nimbus-jose-jwt from 9.47 to 9.48 (#983)
  • c6ab345 Bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.20 to 2.0.0 (#977)
  • 4ce3c6e Bump spring-boot.version from 3.4.0 to 3.4.1 (#978)
  • 3b8138f Bump org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4 (#976)
  • 0c5838d Bump org.wiremock:wiremock-standalone from 3.9.2 to 3.10.0 (#975)
  • See full diff in compare view

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

Release notes

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

5.0.14

What's Changed

⬆️ Dependency upgrades

Commits
  • 48359d0 Bump com.nimbusds:nimbus-jose-jwt from 9.48 to 10.0 (#984)
  • 47c0eb0 Bump com.nimbusds:nimbus-jose-jwt from 9.47 to 9.48 (#983)
  • c6ab345 Bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.20 to 2.0.0 (#977)
  • 4ce3c6e Bump spring-boot.version from 3.4.0 to 3.4.1 (#978)
  • 3b8138f Bump org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4 (#976)
  • 0c5838d Bump org.wiremock:wiremock-standalone from 3.9.2 to 3.10.0 (#975)
  • See full diff in compare view

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

Release notes

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

5.0.14

What's Changed

⬆️ Dependency upgrades

Commits
  • 48359d0 Bump com.nimbusds:nimbus-jose-jwt from 9.48 to 10.0 (#984)
  • 47c0eb0 Bump com.nimbusds:nimbus-jose-jwt from 9.47 to 9.48 (#983)
  • c6ab345 Bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.20 to 2.0.0 (#977)
  • 4ce3c6e Bump spring-boot.version from 3.4.0 to 3.4.1 (#978)
  • 3b8138f Bump org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4 (#976)
  • 0c5838d Bump org.wiremock:wiremock-standalone from 3.9.2 to 3.10.0 (#975)
  • See full diff in compare view

Updates io.getunleash:unleash-client-java from 9.2.6 to 9.3.1

Commits
  • f52ad74 [maven-release-plugin] prepare release unleash-client-java-9.3.1
  • ee7d20a fix: revert previous version scheme (#264)
  • 65de6c3 [maven-release-plugin] prepare for next development iteration
  • f767ec6 [maven-release-plugin] prepare release unleash-client-java-9.3.0
  • 8f392c2 feat: standardised client identification headers (#263)
  • f5c5399 [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 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.4.1` | `3.4.2` |
| [no.nav.familie.kontrakter:felles](https://github.com/navikt/familie-kontrakter) | `3.0_20241220141021_9e86ad8` | `3.0_20250113155636_bb71360` |
| [no.nav.familie.kontrakter:enslig-forsorger](https://github.com/navikt/familie-kontrakter) | `3.0_20241220141021_9e86ad8` | `3.0_20250113155636_bb71360` |
| [io.mockk:mockk-jvm](https://github.com/mockk/mockk) | `1.13.14` | `1.13.16` |
| [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) | `11.20.1` | `11.21.2` |
| [no.nav.security:token-client-core](https://github.com/navikt/token-support) | `5.0.13` | `5.0.14` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `5.0.13` | `5.0.14` |
| [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `5.0.13` | `5.0.14` |
| [io.getunleash:unleash-client-java](https://github.com/Unleash/unleash-client-java) | `9.2.6` | `9.3.1` |



Updates `org.springframework.boot:spring-boot-dependencies` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.1...v3.4.2)

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

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

Updates `io.mockk:mockk-jvm` from 1.13.14 to 1.13.16
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.14...1.13.16)

Updates `com.nimbusds:oauth2-oidc-sdk` from 11.20.1 to 11.21.2
- [Changelog](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.21.2..11.20.1)

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

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

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

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

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

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

Updates `io.getunleash:unleash-client-java` from 9.2.6 to 9.3.1
- [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.6...unleash-client-java-9.3.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  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: io.mockk:mockk-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: com.nimbusds:oauth2-oidc-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 26, 2025 05:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 26, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2025

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

@dependabot dependabot bot closed this Feb 2, 2025
@dependabot dependabot bot deleted the dependabot/maven/all-dependencies-de947178e4 branch February 2, 2025 04:41
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