google / truth

Fluent assertions for Java and Android
https://truth.dev/
Apache License 2.0
2.73k stars 260 forks source link

Bump the dependencies group with 5 updates #1348

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the dependencies group with 5 updates:

Package From To
com.google.errorprone:error_prone_annotations 2.32.0 2.33.0
org.ow2.asm:asm 9.7 9.7.1
com.google.jsinterop:jsinterop-annotations 2.0.0 2.1.0
org.apache.maven.plugins:maven-javadoc-plugin 3.10.0 3.10.1
org.apache.maven.plugins:maven-surefire-plugin 3.5.0 3.5.1

Updates com.google.errorprone:error_prone_annotations from 2.32.0 to 2.33.0

Release notes

Sourced from com.google.errorprone:error_prone_annotations's releases.

Error Prone 2.33.0

Similar to release 2.32.0, the minimum supported JDK version to run Error Prone is JDK 17 (#3803). Using Error Prone to compile code that is deployed to earlier versions is still fully supported, but will require using JDK 17 or newer for compilation and setting --release or -source/-target/-bootclasspath.

Changes:

  • Update protobuf version for CVE-2024-7254

New checks:

Full changelog: https://github.com/google/error-prone/compare/v2.32.0...v2.33.0

Commits
  • 7a67f20 Release Error Prone 2.33.0
  • f1f7955 Remove out of place .. Previously, the error message was:
  • c885150 Add a regression test for b/369862572
  • 2b78c1f Avoid a possible IndexOutOfBoundsException in MemberName.
  • 47dd2a8 Suggest Splitter.on(Pattern.compile(...)) instead of Splitter.onPattern
  • 50d0983 Add some missing testdata/ prefixes.
  • f82fb66 Fix typos
  • fb1a05b Update protobuf version
  • be99217 Extend MissingOverride to require @​Override on "an explicitly declared access...
  • 2c04ada Support toSeconds in DurationToLongTimeUnit
  • Additional commits viewable in compare view


Updates org.ow2.asm:asm from 9.7 to 9.7.1

Updates com.google.jsinterop:jsinterop-annotations from 2.0.0 to 2.1.0

Release notes

Sourced from com.google.jsinterop:jsinterop-annotations's releases.

2.0.2

Incremental release with bug fixes

2.0.1

Release with the visibility fix on Bazel targets.

Commits
  • 38babd1 Run samples test in github CI only if the test exists
  • 984c139 Fix github CI that was accidentally overridden.
  • 8e0310a Import jsinterop_annotations as a JAR only rather than the full java_library
  • 4032fcc Use @​com_google_j2cl//build_defs:workspace.bzl to setup the j2cl workspace.
  • d786051 Enable Java 11 for J2CL compiler itself.
  • f769a10 Add back javadoc for promise in elemental2 which does not use jsinterop_gener...
  • 4b6d3ba Build and add javadoc jar in release scripts.
  • 383154d Generate javadoc using javadoc_library from bazel-common
  • 870c9dd Remove license targets for now.
  • b8eedde Remove rules_license from WORKSPACE.
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1

Release notes

Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases.

maven-javadoc-plugin-3.10.1

What's Changed

Full Changelog: https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1

Commits
  • 091785b [maven-release-plugin] prepare release maven-javadoc-plugin-3.10.1
  • cde7c56 [MJAVADOC-812] [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty JARs
  • db6d7f6 [MJAVADOC-811] javadoc.bat fails to execute on Windows when project is not on...
  • a737e16 Bump commons-io:commons-io from 2.16.1 to 2.17.0
  • 577c204 Bump org.codehaus.plexus:plexus-io from 3.5.0 to 3.5.1
  • ff52cff Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
  • 54a7651 Add goal prefix
  • a424c6b [MJAVADOC-810] [REGRESSION] MJAVADOC-791 causes forked Maven execution fail i...
  • d9c0002 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1

Release notes

Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.

3.5.1

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • a69b0f8 [maven-release-plugin] prepare release surefire-3.5.1
  • ccc54d0 [SUREFIRE-2273] Bump org.hamcrest:hamcrest from 2.2 to 3.0 (#784)
  • ab77c35 [SUREFIRE-2272] Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0 - JD...
  • 93317ff [SUREFIRE-2269] Allow fail during clean in surefire-its
  • d7f4dbb [SUREFIRE-2270] Use JUnit5 in surefire-shadefire
  • 7a98850 Drop comment from jira integration
  • b2aa8a6 [SUREFIRE-2267] Packages for commons-codec should be relocated in surefire-sh...
  • a928255 [SUREFIRE-1737] Fix disable in statelessTestsetReporter
  • 4584ebb [SUREFIRE-2226] Upgrade to Maven Verifier 2.0.0-M1
  • 5aa3515 [SUREFIRE-2266] Execute ITs in parallel
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | com.google.jsinterop:jsinterop-annotations | [>= 2.1.a, < 2.2] | | com.google.jsinterop:jsinterop-annotations | [< 2.1, > 2.0.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 major version` will 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 minor version` will 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
cpovirk commented 1 month ago

GWT doesn't like the jsinterop-annotations upgrade under Java 8, as in https://github.com/google/truth/pull/1306 and https://github.com/google/truth/pull/1305:

[INFO] java.lang.UnsupportedClassVersionError: jsinterop/annotations/JsProperty has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0

@dependabot ignore com.google.jsinterop:jsinterop-annotations minor version

cpovirk commented 1 month ago

@dependabot ignore com.google.jsinterop:jsinterop-annotations minor version

dependabot[bot] commented 1 month ago

OK, I won't notify you about version 2.1.x of com.google.jsinterop:jsinterop-annotations again, unless you unignore it.

cpovirk commented 1 month ago

@dependabot recreate

cpovirk commented 1 month ago

Dependabot keeps trying to bump com.google.jsinterop:jsinterop-annotations to 2.1.0, even as it reports:

Most Recent Ignore Conditions Applied to This Pull Request Dependency Name Ignore Conditions com.google.jsinterop:jsinterop-annotations [>= 2.1.a, < 2.2] com.google.jsinterop:jsinterop-annotations [< 2.1, > 2.0.0]

I wonder if that "2.1.a" syntax is off? Or I wonder if Dependabot is getting confused by the multiple ignore conditions for the single package? I ran through a bunch of Dependabot bug reports and found various issues about ignore conditions, albeit largely for ignore conditions that are written into the Dependabot config:

I may make another attempt or two....

cpovirk commented 1 month ago

@dependabot unignore com.google.jsinterop:jsinterop-annotations

dependabot[bot] commented 1 month ago

OK, I will stop ignoring the com.google.jsinterop:jsinterop-annotations dependency.

cpovirk commented 1 month ago

https://github.com/dependabot ignore com.google.jsinterop:jsinterop-annotations minor version

dependabot[bot] commented 1 month ago

OK, I won't notify you about version 2.1.x of com.google.jsinterop:jsinterop-annotations again, unless you unignore it.

cpovirk commented 1 month ago

The unignore command doesn't appear to have actually changed what Dependabot is ignoring: I still see two entries in the table. Or maybe it undid only the condition that applies to the current version? [edit: i.e.,I didn't check the table until after I'd told it to ignore the current minor version again.]

cpovirk commented 1 month ago

@dependabot ignore com.google.jsinterop:jsinterop-annotations patch version

dependabot[bot] commented 1 month ago

OK, I won't notify you about version 2.1.0 of com.google.jsinterop:jsinterop-annotations again, unless you unignore it.

cpovirk commented 1 month ago

@dependabot show com.google.jsinterop:jsinterop-annotations ignore conditions

dependabot[bot] commented 1 month ago
Ignore Conditions
|Dependency| Ignore Condition| |-|-| | com.google.jsinterop:jsinterop-annotations | [>= 2.1.0.a, < 2.1.1] | | com.google.jsinterop:jsinterop-annotations | [>= 2.1.a, < 2.2] |
cpovirk commented 1 month ago

@dependabot unignore com.google.jsinterop:jsinterop-annotations [>= 2.1.0.a, < 2.1.1]

dependabot[bot] commented 1 month ago

OK, I will stop ignoring the com.google.jsinterop:jsinterop-annotations dependency and its ignore condition [>= 2.1.0.a, < 2.1.1].

dependabot[bot] commented 1 month ago

Looks like this PR is already up-to-date with master, and has been recreated more than 5 times in the last 24 hours!

cpovirk commented 1 month ago

@dependabot unignore com.google.jsinterop:jsinterop-annotations [>= 2.1.a, < 2.2]

dependabot[bot] commented 1 month ago

OK, I will stop ignoring the com.google.jsinterop:jsinterop-annotations dependency and its ignore condition [>= 2.1.a, < 2.2].

dependabot[bot] commented 1 month ago

Looks like this PR is already up-to-date with master, and has been recreated more than 5 times in the last 24 hours!

cpovirk commented 1 month ago

also noting for the record that the list in https://github.com/google/truth/pull/1348#issuecomment-2399802430...

com.google.jsinterop:jsinterop-annotations [>= 2.1.0.a, < 2.1.1] com.google.jsinterop:jsinterop-annotations [>= 2.1.a, < 2.2]

...does not match the list in https://github.com/google/truth/pull/1348#issue-2569557652 at last glance...

com.google.jsinterop:jsinterop-annotations [>= 2.1.a, < 2.2] com.google.jsinterop:jsinterop-annotations [< 2.1, > 2.0.0]

cpovirk commented 1 month ago

@dependabot show com.google.jsinterop:jsinterop-annotations ignore conditions

dependabot[bot] commented 1 month ago

No ignore conditions found for the dependency com.google.jsinterop:jsinterop-annotations

cpovirk commented 1 month ago

@dependabot ignore com.google.jsinterop:jsinterop-annotations patch version

dependabot[bot] commented 1 month ago

OK, I won't notify you about version 2.1.0 of com.google.jsinterop:jsinterop-annotations again, unless you unignore it.

dependabot[bot] commented 1 month ago

Looks like this PR is already up-to-date with master, and has been recreated more than 5 times in the last 24 hours!

cpovirk commented 1 month ago

@dependabot show com.google.jsinterop:jsinterop-annotations ignore conditions

dependabot[bot] commented 1 month ago
Ignore Conditions
|Dependency| Ignore Condition| |-|-| | com.google.jsinterop:jsinterop-annotations | [>= 2.1.0.a, < 2.1.1] |
cpovirk commented 1 month ago

@dependabot ignore com.google.jsinterop:jsinterop-annotations 2.1.0

cpovirk commented 1 month ago

@dependabot ignore com.google.jsinterop:jsinterop-annotations major version

dependabot[bot] commented 1 month ago

OK, I won't notify you about version 2.x.x of com.google.jsinterop:jsinterop-annotations again, unless you unignore it.

dependabot[bot] commented 1 month ago

Looks like this PR is already up-to-date with master, and has been recreated more than 5 times in the last 24 hours!

cpovirk commented 1 month ago

@dependabot show com.google.jsinterop:jsinterop-annotations ignore conditions

dependabot[bot] commented 1 month ago
Ignore Conditions
|Dependency| Ignore Condition| |-|-| | com.google.jsinterop:jsinterop-annotations | [>= 2.a, < 3] | | com.google.jsinterop:jsinterop-annotations | [>= 2.1.0.a, < 2.1.1] |
cpovirk commented 1 month ago

@dependabot recreate

dependabot[bot] commented 1 month ago

Looks like this PR is already up-to-date with master, and has been recreated more than 5 times in the last 24 hours!

cpovirk commented 1 month ago

https://github.com/dependabot ignore com.google.jsinterop:jsinterop-annotations [>= 2.1.0, < 2.1.1]

dependabot[bot] commented 1 month ago

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

cpovirk commented 1 month ago

To ignore these dependencies, configure ignore rules in dependabot.yml

I guess that's another thing that we can try if we continue to have trouble with configuration based on PR comments. But as noted above, users have reported problems with configurat based on dependabot.yml, too.