Bump the maven group across 2 directories with 1 update
Type: Pull Request
State: Open
Association: None
Comments: 0
(11 months ago)
(11 months ago)
dependencies java
Bumps the maven group with 1 update in the /examples/spring-web directory: com.nimbusds:nimbus-jose-jwt.
Bumps the maven group with 1 update in the /examples/springboot directory: com.nimbusds:nimbus-jose-jwt.
Updates com.nimbusds:nimbus-jose-jwt from 9.48 to 10.0.2
Changelog
Sourced from com.nimbusds:nimbus-jose-jwt's changelog.
9.48 (2024-12-20) * Adds static JWTClaimsSet.getClaimAsString(String) to get the specified JWT claim (registered or custom) as String, with primitive or Wrapper types converted to String.
10.0 (2025-01-02) * Removes the "fips" build profile, it was breaking the Gson dependency shading (iss #550). * Removes the optional BouncyCastle FIPS JCA provider and PKIX dependencies, not required in tests. * Updates to optional BouncyCastle 1.79 (JDK 1.8 on). * Updates pom.xml, bumps Maven plugins.
10.0.1 (2025-01-03) * Adds "Automatic-Module-Name: com.nimbusds.jose.jwt" to restore established module name (iss #550). * Cleans up unused "Multi-Release: true" (iss #550). * Updates Tink dependency to 1.16.0 (iss #571).
10.0.2 (2025-02-25) * Updates JSONObjectUtils.parse and JSONArrayUtils.parse to reject JSON strings with object and array nesting deeper than 255. This is intended to prevent StackOverflowError's in Gson when a parsed JSON string with excessive nesting is serialised, for example to log the claims of a parsed JWT. Note that in Gson the JSON reader is not susceptible to StackOverflowError's, only the serialisation. The nesting limit of depth 255 is introduced in Gson 2.12.0 (iss #583). * Updates GSon to 2.12.1.
10.1 (2025-04-03) * Restores module-info.java. * Adds ExpiredJWTException extends BadJWTException to enable easy programmatic detection whether a JWT has expired (iss #585). * Adds URLBasedJWKSetSource getJWKSetURL and getResourceRetriever methods to ease class extension.
10.2 (2025-04-07) * Gson is made a direct instead of a shaded dependency to address module issues introduced in 10.1 (iss #550).
10.3 (2025-05-09) * Restores the Gson shading, adding placeholder interfaces to prevent NoClassDefFoundError occurrences at runtime when the JAR is used on a module path (iss #550).
10.3.1 (2025-07-01) * OctetKeyPairGenerator with Curve.Ed25519 should use the provided SecureRandom (iss #590).
Commits
6c65f88[maven-release-plugin] prepare for next development iterationfc656b6Removes the BC "fips" build profile, it was breaking the GSon dependency shad...11b9457Updates pom.xml, bumps Maven pluginsea6c9f4[maven-release-plugin] prepare release 10.0dd59601[maven-release-plugin] prepare for next development iteration9fd735fRemoves unused import from JCASupportTestb7995dfAdds "Automatic-Module-Name: com.nimbusds.jose.jwt" to restore established mo...acaae58Cleans up unused "Multi-Release: true" (iss #550)3537ec8Updates Tink dependency to 1.16.0 (iss #571)dba7845[maven-release-plugin] prepare release 10.0.1- Additional commits viewable in compare view
Updates com.nimbusds:nimbus-jose-jwt from 9.48 to 10.0.2
Changelog
Sourced from com.nimbusds:nimbus-jose-jwt's changelog.
9.48 (2024-12-20) * Adds static JWTClaimsSet.getClaimAsString(String) to get the specified JWT claim (registered or custom) as String, with primitive or Wrapper types converted to String.
10.0 (2025-01-02) * Removes the "fips" build profile, it was breaking the Gson dependency shading (iss #550). * Removes the optional BouncyCastle FIPS JCA provider and PKIX dependencies, not required in tests. * Updates to optional BouncyCastle 1.79 (JDK 1.8 on). * Updates pom.xml, bumps Maven plugins.
10.0.1 (2025-01-03) * Adds "Automatic-Module-Name: com.nimbusds.jose.jwt" to restore established module name (iss #550). * Cleans up unused "Multi-Release: true" (iss #550). * Updates Tink dependency to 1.16.0 (iss #571).
10.0.2 (2025-02-25) * Updates JSONObjectUtils.parse and JSONArrayUtils.parse to reject JSON strings with object and array nesting deeper than 255. This is intended to prevent StackOverflowError's in Gson when a parsed JSON string with excessive nesting is serialised, for example to log the claims of a parsed JWT. Note that in Gson the JSON reader is not susceptible to StackOverflowError's, only the serialisation. The nesting limit of depth 255 is introduced in Gson 2.12.0 (iss #583). * Updates GSon to 2.12.1.
10.1 (2025-04-03) * Restores module-info.java. * Adds ExpiredJWTException extends BadJWTException to enable easy programmatic detection whether a JWT has expired (iss #585). * Adds URLBasedJWKSetSource getJWKSetURL and getResourceRetriever methods to ease class extension.
10.2 (2025-04-07) * Gson is made a direct instead of a shaded dependency to address module issues introduced in 10.1 (iss #550).
10.3 (2025-05-09) * Restores the Gson shading, adding placeholder interfaces to prevent NoClassDefFoundError occurrences at runtime when the JAR is used on a module path (iss #550).
10.3.1 (2025-07-01) * OctetKeyPairGenerator with Curve.Ed25519 should use the provided SecureRandom (iss #590).
Commits
6c65f88[maven-release-plugin] prepare for next development iterationfc656b6Removes the BC "fips" build profile, it was breaking the GSon dependency shad...11b9457Updates pom.xml, bumps Maven pluginsea6c9f4[maven-release-plugin] prepare release 10.0dd59601[maven-release-plugin] prepare for next development iteration9fd735fRemoves unused import from JCASupportTestb7995dfAdds "Automatic-Module-Name: com.nimbusds.jose.jwt" to restore established mo...acaae58Cleans up unused "Multi-Release: true" (iss #550)3537ec8Updates Tink dependency to 1.16.0 (iss #571)dba7845[maven-release-plugin] prepare release 10.0.1- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
1
2
+2
-2
Package Dependencies
Technical Details
| ID: | 3123004 |
| UUID: | 2659755755 |
| Node ID: | PR_kwDONlMbNc6eiKbr |
| Host: | GitHub |
| Repository: | flux-qa/solid-client-java |
| Merge State: | Unknown |