buildless / plugin-gradle

Buildless plug-in for Gradle
https://gradle.docs.less.build/
Apache License 2.0
6 stars 5 forks source link

chore(deps): bump truth from 1.1.5 to 1.2.0 #111

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps truth from 1.1.5 to 1.2.0. Updates com.google.truth:truth from 1.1.5 to 1.2.0

Release notes

Sourced from com.google.truth:truth's releases.

1.2.0

  • Fixed a bug that caused ProtoTruth to ignore the contents of unpacked Any messages. This fix may cause tests to fail, since ProtoTruth will now check whether the message contents match. If so, you may need to change the values that your tests expect, or there may be a bug in the code under test that had been hidden by the Truth bug. Sorry for the trouble. (8bd3ef613)
  • Added isWithin().of() support to IntegerSubject and LongSubject. (6464cb5ca, 0e99a2711)
Commits
  • 60873b1 Set version number for truth-parent to 1.2.0.
  • 61d7afb Bump Guava to 33.0.0.
  • cb09b47 Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0
  • 5da5e3f Bump org.checkerframework:checker-qual from 3.41.0 to 3.42.0
  • fde6632 Make our nullness checking work with an Android bootclasspath.
  • 3e125c7 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3
  • 6464cb5 Add isWithin().of() support to IntegerSubject.
  • 91f4bdc Remove getSuperclass() from the j2kt API, as it's not supported and ideally w...
  • d532e91 Bump org.checkerframework:checker-qual from 3.40.0 to 3.41.0
  • 04fddbb Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3
  • Additional commits viewable in compare view


Updates com.google.truth.extensions:truth-proto-extension from 1.1.5 to 1.2.0

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 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)
codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (0211155) 6.60% compared to head (50bd208) 6.60%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/buildless/plugin-gradle/pull/111/graphs/tree.svg?width=650&height=150&src=pr&token=5JOZVNX444&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=buildless)](https://app.codecov.io/gh/buildless/plugin-gradle/pull/111?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=buildless) ```diff @@ Coverage Diff @@ ## main #111 +/- ## ======================================= Coverage 6.60% 6.60% Complexity 5 5 ======================================= Files 21 21 Lines 651 651 Branches 72 72 ======================================= Hits 43 43 Misses 608 608 ``` ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/buildless/plugin-gradle/pull/111?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=buildless). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=buildless) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/buildless/plugin-gradle/pull/111?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=buildless). Last update [0211155...50bd208](https://app.codecov.io/gh/buildless/plugin-gradle/pull/111?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=buildless). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=buildless).
sonarcloud[bot] commented 10 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud