nextcloud-deck
nextcloud-deck copied to clipboard
build(deps): Bump org.robolectric:robolectric from 4.11.1 to 4.12.1
Bumps org.robolectric:robolectric from 4.11.1 to 4.12.1.
Release notes
Sourced from org.robolectric:robolectric's releases.
Robolectric 4.12.1 is a minor release that addressed two issues:
- Fixed a NoClassDefFoundError when invoking ShadowLog APIs outside of a Robolectric environment. See robolectric/robolectric#8957 for details.
- Reduced the amount of spurious log noise that may be generated when attempting to delete temp directories in Windows. See android/nowinandroid#1242 for details.
Full Changelog: https://github.com/robolectric/robolectric/compare/robolectric-4.12...robolectric-4.12.1
Robolectric 4.12 adds support for the native runtime (native SQLite and graphics modes) on Windows x86_64. It also contains a large number of bug fixes and performance improvements.
Note Robolectric 4.12 uses an updated version of the preinstrumented jars (version
i6
), so if you have infrastructure that caches or customizes the location of the preinstrumented jars, they will need to be updated.What's Changed
- Calling AlwaysOnHotwordDetector constructor reflectively robolectric/robolectric#8549
- Bump com.squareup.okhttp3:okhttp-bom from 4.11.0 to 4.12.0 by
@​dependabot
in robolectric/robolectric#8548- Bump androidx.core:core from 1.10.1 to 1.12.0 by
@​dependabot
in robolectric/robolectric#8463- Fix warnings of AndroidSdk.groovy by
@​utzcoz
in robolectric/robolectric#8503- Introducing SensorEventBuilder to replace ShadowSensorManager.createSensorEvent() robolectric/robolectric#8581
- Fix LocaleManager.setApplicationLocales(LocaleList) in Android U+ robolectric/robolectric#8583
- ShadowDisplayManager: Allowing adding a display with a name. robolectric/robolectric#8591
- Bump kotlin from 1.9.10 to 1.9.20 by
@​dependabot
in robolectric/robolectric#8594- Bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin from 1.23.1 to 1.23.3 by
@​dependabot
in robolectric/robolectric#8595- Bump com.googlecode.libphonenumber:libphonenumber from 8.13.23 to 8.13.24 by
@​dependabot
in robolectric/robolectric#8576- Apply Spotless for buildSrc and build script by
@​utzcoz
in robolectric/robolectric#8603- Bump api changes checking compatibility version to 4.11.1 by
@​utzcoz
in robolectric/robolectric#8606- Bump com.android.tools.build:gradle from 8.1.2 to 8.1.3 by
@​dependabot
in robolectric/robolectric#8609- Bump com.ibm.icu:icu4j from 73.2 to 74.1 by
@​dependabot
in robolectric/robolectric#8611- Update ShadowNativeSQLiteConnection.nativeOpen to not ignore parameters robolectric/robolectric#8612
- Set the calling activity in ActivityScenario when run in Robolectric. robolectric/robolectric#8613
- Remove duplicated code in ShadowPackageManager.java by
@​realdadfish
in robolectric/robolectric#8614- Improve the fidelity of legacy SQLite error messages by
@​hoisie
in robolectric/robolectric#8615- Do not use isFileEncryptedNativeOrEmulated() on Android 14 and later by
@​ebiggers
in robolectric/robolectric#8616- Ignore nativeruntime-dist-compat from Dependabot by
@​utzcoz
in robolectric/robolectric#8617- Bump com.android.tools.build:gradle from 8.1.3 to 8.1.4 by
@​dependabot
in robolectric/robolectric#8618- Bump androidx-fragment from 1.2.0 to 1.6.2 by
@​dependabot
in robolectric/robolectric#8593- Bump org.bouncycastle:bcprov-jdk18on from 1.76 to 1.77 by
@​dependabot
in robolectric/robolectric#8619- Switch to use gradle/[email protected] by
@​utzcoz
in robolectric/robolectric#8621- Bump org.jetbrains:annotations from 24.0.1 to 24.1.0 by
@​dependabot
in robolectric/robolectric#8620- Update one GMD config from SDK 33 to 34 by
@​utzcoz
in robolectric/robolectric#8622- Ignore androidx annotation auto-update from Dependabot by
@​utzcoz
in robolectric/robolectric#8624- Bump com.googlecode.libphonenumber:libphonenumber from 8.13.24 to 8.13.25 by
@​dependabot
in robolectric/robolectric#8625- Bump androidx.window:window from 1.1.0 to 1.2.0 by
@​dependabot
in robolectric/robolectric#8626- Don't use isUserKeyUnlocked() after Android 14 by
@​ebiggers
in robolectric/robolectric#8635- Remove JDK requirements statement in README.md by
@​utzcoz
in robolectric/robolectric#8636- Enable CodeQL on GitHub Actions by
@​utzcoz
in robolectric/robolectric#8607- Use specific version of gradle/gradle-build-action for codeql.yml by
@​utzcoz
in robolectric/robolectric#8638- Bump kotlin from 1.9.20 to 1.9.21 by
@​dependabot
in robolectric/robolectric#8644- Bump gradle/gradle-build-action from 2.9.0 to 2.10.0 by
@​dependabot
in robolectric/robolectric#8647- Bump actions/checkout from 3 to 4 by
@​dependabot
in robolectric/robolectric#8646- Add ShadowBuild support for missing supported ABI fields by
@​jselbo
in robolectric/robolectric#8640- Bump com.googlecode.libphonenumber:libphonenumber from 8.13.25 to 8.13.26 by
@​dependabot
in robolectric/robolectric#8645
... (truncated)
Commits
46ea421
Bump version to 4.12.18e9ec0e
Stop logging TempDirectory IOExceptions in Windows85f9641
Reduce references toandroid.util.Log$TerribleFailure
in ShadowLogbb3562e
Bump version to 4.12.c048ea2
Merge branch 'google' into 'master'4421bed
Bump the preinstrumented jar version to 6cb37bf9
Remove several shadow methods in ShadowViewConfiguration8ba90c1
Remove BuckManifestFactorya888911
Fix issue with publishing preinstrumented jarsc386cfa
Merge branch 'master' into 'google'- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 <dependency name> 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.