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 with 5 updates #861

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2025

Bumps the all-dependencies group with 5 updates:

Package From To
org.springframework.boot:spring-boot-dependencies 3.4.2 3.4.3
com.nimbusds:oauth2-oidc-sdk 11.22.2 11.23
no.nav.security:token-client-core 5.0.16 5.0.17
no.nav.security:token-client-spring 5.0.16 5.0.17
no.nav.security:token-validation-spring 5.0.16 5.0.17

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

Release notes

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

v3.4.3

⭐ New Features

  • Add TWENTY_FOUR to JavaVersion enum #44209

🐞 Bug Fixes

  • Console output may be lost when using Log4j2 with something that replaces System.out #44380
  • Maven plugin does not consistently use ArgFile for classpath argument on Windows #44328
  • Reactive Jetty web server does not fail fast when configured to use a server name bundle which Jetty does not support #44319
  • When web server application context refresh fails, the original failure is lost if stopping or destroying the web server throws an exception #44317
  • View resolver for Thymeleaf should back off if spring-webmvc is not present #44296
  • WebServer is not destroyed when ReactiveWebServerApplicationContext refresh fails #44294
  • Non-default DataSource candidates are not considered in H2ConsoleAutoConfiguration #44293
  • Banner placeholder and defaults do not work during development #44255
  • Mustache templates return with ISO-8859-1 charset rather than UTF-8 in Content-Type response header #44193
  • Servlet EndpointRequest doesn't match web server namespace correctly #44188
  • java.lang.ClassCastException when using default management security with WebFlux and health probes enabled #44052
  • Logback configuration that relies on inner-classes does not work in a native image #44025
  • IllegalStateException: Unable to register SSL bundle after 3.3.8 or 3.4.2 #43989
  • Metrics and health do not include non-default candidate beans #43481

📔 Documentation

  • Document that auto-configuration classes should be identified using their binary names #44303
  • Correct typo in MVC security when explaining when UserDetailsService auto-configuration will back off #44301
  • Link to JarLauncher's javadoc #44170
  • When using observability annotations, recommend that care is taken to avoid double instrumentation #44145
  • Fix typo in Running Your Application #44035
  • Document Kubernetes preStop handler when using a Docker image without a shell #44022
  • Source snippet in Developing Your First Spring Boot Application section uses the root package #43983
  • Correct the location of MyApplication.java in "Developing Your First Spring Boot Application" #43975
  • Add links to Jackson Javadoc #43971
  • Warn that some Quartz database schema scripts must be modified before use #43958

🔨 Dependency Upgrades

  • Upgrade to Commons Pool2 2.12.1 #44173
  • Upgrade to Couchbase Client 3.7.8 #44269
  • Upgrade to Groovy 4.0.25 #44174
  • Upgrade to Hibernate 6.6.8.Final #44332
  • Upgrade to HttpClient5 5.4.2 #44176
  • Upgrade to HttpCore5 5.3.3 #44177
  • Upgrade to Infinispan 15.0.13.Final #44178
  • Upgrade to jOOQ 3.19.19 #44368
  • Upgrade to Json-smart 2.5.2 #44264
  • Upgrade to Maven Clean Plugin 3.4.1 #44349
  • Upgrade to Micrometer 1.14.4 #44115
  • Upgrade to Micrometer Tracing 1.4.3 #44116
  • Upgrade to Native Build Tools Plugin 0.10.5 #44179

... (truncated)

Commits
  • 2f53c0a Release v3.4.3
  • f99171f Merge branch '3.3.x' into 3.4.x
  • 70e0744 Next development version (v3.3.10-SNAPSHOT)
  • 07d9db3 Merge pull request #44380 from nosan
  • 2295809 Register Log42J StatusListener
  • 575655c Upgrade Tomcat 11 smoke tests to Tomcat 11.0.4
  • c74397a Merge branch '3.3.x' into 3.4.x
  • c718461 Protect against NoSuchMethodException on setReadOnly
  • 7dc9bf2 Upgrade to Testcontainers Redis Module 2.2.4
  • 7d1fc06 Upgrade to Testcontainers 1.20.5
  • Additional commits viewable in compare view

Updates com.nimbusds:oauth2-oidc-sdk from 11.22.2 to 11.23

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
  • 0360ede [maven-release-plugin] prepare for next development iteration
  • fb126b6 Adds LoginHintToken class for CIBA
  • fc24f9e Removes buggy OWASP / NVD plugin
  • f5bc209 [maven-release-plugin] prepare release 11.23
  • See full diff in compare view

Updates no.nav.security:token-client-core from 5.0.16 to 5.0.17

