chore(deps): bump the maven-version-updates group across 1 directory with 32 updates - #140
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…with 32 updates Bumps the maven-version-updates group with 32 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | `1.84` | `1.86` | | [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) | `1.84` | `1.86` | | [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) | `2.40.0` | `2.50.0` | | [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) | `0.12.7` | `0.14.1` | | [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | `10.4` | `10.9.1` | | [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) | `11.26` | `11.38.2` | | [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.6.3` | `5.6.4` | | [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.22.1` | `2.22.2` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind) | `2.22.1` | `2.22.2` | | com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider | `2.22.1` | `2.22.2` | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.22.1` | `2.22.2` | | [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson-annotations) | `2.21` | `2.22` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind) | `2.22.1` | `2.22.2` | | com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider | `2.22.1` | `2.22.2` | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.22.1` | `2.22.2` | | [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable) | `0.2.6` | `0.2.11` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.13.4` | `6.1.3` | | [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.21.4` | `2.0.5` | | [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) | `4.8.181` | `4.8.195` | | [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.1.10` | `2.4.20` | | [org.apache.commons:commons-compress](https://github.com/apache/commons-compress) | `1.27.1` | `1.28.0` | | [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.40.0` | `2.50.0` | | org.slf4j:slf4j-simple | `2.0.17` | `2.0.19` | | [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) | `4.9.3.2` | `4.10.4.1` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.14.0` | `3.16.0` | | [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.6.1` | `3.6.3` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.3` | `3.6.0` | | [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.4.2` | `3.5.1` | | [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) | `3.6.1` | `3.6.2` | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.11.2` | `3.12.0` | | [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.3.1` | `3.4.0` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.13` | `0.8.15` | | [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.5.3` | `3.6.0` | | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `2.46.0` | `3.10.2` | | [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.8.0` | `0.11.0` | Updates `org.bouncycastle:bcprov-jdk18on` from 1.84 to 1.86 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.md) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcpkix-jdk18on` from 1.84 to 1.86 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.md) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `com.google.errorprone:error_prone_core` from 2.40.0 to 2.50.0 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.40.0...v2.50.0) Updates `com.uber.nullaway:nullaway` from 0.12.7 to 0.14.1 - [Release notes](https://github.com/uber/NullAway/releases) - [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md) - [Commits](uber/NullAway@v0.12.7...v0.14.1) Updates `com.nimbusds:nimbus-jose-jwt` from 10.4 to 10.9.1 - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.9.1..10.4) Updates `com.nimbusds:oauth2-oidc-sdk` from 11.26 to 11.38.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.38.2..11.26) Updates `org.apache.httpcomponents.client5:httpclient5` from 5.6.3 to 5.6.4 - [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.6.4/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-client@rel/v5.6.3...rel/v5.6.4) Updates `com.fasterxml.jackson.core:jackson-core` from 2.22.1 to 2.22.2 - [Commits](FasterXML/jackson-core@jackson-core-2.22.1...jackson-core-2.22.2) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.22.1 to 2.22.2 - [Commits](FasterXML/jackson-databind@jackson-databind-2.22.1...jackson-databind-2.22.2) Updates `com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider` from 2.22.1 to 2.22.2 Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.22.1 to 2.22.2 Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.21 to 2.22 - [Commits](FasterXML/jackson-annotations@jackson-annotations-2.21...jackson-annotations-2.22) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.22.1 to 2.22.2 - [Commits](FasterXML/jackson-databind@jackson-databind-2.22.1...jackson-databind-2.22.2) Updates `com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider` from 2.22.1 to 2.22.2 Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.22.1 to 2.22.2 Updates `org.openapitools:jackson-databind-nullable` from 0.2.6 to 0.2.11 - [Release notes](https://github.com/OpenAPITools/jackson-databind-nullable/releases) - [Commits](OpenAPITools/jackson-databind-nullable@v0.2.6...v0.2.11) Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.4 to 6.1.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.1.3) Updates `org.testcontainers:testcontainers` from 1.21.4 to 2.0.5 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.21.4...2.0.5) Updates `io.github.classgraph:classgraph` from 4.8.181 to 4.8.195 - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](classgraph/classgraph@classgraph-4.8.181...classgraph-4.8.195) Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.1.10 to 2.4.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.4.20) Updates `org.apache.commons:commons-compress` from 1.27.1 to 1.28.0 - [Changelog](https://github.com/apache/commons-compress/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-compress@rel/commons-compress-1.27.1...rel/commons-compress-1.28.0) Updates `com.google.errorprone:error_prone_annotations` from 2.40.0 to 2.50.0 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.40.0...v2.50.0) Updates `org.slf4j:slf4j-simple` from 2.0.17 to 2.0.19 Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.9.3.2 to 4.10.4.1 - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.3.2...spotbugs-maven-plugin-4.10.4.1) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.0 to 3.16.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.16.0) Updates `org.apache.maven.plugins:maven-enforcer-plugin` from 3.6.1 to 3.6.3 - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](apache/maven-enforcer@enforcer-3.6.1...enforcer-3.6.3) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.3 to 3.6.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.6.0) Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.4.2 to 3.5.1 - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.4.2...maven-jar-plugin-3.5.1) Updates `org.codehaus.mojo:build-helper-maven-plugin` from 3.6.1 to 3.6.2 - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases) - [Commits](mojohaus/build-helper-maven-plugin@3.6.1...3.6.2) Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.11.2 to 3.12.0 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.2...maven-javadoc-plugin-3.12.0) Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.1...maven-source-plugin-3.4.0) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.13 to 0.8.15 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.13...v0.8.15) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.3 to 3.6.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.6.0) Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.46.0 to 3.10.2 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/2.46.0...maven/3.10.2) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.8.0 to 0.11.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-version: '1.86' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-version-updates - dependency-name: org.bouncycastle:bcpkix-jdk18on dependency-version: '1.86' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-version-updates - dependency-name: com.google.errorprone:error_prone_core dependency-version: 2.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-version-updates - dependency-name: com.uber.nullaway:nullaway dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-version-updates - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-version: 10.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-version-updates - dependency-name: com.nimbusds:oauth2-oidc-sdk dependency-version: 11.38.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-version-updates - dependency-name: org.apache.httpcomponents.client5:httpclient5 dependency-version: 5.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-version-updates - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.22.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-version-updates - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-version-updates - dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider dependency-version: 2.22.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-version-updates - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.22.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-version-updates - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-version: '2.22' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-version-updates - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-version-updates - dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider dependency-version: 2.22.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-version-updates - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.22.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-version-updates - dependency-name: org.openapitools:jackson-databind-nullable dependency-version: 0.2.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-version-updates - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.1.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: maven-version-updates - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.5 dependency-type: direct:development update-type: version-update:semver-major dependency-group: maven-version-updates - dependency-name: io.github.classgraph:classgraph dependency-version: 4.8.195 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-version-updates - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.4.20 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-version-updates - dependency-name: org.apache.commons:commons-compress dependency-version: 1.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-version-updates - dependency-name: com.google.errorprone:error_prone_annotations dependency-version: 2.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-version-updates - dependency-name: org.slf4j:slf4j-simple dependency-version: 2.0.19 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-version-updates - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-version: 4.10.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-version-updates - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-version-updates - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-version: 3.6.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-version-updates - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-version-updates - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-version: 3.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-version-updates - dependency-name: org.codehaus.mojo:build-helper-maven-plugin dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-version-updates - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-version: 3.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-version-updates - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-version-updates - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-version-updates - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-version: 3.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-version-updates - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.10.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: maven-version-updates - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the maven-version-updates group with 32 updates in the / directory:
1.841.861.841.862.40.02.50.00.12.70.14.110.410.9.111.2611.38.25.6.35.6.42.22.12.22.22.22.12.22.22.22.12.22.22.22.12.22.22.212.222.22.12.22.22.22.12.22.22.22.12.22.20.2.60.2.115.13.46.1.31.21.42.0.54.8.1814.8.1952.1.102.4.201.27.11.28.02.40.02.50.02.0.172.0.194.9.3.24.10.4.13.14.03.16.03.6.13.6.33.5.33.6.03.4.23.5.13.6.13.6.23.11.23.12.03.3.13.4.00.8.130.8.153.5.33.6.02.46.03.10.20.8.00.11.0Updates
org.bouncycastle:bcprov-jdk18onfrom 1.84 to 1.86Changelog
Sourced from org.bouncycastle:bcprov-jdk18on's changelog.
... (truncated)
Commits
Updates
org.bouncycastle:bcpkix-jdk18onfrom 1.84 to 1.86Changelog
Sourced from org.bouncycastle:bcpkix-jdk18on's changelog.
... (truncated)
Commits
Updates
com.google.errorprone:error_prone_corefrom 2.40.0 to 2.50.0Release notes
Sourced from com.google.errorprone:error_prone_core's releases.
... (truncated)
Commits
d802cffRelease Error Prone 2.50.0b12b5f2InStringCharset, move the description fromexplanationtosummary.a7ca02aUpdateAssertThrowsUtilsto emitvar thrown = assertThrows(...)instead o...6b56517Fix handling of nested tags in UnrecognisedJavadocTagd36e74fRemove translation of thefail()message intoassertThrows(). We already ...c3581e9Fix JavacFileManager compiler crash during speculative recompiles in modular ...da1f32bRemove assignments fromassertThrows()lambdas. A large percentage of remai...dee62f7UpdateAssertThrowsBlockToExpressionto re-write singleVariableTrees int...4939448Only hoist the last statement into theassertThrows()lambda.30fd05arefactor: Rename JavaLangClash bug pattern to AvoidCommonTypeNamesUpdates
com.uber.nullaway:nullawayfrom 0.12.7 to 0.14.1Release notes
Sourced from com.uber.nullaway:nullaway's releases.
... (truncated)
Changelog
Sourced from com.uber.nullaway:nullaway's changelog.
... (truncated)
Commits
b3d442aPrepare for release 0.14.1.d6df98bRelease notes for 0.14.1 (#1784)ecb763efix override checks for method type variables bounded by a class type variabl...915b287Add tests for the JSpecify nullness operator (#1767)f142e85Improve diagnostics for non-null type variable bounds (#1770)bb5cf51Work around pre-JDK-25 limitations in reading upper bounds from wildcard argu...17d7ca7Document that a nullImpliesNull model applies to overriding methods (#1771)cc156e4Assert the full set of diagnostics for annotated type-variable uses (#1768)b9efa0fPrevent recursion on self-referential wildcard bounds (#1763)177ad18Preserve contract unreachability across store joins (#1761)Updates
com.nimbusds:nimbus-jose-jwtfrom 10.4 to 10.9.1Changelog
Sourced from com.nimbusds:nimbus-jose-jwt's changelog.
... (truncated)
Commits
b33b54bBumps GSon and BouncyCastle3eeaada[maven-release-plugin] prepare release 10.4.22aa473f[maven-release-plugin] prepare for next development iterationd52acf5Merged in iss592 (pull request #129)d1834c6JWKSourceBuilderTest must target Java 75fb46eeChange log for 10.5, JavaDoc edits (iss #592)724be14RefreshAheadCachingJWKSetSource JavaDoc markup fix (iss #592)6be3a17[maven-release-plugin] prepare release 10.5dacdb14[maven-release-plugin] prepare for next development iterationd5b9c10Documents truncation and rounding for float and double getters in JWTClaimsSetUpdates
com.nimbusds:oauth2-oidc-sdkfrom 11.26 to 11.38.2Changelog
Sourced from com.nimbusds:oauth2-oidc-sdk's changelog.
... (truncated)
Commits
fac7277Bumps Nimbus JOSE+JWT, BouncyCastle517deb7[maven-release-plugin] prepare release 11.37.1fedf633[maven-release-plugin] prepare for next development iteration29b77a0Updates to JSON Smart 2.6.06e53206[maven-release-plugin] prepare release 11.37.2bbd0e83[maven-release-plugin] prepare for next development iteration02b80a2Adds SubjectType.EPHEMERAL enum constant (iss #560)15d3318Downloads current connect2id-com-chain.pem6a7c5d3Fixes pom.xml scm tag6ed944d[maven-release-plugin] prepare release 11.38Updates
org.apache.httpcomponents.client5:httpclient5from 5.6.3 to 5.6.4Changelog
Sourced from org.apache.httpcomponents.client5:httpclient5's changelog.