Skip to content

Build: Bump gradle-baseline-java from 4.0.0 to 4.161.0 - #20

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.palantir.baseline-gradle-baseline-java-4.161.0
Closed

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.palantir.baseline-gradle-baseline-java-4.161.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2022

Copy link
Copy Markdown

Bumps gradle-baseline-java from 4.0.0 to 4.161.0.

Release notes

Sourced from gradle-baseline-java's releases.

4.161.0

Type Description Link
Fix Reverts a change introduced to baseline-java-version 4.160.0, which was causing failures on multi-project builds. palantir/gradle-baseline#2369

4.160.0

Type Description Link
Fix Workaround to IDEA-301084 palantir/gradle-baseline#2368

4.159.0

Type Description Link
Improvement Add an errorprone check and typed annotation for Javax -> JakartaThere is a certain class of very problematic cases whereby if you havea method such as the following:<br>myJerseyResource.register(/* this is of type Object */ object);<br>Then if you supply a resource which includes any javax.ws.rsannotations on it, then those will not be registered if your Jerseyversion is 3.x or later (and you'll only find this out at runtime).The opposite is also true if you try to supply resources annotatedwith jakarta.ws.rs to Jersey 2.x.To address this, this commit attempts to add an errorprone checkwhich lets implementors add an annotation @ForbidJavax to methodswhich have been knowingly migrated to Jakarta EE9 and cannotaccept legacy javax types. palantir/gradle-baseline#2366

4.158.0

Type Description Link
Fix Make the checkUnusedDependencies tasks added by baseline-exact-dependencies compatible with Gradle's configure-on-demand feature. palantir/gradle-baseline#2363

4.157.0

Type Description Link
Improvement Make task initialization lazier in the junit-reports plugin. palantir/gradle-baseline#2364

4.156.0

Type Description Link
Fix Fix BaselineJavaVersion checkstyle configuration on gradle < 7.5 palantir/gradle-baseline#2360

4.155.0

Automated release, no documented user facing changes

4.154.0

Type Description Link
Improvement The JUnits reports plugin is no longer applied by default. Test reports now use the standard output locations from Gradle conventions. palantir/gradle-baseline#2355

4.153.0

Type Description Link
Fix Set the java launcher for Checkstyle tasks, too palantir/gradle-baseline#2351

4.152.0

Type Description Link
Feature Add DefaultLocale checkRelated to google/error-prone issues 632Adds a DefaultLocale check that replaces uses of String.toLowerCase() and String.toUpperCase() with the overloads that take a Locale, using Locale.ROOT. palantir/gradle-baseline#2343

4.151.0

| Type | Description | Link |

... (truncated)

Commits

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 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 [gradle-baseline-java](https://github.com/palantir/gradle-baseline) from 4.0.0 to 4.161.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.0.0...4.161.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 4, 2022
@github-actions github-actions Bot added the BUILD label Sep 4, 2022
@dependabot @github

dependabot Bot commented on behalf of github Sep 18, 2022

Copy link
Copy Markdown
Author

Superseded by #25.

@dependabot dependabot Bot closed this Sep 18, 2022
@dependabot
dependabot Bot deleted the dependabot/gradle/com.palantir.baseline-gradle-baseline-java-4.161.0 branch September 18, 2022 10:50
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