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(deps): bump org.robolectric:robolectric from 4.10.3 to 4.11 #14617

Commits on Oct 30, 2023

  1. build(deps): bump org.robolectric:robolectric from 4.10.3 to 4.11

    Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.10.3 to 4.11.
    - [Release notes](https://github.com/robolectric/robolectric/releases)
    - [Commits](robolectric/robolectric@robolectric-4.10.3...robolectric-4.11)
    
    ---
    updated-dependencies:
    - dependency-name: org.robolectric:robolectric
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    3642e24 View commit details
    Browse the repository at this point in the history
  2. build(deps): remove robolectric SDK pin so it auto-tracks, alter SDK …

    …downloads
    
    this was only necessary before because there was an upstream bug in robolectric 4.10.3,
    now that 4.11.0 is out, we can use robolectric SDK 33 and in fact move forwrd to 34
    
    this implies that our SDK pre-downloads should be altered as well, these are the ones
    downloaded now on clean runs
    mikehardy committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    e86424b View commit details
    Browse the repository at this point in the history
  3. test: adjust to match robolectric 4.11 needs

    - one test disable: API longer responds correctly, but manual test was successful
    - one test adjustement to reflect typo fix in robolectric APIs
    mikehardy committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d21593f View commit details
    Browse the repository at this point in the history