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

Build: Bump com.palantir.baseline:gradle-baseline-java from 4.42.0 to 5.22.0 #107

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 11, 2023

Bumps com.palantir.baseline:gradle-baseline-java from 4.42.0 to 5.22.0.

Release notes

Sourced from com.palantir.baseline:gradle-baseline-java's releases.

5.22.0

Automated release, no documented user facing changes

5.21.0

Type Description Link
Improvement Upgrade error-prone to 2.21.1 (from 2.19.1) palantir/gradle-baseline#2628

5.20.0

Type Description Link
Improvement Improve SafeLoggingPropagation on Immutables, taking into account fields from superinterfaces palantir/gradle-baseline#2629

5.19.0

Type Description Link
Improvement Prefer InputStream.transferTo(OutputStream)Add error-prone check to automate migration to prefer InputStream.transferTo(OutputStream) instead of utility methods such as Guava's com.google.common.io.ByteStreams.copy(InputStream, OutputStream).Allow for optimization when underlying input stream (such as ByteArrayInputStream, ChannelInputStream) overrides transferTo(OutputStream) to avoid extra array allocations and copy larger chunks at a time (e.g. allowing 16KiB chunks via ApacheHttpClientBlockingChannel.ModulatingOutputStream from #1790).When running on JDK 21+, this also enables 16KiB byte chunk copies via InputStream.transferTo(OutputStream) perJDK-8299336, where as on JDK Closes palantir/gradle-baseline#2615 palantir/gradle-baseline#2615, palantir/gradle-baseline#2616

5.18.0

Automated release, no documented user facing changes

5.17.0

Type Description Link
Feature Add error-prone check to prefer ZoneId constants palantir/gradle-baseline#2596

5.16.0

Type Description Link
Fix Fix nullaway checkerframework dependency palantir/gradle-baseline#2602

5.15.0

Automated release, no documented user facing changes

5.14.0

Type Description Link
Fix Fix unintentional suppression of StrictUnusedVariable palantir/gradle-baseline#2599

5.13.0

Type Description Link
Improvement Opt out of the 'NotJavadoc' errorprone check palantir/gradle-baseline#2591

5.12.0

Type Description Link
Improvement Upgrade Error Prone to 2.19.1 (from 2.18.0) palantir/gradle-baseline#2576

5.11.0

... (truncated)

Commits
  • dca88ac Allow incubating method use inside other incubating methods (#2636)
  • 7d4594c Excavator: Upgrades Baseline to the latest version (#2634)
  • cd14fa2 Autorelease 5.21.0
  • efe82a6 Upgrade error-prone to 2.21.1 (from 2.19.1) (#2628)
  • ec6287d Excavator: Upgrades Baseline to the latest version (#2633)
  • 1b02033 Autorelease 5.20.0
  • 41af8c7 Improve SafeLoggingPropagation on Immutables (#2629)
  • f265e1c Excavator: Update gradle-jdks infrastructure plugins (#2632)
  • 390207d Excavator: Upgrade buildscript dependencies (#2630)
  • 617d205 Excavator: Update open-source publishing plugins (#2627)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.palantir.baseline:gradle-baseline-java](https://github.com/palantir/gradle-baseline) from 4.42.0 to 5.22.0.
- [Release notes](https://github.com/palantir/gradle-baseline/releases)
- [Changelog](https://github.com/palantir/gradle-baseline/blob/develop/.changelog.yml)
- [Commits](palantir/gradle-baseline@4.42.0...5.22.0)

---
updated-dependencies:
- dependency-name: com.palantir.baseline:gradle-baseline-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 11, 2023
@github-actions github-actions bot added the BUILD label Oct 11, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 15, 2023

Superseded by #131.

@dependabot dependabot bot closed this Oct 15, 2023
@dependabot dependabot bot deleted the dependabot/gradle/com.palantir.baseline-gradle-baseline-java-5.22.0 branch October 15, 2023 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUILD 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