Commits
  • 606d9bf Bump com.nimbusds:oauth2-oidc-sdk from 11.22.2 to 11.23 (#998)
  • 4ee9a36 Bump org.wiremock:wiremock-standalone from 3.11.0 to 3.12.0 (#997)
  • 2b9d108 Bump com.nimbusds:oauth2-oidc-sdk from 11.22.1 to 11.22.2 (#996)
  • 981238c Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 (#994)
  • 5d6da3b Bump com.nimbusds:oauth2-oidc-sdk from 11.22 to 11.22.1 (#995)
  • 01a1129 Bump com.nimbusds:oauth2-oidc-sdk from 11.21.3 to 11.22 (#993)
  • 743307e Bump org.wiremock:wiremock-standalone from 3.10.0 to 3.11.0 (#992)
  • 9a64f54 Bump com.nimbusds:oauth2-oidc-sdk from 11.21.2 to 11.21.3 (#991)
  • See full diff in compare view

Updates no.nav.security:token-client-spring from 5.0.16 to 5.0.17

Commits
  • 606d9bf Bump com.nimbusds:oauth2-oidc-sdk from 11.22.2 to 11.23 (#998)
  • 4ee9a36 Bump org.wiremock:wiremock-standalone from 3.11.0 to 3.12.0 (#997)
  • 2b9d108 Bump com.nimbusds:oauth2-oidc-sdk from 11.22.1 to 11.22.2 (#996)
  • 981238c Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 (#994)
  • 5d6da3b Bump com.nimbusds:oauth2-oidc-sdk from 11.22 to 11.22.1 (#995)
  • 01a1129 Bump com.nimbusds:oauth2-oidc-sdk from 11.21.3 to 11.22 (#993)
  • 743307e Bump org.wiremock:wiremock-standalone from 3.10.0 to 3.11.0 (#992)
  • 9a64f54 Bump com.nimbusds:oauth2-oidc-sdk from 11.21.2 to 11.21.3 (#991)
  • See full diff in compare view

Updates no.nav.security:token-validation-spring from 5.0.16 to 5.0.17

Commits
  • 606d9bf Bump com.nimbusds:oauth2-oidc-sdk from 11.22.2 to 11.23 (#998)
  • 4ee9a36 Bump org.wiremock:wiremock-standalone from 3.11.0 to 3.12.0 (#997)
  • 2b9d108 Bump com.nimbusds:oauth2-oidc-sdk from 11.22.1 to 11.22.2 (#996)
  • 981238c Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 (#994)
  • 5d6da3b Bump com.nimbusds:oauth2-oidc-sdk from 11.22 to 11.22.1 (#995)
  • 01a1129 Bump com.nimbusds:oauth2-oidc-sdk from 11.21.3 to 11.22 (#993)
  • 743307e Bump org.wiremock:wiremock-standalone from 3.10.0 to 3.11.0 (#992)
  • 9a64f54 Bump com.nimbusds:oauth2-oidc-sdk from 11.21.2 to 11.21.3 (#991)
  • See full diff in compare view

Updates no.nav.security:token-client-spring from 5.0.16 to 5.0.17

Commits
  • 606d9bf Bump com.nimbusds:oauth2-oidc-sdk from 11.22.2 to 11.23 (#998)
  • 4ee9a36 Bump org.wiremock:wiremock-standalone from 3.11.0 to 3.12.0 (#997)
  • 2b9d108 Bump com.nimbusds:oauth2-oidc-sdk from 11.22.1 to 11.22.2 (#996)
  • 981238c Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 (#994)
  • 5d6da3b Bump com.nimbusds:oauth2-oidc-sdk from 11.22 to 11.22.1 (#995)
  • 01a1129 Bump com.nimbusds:oauth2-oidc-sdk from 11.21.3 to 11.22 (#993)
  • 743307e Bump org.wiremock:wiremock-standalone from 3.10.0 to 3.11.0 (#992)
  • 9a64f54 Bump com.nimbusds:oauth2-oidc-sdk from 11.21.2 to 11.21.3 (#991)
  • See full diff in compare view

Updates no.nav.security:token-validation-spring from 5.0.16 to 5.0.17

Commits
  • 606d9bf Bump com.nimbusds:oauth2-oidc-sdk from 11.22.2 to 11.23 (#998)
  • 4ee9a36 Bump org.wiremock:wiremock-standalone from 3.11.0 to 3.12.0 (#997)
  • 2b9d108 Bump com.nimbusds:oauth2-oidc-sdk from 11.22.1 to 11.22.2 (#996)
  • 981238c Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 (#994)
  • 5d6da3b Bump com.nimbusds:oauth2-oidc-sdk from 11.22 to 11.22.1 (#995)
  • 01a1129 Bump com.nimbusds:oauth2-oidc-sdk from 11.21.3 to 11.22 (#993)
  • 743307e Bump org.wiremock:wiremock-standalone from 3.10.0 to 3.11.0 (#992)
  • 9a64f54 Bump com.nimbusds:oauth2-oidc-sdk from 11.21.2 to 11.21.3 (#991)
  • 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.4.2` | `3.4.3` |
| [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) | `11.22.2` | `11.23` |
| [no.nav.security:token-client-core](https://github.com/navikt/token-support) | `5.0.16` | `5.0.17` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `5.0.16` | `5.0.17` |
| [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `5.0.16` | `5.0.17` |


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

Updates `com.nimbusds:oauth2-oidc-sdk` from 11.22.2 to 11.23
- [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.23..11.22.2)

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

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

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

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

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

---
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: com.nimbusds:oauth2-oidc-sdk
  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
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 23, 2025
@dependabot dependabot bot requested a review from a team as a code owner February 23, 2025 04:16
@dependabot dependabot bot added the java Pull requests that update Java code label Feb 23, 2025
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