-
Notifications
You must be signed in to change notification settings - Fork 289
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
Update Gradle dependencies #7365
Merged
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
7b4a2eb
chore: Update Gradle dependencies
github-actions[bot] 4f809b1
chore: Update Gradle dependencies
github-actions[bot] 54b9e35
chore: Update Gradle dependencies
github-actions[bot] a6d6554
chore: Update Gradle dependencies
github-actions[bot] e5a73ce
chore: Update Gradle dependencies
github-actions[bot] e16a136
chore: Update Gradle dependencies
github-actions[bot] af34d23
chore: Update Gradle dependencies
github-actions[bot] 25e5db7
chore: Update Gradle dependencies
github-actions[bot] 1393826
chore: Update Gradle dependencies
github-actions[bot] 105a712
chore: Update Gradle dependencies
github-actions[bot] 0ff009c
chore: Update Gradle dependencies
github-actions[bot] ce31e89
chore: Update Gradle dependencies
github-actions[bot] 52b6fe1
chore: Update Gradle dependencies
github-actions[bot] f4046be
chore: Update Gradle dependencies
github-actions[bot] 0945240
chore: Update Gradle dependencies
github-actions[bot] 02faaeb
chore: Update Gradle dependencies
github-actions[bot] 97d7a5d
chore: Update Gradle dependencies
github-actions[bot] 6069cdd
chore: Update Gradle dependencies
github-actions[bot] bee6d41
chore: Update Gradle dependencies
github-actions[bot] a181eed
chore: Update Gradle dependencies
github-actions[bot] ec72d43
chore: Update Gradle dependencies
github-actions[bot] 5c0953c
chore: Update Gradle dependencies
github-actions[bot] f0bcfc8
chore: Update Gradle dependencies
github-actions[bot] f40c87b
chore: Update Gradle dependencies
github-actions[bot] 8992550
chore: Update Gradle dependencies
github-actions[bot] da02fb7
chore: Update Gradle dependencies
github-actions[bot] 992fd00
chore: Update Gradle dependencies
github-actions[bot] c7cf7ff
chore: Update Gradle dependencies
github-actions[bot] 82edfe4
chore: Update Gradle dependencies
github-actions[bot] 683f0ae
chore: Update Gradle dependencies
github-actions[bot] cafb7c0
chore: Update Gradle dependencies
github-actions[bot] 8e8f211
chore: Update Gradle dependencies
github-actions[bot] 49a3f98
chore: Update Gradle dependencies
github-actions[bot] 87299de
chore: Update Gradle dependencies
github-actions[bot] c844a45
chore: Update Gradle dependencies
github-actions[bot] 6b93feb
chore: Update Gradle dependencies
github-actions[bot] 5cb9c05
chore: Update Gradle dependencies
github-actions[bot] ec414f2
chore: Update Gradle dependencies
github-actions[bot] d858b88
chore: Update Gradle dependencies
github-actions[bot] 8107b25
chore: Update Gradle dependencies
github-actions[bot] 2108133
chore: Update Gradle dependencies
github-actions[bot] 919295b
chore: Update Gradle dependencies
github-actions[bot] a4c3930
add upper limit to h2database for java 8 tests
vandonr 12c86ab
add bounds on h2 in other places
vandonr d7dc3f9
forgot to regenerate lockfile
vandonr 1a17267
"fix" spark issue
vandonr c4c8822
more fixes on h2 version
vandonr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The error we are getting with 4.1.50 is
java.lang.NoSuchMethodError: 'void io.netty.buffer.PooledByteBufAllocator.<init>(boolean, int, int, int, int, int, int, boolean)'
This "6 int" constructor was introduced in netty/netty#10267 and is only available in v4.1.52 onwards.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @paul-laffon-dd