[Clearinghouse]: Bump the all-modules group in /lib/clearinghouse with 6 updates#493
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Bumps the all-modules group in /lib/clearinghouse with 6 updates: | Package | From | To | | --- | --- | --- | | [com.auth0:jwks-rsa](https://github.com/auth0/jwks-rsa-java) | `0.22.1` | `0.22.2` | | [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) | `3.2.0` | `3.2.1` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.13.0` | `5.13.1` | | [org.bouncycastle:bcprov-jdk15to18](https://github.com/bcgit/bc-java) | `1.80` | `1.81` | | [org.bouncycastle:bcpkix-jdk15to18](https://github.com/bcgit/bc-java) | `1.80` | `1.81` | | [io.freefair.lombok](https://github.com/freefair/gradle-plugins) | `8.13.1` | `8.14` | Updates `com.auth0:jwks-rsa` from 0.22.1 to 0.22.2 - [Release notes](https://github.com/auth0/jwks-rsa-java/releases) - [Changelog](https://github.com/auth0/jwks-rsa-java/blob/master/CHANGELOG.md) - [Commits](auth0/jwks-rsa-java@0.22.1...0.22.2) Updates `com.github.ben-manes.caffeine:caffeine` from 3.2.0 to 3.2.1 - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](ben-manes/caffeine@v3.2.0...v3.2.1) Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.0 to 5.13.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.13.0...r5.13.1) Updates `org.bouncycastle:bcprov-jdk15to18` from 1.80 to 1.81 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcpkix-jdk15to18` from 1.80 to 1.81 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `io.freefair.lombok` from 8.13.1 to 8.14 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](freefair/gradle-plugins@8.13.1...8.14) --- updated-dependencies: - dependency-name: com.auth0:jwks-rsa dependency-version: 0.22.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules - dependency-name: com.github.ben-manes.caffeine:caffeine dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-modules - dependency-name: org.bouncycastle:bcprov-jdk15to18 dependency-version: '1.81' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-modules - dependency-name: org.bouncycastle:bcpkix-jdk15to18 dependency-version: '1.81' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-modules - dependency-name: io.freefair.lombok dependency-version: '8.14' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-modules ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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 all-modules group in /lib/clearinghouse with 6 updates:
0.22.10.22.23.2.03.2.15.13.05.13.11.801.811.801.818.13.18.14Updates
com.auth0:jwks-rsafrom 0.22.1 to 0.22.2Release notes
Sourced from com.auth0:jwks-rsa's releases.
Changelog
Sourced from com.auth0:jwks-rsa's changelog.
Commits
5a8bd81Release 0.22.2 (#219)d3d7aaaRelease 0.22.20882840Revert release changes (#218)d11e6e0Undo release changes470cc54Added Publish tasks (#215)f5c966aFixed dependabot.yml alert039017aMerge branch 'fix-maven-publish-pipeline' of https://github.com/auth0/jwks-rs...471d89fAdded JAVA_HOME env6f26604Merge branch 'master' into fix-maven-publish-pipeline08ac3adAdded Publish tasksUpdates
com.github.ben-manes.caffeine:caffeinefrom 3.2.0 to 3.2.1Release notes
Sourced from com.github.ben-manes.caffeine:caffeine's releases.
Commits
56b69c7minor touchupsb0264b9remove unnecessary@CanIgnoreReturnValueusages for stricter checkinge0963edremove unreachable code29bc5f1fix intermittent nulls after replacing a weak/soft value on aarch64dade1b1minor touchups and dependency updates786d1c8Use stronger memory order to avoid publication races (fixes #1820)d44264afix async cache's synchronous computeIfAbsent to retry if incompletec6af784remove workaround for historic fork-join pool bugs fixed in jdk808f80f4increase multi-threaded test coverageaf2e295add test case for the interner's retry loopUpdates
org.junit.jupiter:junit-jupiter-apifrom 5.13.0 to 5.13.1Release notes
Sourced from org.junit.jupiter:junit-jupiter-api's releases.
Commits
b580aa9Release 5.13.197095e9Finalize 5.13.1 release notesf0747f1Use GraphQL API to list matching milestones to avoid pagination issuesaf5e3bdFix support pre-5.13AnnotationBasedArgumentsProviderimplementations (#4611)4170597Restore compatibility with Java 8a866c01Ensure@Nestedclasses are executed after sibling test methods (#4603)2d58467Create initial 5.13.1 release notes from template3447d71Update supported versions6a7998bRevert "Don't error on already closed milestones"d7c8216Back to snapshots for further developmentUpdates
org.bouncycastle:bcprov-jdk15to18from 1.80 to 1.81Changelog
Sourced from org.bouncycastle:bcprov-jdk15to18's changelog.
... (truncated)
Commits
Updates
org.bouncycastle:bcpkix-jdk15to18from 1.80 to 1.81Changelog
Sourced from org.bouncycastle:bcpkix-jdk15to18's changelog.
... (truncated)
Commits
Updates
io.freefair.lombokfrom 8.13.1 to 8.14Release notes
Sourced from io.freefair.lombok's releases.
Commits
0cc3933Merge pull request #1395 from freefair/dependabot/gradle/examples/org.apache....eeb213dMerge pull request #1396 from freefair/dependabot/gradle/examples/org.apache....6779725Merge pull request #1397 from freefair/dependabot/gradle/examples/org.apache....339a52fBump org.apache.maven:maven-plugin-api from 3.9.9 to 3.9.10 in /examplesea83fcbBump org.apache.maven:maven-model from 3.9.9 to 3.9.10 in /examples685ce43Bump org.apache.maven:maven-core from 3.9.9 to 3.9.10 in /examplesd032f86Merge pull request #1387 from freefair/dependabot/gradle/examples/org.webjars...0241508Merge pull request #1393 from freefair/dependabot/gradle/examples/org.junit-j...fdd9033Merge pull request #1390 from freefair/dependabot/gradle/org.apache.maven-mav...9fd6b8bMerge pull request #1391 from freefair/dependabot/gradle/org.apache.maven-mav...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