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 2 updates #1305

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the dependencies group with 2 updates: com.google.protobuf:protobuf-java and com.google.jsinterop:jsinterop-annotations.

Updates com.google.protobuf:protobuf-java from 4.27.0 to 4.27.1

Commits


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


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 4 months ago

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

for a GWT problem:

[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

It sounds like Dependabot won't redo this PR to include only the other upgrade (at least until next week), but let's find out :)

cpovirk commented 4 months ago

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

dependabot[bot] commented 4 months ago

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

dependabot[bot] commented 4 months ago

Superseded by #1306.