build(deps): bump the production-dependencies group across 1 directory with 9 updates
Bumps the production-dependencies group with 9 updates in the / directory:
| Package | From | To |
|---|---|---|
| com.android.tools.build:gradle | 8.10.0 |
8.13.0 |
| org.jetbrains.kotlin:kotlin-gradle-plugin | 2.1.21 |
2.2.10 |
| org.jetbrains.kotlin:kotlin-stdlib-jdk7 | 2.1.21 |
2.2.10 |
| androidx.core:core-ktx | 1.16.0 |
1.17.0 |
| com.google.android.material:material | 1.12.0 |
1.13.0 |
| androidx.lifecycle:lifecycle-viewmodel-ktx | 2.9.0 |
2.9.3 |
| androidx.test:core-ktx | 1.6.1 |
1.7.0 |
| org.mockito:mockito-core | 5.18.0 |
5.19.0 |
| org.robolectric:robolectric | 4.14.1 |
4.16 |
Updates com.android.tools.build:gradle from 8.10.0 to 8.13.0
Updates org.jetbrains.kotlin:kotlin-gradle-plugin from 2.1.21 to 2.2.10
Release notes
Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.
Kotlin 2.2.10
Changelog
Compiler
KT-79276Dexing fails with "Cannot read field X because is null" with 2.2.0KT-79442"Multiple annotations of type kotlin.coroutines.jvm.internal.DebugMetadata": 2.2.0-Beta1 generates broken code with JVM default suspend methods in interfacesKT-78815Symbol not found: __ZNSt3__117bad_function_callD1Everror on iOS 15.5 simulator in Xcode 16.3 after update to 2.2.0-Beta2KT-78501K2: Missing [ABSTRACT_SUPER_CALL] diagnostics for delegated interface method leads to AssertionError: isCompiledToJvmDefault during IR loweringKT-78479IR lowering failed / Unexpected null argument for composable callKT-76477Kotlin/Native: fix compiler performance reporting in sources->klib and klibs->binaryKT-78736Missing [NOT_YET_SUPPORTED_IN_INLINE] diagnostics because of incorrect context updateKT-77685"IllegalArgumentException: Sequence contains more than one matching element"KT-76365K2: Missing ABSTRACT_SUPER_CALLKT-78352False-positive IDENTITY_SENSITIVE_OPERATIONS_WITH_VALUE_TYPE when comparing with equality operator (==)Compose compiler
KT-78479Ensure that default transform affects functions entered through a callKT-78490Fix visibility for default wrappers of protected methodsb/408492167Emit parameter names in Compose source informationJavaScript
KT-79050KJS / IC: "Unexpected body of primary constructor for processing irClass"KT-79089KJS: Could not load reporter / Cannot find module 'mocha' when running jsNode testsNative
KT-79075Stuck on Kotlin_getSourceInfo_core_symbolicationKT-76178LLVM Update: symbol '__ZnwmSt19__type_descriptor_t' missingNative. Runtime. Memory
KT-78925Crash SIGABRT on Apple Watch after updating Kotlin to 2.2.0Tools. CLI
KT-77445UNRESOLVED_REFERENCE when importing classes from kotlin-stdlibKT-78263java.lang.NoClassDefFoundError: Could not initialize class com.intellij.psi.impl.PsiSubstitutorImplKT-78318Unresolved reference when compiling kotlin/JS project on fresh masterTools. Compiler Plugins
KT-78490"AssertionError: SyntheticAccessorLowering should not attempt to modify other files" when calling protected open composable with default argumentKT-78038Make jvm-abi-gen compiler plugin output classloader-friendlyTools. Gradle
KT-77023Support creating KotlinJvmAndroidCompilation in KotlinBaseApiPlugin
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.
2.2.10
Compiler
KT-79276Dexing fails with "Cannot read field X because is null" with 2.2.0KT-79442"Multiple annotations of type kotlin.coroutines.jvm.internal.DebugMetadata": 2.2.0-Beta1 generates broken code with JVM default suspend methods in interfacesKT-78815Symbol not found: __ZNSt3__117bad_function_callD1Everror on iOS 15.5 simulator in Xcode 16.3 after update to 2.2.0-Beta2KT-78501K2: Missing [ABSTRACT_SUPER_CALL] diagnostics for delegated interface method leads to AssertionError: isCompiledToJvmDefault during IR loweringKT-78479IR lowering failed / Unexpected null argument for composable callKT-76477Kotlin/Native: fix compiler performance reporting in sources->klib and klibs->binaryKT-78736Missing [NOT_YET_SUPPORTED_IN_INLINE] diagnostics because of incorrect context updateKT-77685"IllegalArgumentException: Sequence contains more than one matching element"KT-76365K2: Missing ABSTRACT_SUPER_CALLKT-78352False-positive IDENTITY_SENSITIVE_OPERATIONS_WITH_VALUE_TYPE when comparing with equality operator (==)Compose compiler
KT-78479Ensure that default transform affects functions entered through a callKT-78490Fix visibility for default wrappers of protected methodsb/408492167Emit parameter names in Compose source informationJavaScript
KT-79050KJS / IC: "Unexpected body of primary constructor for processing irClass"KT-79089KJS: Could not load reporter / Cannot find module 'mocha' when running jsNode testsNative
KT-79075Stuck on Kotlin_getSourceInfo_core_symbolicationKT-76178LLVM Update: symbol '__ZnwmSt19__type_descriptor_t' missingNative. Runtime. Memory
KT-78925Crash SIGABRT on Apple Watch after updating Kotlin to 2.2.0Tools. CLI
KT-77445UNRESOLVED_REFERENCE when importing classes from kotlin-stdlibKT-78263java.lang.NoClassDefFoundError: Could not initialize class com.intellij.psi.impl.PsiSubstitutorImplKT-78318Unresolved reference when compiling kotlin/JS project on fresh masterTools. Compiler Plugins
KT-78490"AssertionError: SyntheticAccessorLowering should not attempt to modify other files" when calling protected open composable with default argumentKT-78038Make jvm-abi-gen compiler plugin output classloader-friendlyTools. Gradle
KT-77023Support creating KotlinJvmAndroidCompilation in KotlinBaseApiPlugin
... (truncated)
Commits
c448af1Add ChangeLog for 2.2.10-RC24925857[JS] Upgrade NPM dependencies0e3327f[K/N] Use coreSymbolicationImageListType=all_loaded by default21231f5[JVM] avoid unnecessary spills of some dead locals4297254[gradle] Fix missing mocha reporter module95639d5[JVM] Fix detection of $DefaultImpl bridges09a5926FIR: allow to resolve some Java classes with@kotlin.Metadata4bf855d[K/JS] Fix incremental compilation for overridden external properties69050bd[K/N][llvm] Update LLVM build to incorporate the recent changesaccbf36Add ChangeLog for 2.2.10-RC- Additional commits viewable in compare view
Updates org.jetbrains.kotlin:kotlin-stdlib-jdk7 from 2.1.21 to 2.2.10
Release notes
Sourced from org.jetbrains.kotlin:kotlin-stdlib-jdk7's releases.
Kotlin 2.2.10
Changelog
Compiler
KT-79276Dexing fails with "Cannot read field X because is null" with 2.2.0KT-79442"Multiple annotations of type kotlin.coroutines.jvm.internal.DebugMetadata": 2.2.0-Beta1 generates broken code with JVM default suspend methods in interfacesKT-78815Symbol not found: __ZNSt3__117bad_function_callD1Everror on iOS 15.5 simulator in Xcode 16.3 after update to 2.2.0-Beta2KT-78501K2: Missing [ABSTRACT_SUPER_CALL] diagnostics for delegated interface method leads to AssertionError: isCompiledToJvmDefault during IR loweringKT-78479IR lowering failed / Unexpected null argument for composable callKT-76477Kotlin/Native: fix compiler performance reporting in sources->klib and klibs->binaryKT-78736Missing [NOT_YET_SUPPORTED_IN_INLINE] diagnostics because of incorrect context updateKT-77685"IllegalArgumentException: Sequence contains more than one matching element"KT-76365K2: Missing ABSTRACT_SUPER_CALLKT-78352False-positive IDENTITY_SENSITIVE_OPERATIONS_WITH_VALUE_TYPE when comparing with equality operator (==)Compose compiler
KT-78479Ensure that default transform affects functions entered through a callKT-78490Fix visibility for default wrappers of protected methodsb/408492167Emit parameter names in Compose source informationJavaScript
KT-79050KJS / IC: "Unexpected body of primary constructor for processing irClass"KT-79089KJS: Could not load reporter / Cannot find module 'mocha' when running jsNode testsNative
KT-79075Stuck on Kotlin_getSourceInfo_core_symbolicationKT-76178LLVM Update: symbol '__ZnwmSt19__type_descriptor_t' missingNative. Runtime. Memory
KT-78925Crash SIGABRT on Apple Watch after updating Kotlin to 2.2.0Tools. CLI
KT-77445UNRESOLVED_REFERENCE when importing classes from kotlin-stdlibKT-78263java.lang.NoClassDefFoundError: Could not initialize class com.intellij.psi.impl.PsiSubstitutorImplKT-78318Unresolved reference when compiling kotlin/JS project on fresh masterTools. Compiler Plugins
KT-78490"AssertionError: SyntheticAccessorLowering should not attempt to modify other files" when calling protected open composable with default argumentKT-78038Make jvm-abi-gen compiler plugin output classloader-friendlyTools. Gradle
KT-77023Support creating KotlinJvmAndroidCompilation in KotlinBaseApiPlugin
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-stdlib-jdk7's changelog.
2.2.10
Compiler
KT-79276Dexing fails with "Cannot read field X because is null" with 2.2.0KT-79442"Multiple annotations of type kotlin.coroutines.jvm.internal.DebugMetadata": 2.2.0-Beta1 generates broken code with JVM default suspend methods in interfacesKT-78815Symbol not found: __ZNSt3__117bad_function_callD1Everror on iOS 15.5 simulator in Xcode 16.3 after update to 2.2.0-Beta2KT-78501K2: Missing [ABSTRACT_SUPER_CALL] diagnostics for delegated interface method leads to AssertionError: isCompiledToJvmDefault during IR loweringKT-78479IR lowering failed / Unexpected null argument for composable callKT-76477Kotlin/Native: fix compiler performance reporting in sources->klib and klibs->binaryKT-78736Missing [NOT_YET_SUPPORTED_IN_INLINE] diagnostics because of incorrect context updateKT-77685"IllegalArgumentException: Sequence contains more than one matching element"KT-76365K2: Missing ABSTRACT_SUPER_CALLKT-78352False-positive IDENTITY_SENSITIVE_OPERATIONS_WITH_VALUE_TYPE when comparing with equality operator (==)Compose compiler
KT-78479Ensure that default transform affects functions entered through a callKT-78490Fix visibility for default wrappers of protected methodsb/408492167Emit parameter names in Compose source informationJavaScript
KT-79050KJS / IC: "Unexpected body of primary constructor for processing irClass"KT-79089KJS: Could not load reporter / Cannot find module 'mocha' when running jsNode testsNative
KT-79075Stuck on Kotlin_getSourceInfo_core_symbolicationKT-76178LLVM Update: symbol '__ZnwmSt19__type_descriptor_t' missingNative. Runtime. Memory
KT-78925Crash SIGABRT on Apple Watch after updating Kotlin to 2.2.0Tools. CLI
KT-77445UNRESOLVED_REFERENCE when importing classes from kotlin-stdlibKT-78263java.lang.NoClassDefFoundError: Could not initialize class com.intellij.psi.impl.PsiSubstitutorImplKT-78318Unresolved reference when compiling kotlin/JS project on fresh masterTools. Compiler Plugins
KT-78490"AssertionError: SyntheticAccessorLowering should not attempt to modify other files" when calling protected open composable with default argumentKT-78038Make jvm-abi-gen compiler plugin output classloader-friendlyTools. Gradle
KT-77023Support creating KotlinJvmAndroidCompilation in KotlinBaseApiPlugin
... (truncated)
Commits
c448af1Add ChangeLog for 2.2.10-RC24925857[JS] Upgrade NPM dependencies0e3327f[K/N] Use coreSymbolicationImageListType=all_loaded by default21231f5[JVM] avoid unnecessary spills of some dead locals4297254[gradle] Fix missing mocha reporter module95639d5[JVM] Fix detection of $DefaultImpl bridges09a5926FIR: allow to resolve some Java classes with@kotlin.Metadata4bf855d[K/JS] Fix incremental compilation for overridden external properties69050bd[K/N][llvm] Update LLVM build to incorporate the recent changesaccbf36Add ChangeLog for 2.2.10-RC- Additional commits viewable in compare view
Updates org.jetbrains.kotlin:kotlin-stdlib-jdk7 from 2.1.21 to 2.2.10
Release notes
Sourced from org.jetbrains.kotlin:kotlin-stdlib-jdk7's releases.
Kotlin 2.2.10
Changelog
Compiler
KT-79276Dexing fails with "Cannot read field X because is null" with 2.2.0KT-79442"Multiple annotations of type kotlin.coroutines.jvm.internal.DebugMetadata": 2.2.0-Beta1 generates broken code with JVM default suspend methods in interfacesKT-78815Symbol not found: __ZNSt3__117bad_function_callD1Everror on iOS 15.5 simulator in Xcode 16.3 after update to 2.2.0-Beta2KT-78501K2: Missing [ABSTRACT_SUPER_CALL] diagnostics for delegated interface method leads to AssertionError: isCompiledToJvmDefault during IR loweringKT-78479IR lowering failed / Unexpected null argument for composable callKT-76477Kotlin/Native: fix compiler performance reporting in sources->klib and klibs->binaryKT-78736Missing [NOT_YET_SUPPORTED_IN_INLINE] diagnostics because of incorrect context updateKT-77685"IllegalArgumentException: Sequence contains more than one matching element"KT-76365K2: Missing ABSTRACT_SUPER_CALLKT-78352False-positive IDENTITY_SENSITIVE_OPERATIONS_WITH_VALUE_TYPE when comparing with equality operator (==)Compose compiler
KT-78479Ensure that default transform affects functions entered through a callKT-78490Fix visibility for default wrappers of protected methodsb/408492167Emit parameter names in Compose source informationJavaScript
KT-79050KJS / IC: "Unexpected body of primary constructor for processing irClass"KT-79089KJS: Could not load reporter / Cannot find module 'mocha' when running jsNode testsNative
KT-79075Stuck on Kotlin_getSourceInfo_core_symbolicationKT-76178LLVM Update: symbol '__ZnwmSt19__type_descriptor_t' missingNative. Runtime. Memory
KT-78925Crash SIGABRT on Apple Watch after updating Kotlin to 2.2.0Tools. CLI
KT-77445UNRESOLVED_REFERENCE when importing classes from kotlin-stdlibKT-78263java.lang.NoClassDefFoundError: Could not initialize class com.intellij.psi.impl.PsiSubstitutorImplKT-78318Unresolved reference when compiling kotlin/JS project on fresh masterTools. Compiler Plugins
KT-78490"AssertionError: SyntheticAccessorLowering should not attempt to modify other files" when calling protected open composable with default argumentKT-78038Make jvm-abi-gen compiler plugin output classloader-friendlyTools. Gradle
KT-77023Support creating KotlinJvmAndroidCompilation in KotlinBaseApiPlugin
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-stdlib-jdk7's changelog.
2.2.10
Compiler
KT-79276Dexing fails with "Cannot read field X because is null" with 2.2.0KT-79442"Multiple annotations of type kotlin.coroutines.jvm.internal.DebugMetadata": 2.2.0-Beta1 generates broken code with JVM default suspend methods in interfacesKT-78815Symbol not found: __ZNSt3__117bad_function_callD1Everror on iOS 15.5 simulator in Xcode 16.3 after update to 2.2.0-Beta2KT-78501K2: Missing [ABSTRACT_SUPER_CALL] diagnostics for delegated interface method leads to AssertionError: isCompiledToJvmDefault during IR loweringKT-78479IR lowering failed / Unexpected null argument for composable callKT-76477Kotlin/Native: fix compiler performance reporting in sources->klib and klibs->binaryKT-78736Missing [NOT_YET_SUPPORTED_IN_INLINE] diagnostics because of incorrect context updateKT-77685"IllegalArgumentException: Sequence contains more than one matching element"KT-76365K2: Missing ABSTRACT_SUPER_CALLKT-78352False-positive IDENTITY_SENSITIVE_OPERATIONS_WITH_VALUE_TYPE when comparing with equality operator (==)Compose compiler
KT-78479Ensure that default transform affects functions entered through a callKT-78490Fix visibility for default wrappers of protected methodsb/408492167Emit parameter names in Compose source informationJavaScript
KT-79050KJS / IC: "Unexpected body of primary constructor for processing irClass"KT-79089KJS: Could not load reporter / Cannot find module 'mocha' when running jsNode testsNative
KT-79075Stuck on Kotlin_getSourceInfo_core_symbolicationKT-76178LLVM Update: symbol '__ZnwmSt19__type_descriptor_t' missingNative. Runtime. Memory
KT-78925Crash SIGABRT on Apple Watch after updating Kotlin to 2.2.0Tools. CLI
KT-77445UNRESOLVED_REFERENCE when importing classes from kotlin-stdlibKT-78263java.lang.NoClassDefFoundError: Could not initialize class com.intellij.psi.impl.PsiSubstitutorImplKT-78318Unresolved reference when compiling kotlin/JS project on fresh masterTools. Compiler Plugins
KT-78490"AssertionError: SyntheticAccessorLowering should not attempt to modify other files" when calling protected open composable with default argumentKT-78038Make jvm-abi-gen compiler plugin output classloader-friendlyTools. Gradle
KT-77023Support creating KotlinJvmAndroidCompilation in KotlinBaseApiPlugin
... (truncated)
Commits
c448af1Add ChangeLog for 2.2.10-RC24925857[JS] Upgrade NPM dependencies0e3327f[K/N] Use coreSymbolicationImageListType=all_loaded by default21231f5[JVM] avoid unnecessary spills of some dead locals4297254[gradle] Fix missing mocha reporter module95639d5[JVM] Fix detection of $DefaultImpl bridges09a5926FIR: allow to resolve some Java classes with@kotlin.Metadata4bf855d[K/JS] Fix incremental compilation for overridden external properties69050bd[K/N][llvm] Update LLVM build to incorporate the recent changesaccbf36Add ChangeLog for 2.2.10-RC- Additional commits viewable in compare view
Updates androidx.core:core-ktx from 1.16.0 to 1.17.0
Updates com.google.android.material:material from 1.12.0 to 1.13.0
Release notes
Sourced from com.google.android.material:material's releases.
1.13.0
New in 1.13.0!
DockedToolbarLayout(source, doc, spec)FloatingToolbarLayout(source, doc, spec)LoadingIndicator(source, doc, spec)MaterialSplitButton(source, doc, spec)MaterialButtonGroup(source, doc, spec)Important
- Required
minSdkVersionis now 21 or higher, for Material and AndroidX.- Now built with
compileSdkVersion35, Android Gradle Plugin (AGP) 8.7.3, Gradle 8.9, andandroid.nonTransitiveRClass=true.
- This means that R classes are no longer transitive and resources must be fully qualified with their library path when used programmatically (see the Getting Started guide for more info).
- Material 3 Expressive has moved to the 1.14.0 versions of the library. To get a sneak peak, update to version 1.14.0-alpha04 and use the
Material3Expressivethemes/styles in conjunction with new components mentioned above.Dependency Updates
Dependency Previous version New version androidx.appcompat:appcompat 1.6.1 1.7.0 androidx.constraintlayout:constraintlayout 2.0.1 2.1.0 androidx.dynamicanimation:dynamicanimation 1.0.0 1.1.0 androidx.graphics:graphics-shapes N/A 1.0.1 com.android.tools.build:gradle 7.4.2 8.7.3 Library Updates
A11y
- Include "hour" and "minute" in announcements. For example: "Not checked, Hour - 11'0 clock. double tap to select Hour". (960bb4cb825c607c244d51ed4f302752912e37cc)
- Move responsibility of disabling hide on scroll to HideViewOnScrollBehavior and BottomAppBar (9c33476db68ffc15151b742516da2f7e8c4a98f7)
- Prevent hide on scroll when Talkback is on (d56070586102b66486f7f8697de077c3d7689922)
- Add missing 'button' mention to Talkback output for close icon. (79bd7d7b1ba46b0593c7758a81b02bdb5a1dbf67)
BottomNavigationView
- Update catalog demo to demonstrate adaptive bottom navigation bar (76936c42c43164b9930f616266f215bf7045003a)
- Fix early return in setItemGravity() (8a4d3c695117c46cf1c7235744d81196fb97110f)
BottomSheet
- Prevent ACTION_DOWN events on the BottomSheetHandleDragView from setting touchingScrollChild to true. (af7f254bf660704368d46e630d34a81c479fa1c7)
- Fix keyboard animation on Android 14 (a0b4dfa8769f98851efe97569c900f75eb0d5ef2)
- Fixed main catalog demo cutting off content when screen size is too small. (005687d1b64ea5542168183511861f7d023682da)
- Remove disruptive announcement "Drag handle double tapped"for BottomSheetDragHandleView. (95025c6728e49946c55d4b2688f97fa1d321cd02)
Carousel
- Recyclerview children do not inherit layout direction (ca0b870a344ef6e8f5fadc1ec417ef11f5b23340)
- Update keyline state if necessary if item size changes (52228c1b3bd50dd1a81bdaae40aeb93ef4d9ea9b)
- Update multi-browse strategy to always have at least 1 medium item (916e9085f9ca66704f907fd6af14d7e55df5d411)
- Recalculate keyline state if it doesn't match the current container size (d0f5d721a1f83b3b115d7f20bf865fb1df9063a3)
Checkbox
- Update translations. (771119111e58d101f2540f0bbbb572073ff9c053)
Chip
- Get default minTouchTargetSize from material attributes (436437a6fbf2d28658fea46320a350db33c7a455)
- Add a
show allChip for a11y (8e334213fc806b399ec014bdf68a3778064de308)- Updated flow layout to correctly layout padding when in RTL. (1eaf483fc94f522546d349e6984e24c15d226d18)
- Fix close icon focus ripple (a7ff8c9006b69cbfcc346f74ed8a9ebad6661346)
... (truncated)
Commits
84c0e6dUpdate library version to 1.13.046fde74[Theme] Added missing Shape Attributes to Dialog themes8f58fccUpdate library version to 1.13.0-rc0164867cf[ProgressIndicator] Updated to not throw exceptions for calling `setIndetermi...f89b8af[LoadingIndicator] Added a default static drawable, which is displayed when t...d56330dUpdate library version to 1.13.0-beta011886cf0[LoadingIndicator] Fixed the animation no constant rotation.61c5a6d[Internal] Restore binary compatibility (ViewOverlay)e722464[MaterialButton] Updated the shapes of buttons when the orientation is changed.df9074c[ButtonGroup] Fixed connected button groups to not morph button size.- Additional commits viewable in compare view
Updates androidx.lifecycle:lifecycle-viewmodel-ktx from 2.9.0 to 2.9.3
Updates androidx.test:core-ktx from 1.6.1 to 1.7.0
Updates org.mockito:mockito-core from 5.18.0 to 5.19.0
Release notes
Sourced from org.mockito:mockito-core's releases.
v5.19.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.19.0
- 2025-08-15 - 37 commit(s) by Adrian-Kim, Tim van der Lippe, Tran Ngoc Nhan, dependabot[bot], juyeop
- feat: Add support for JDK21 Sequenced Collections. [(#3708)](mockito/mockito#3708)
- Bump actions/checkout from 4 to 5 [(#3707)](mockito/mockito#3707)
- build: Allow overriding 'Created-By' for reproducible builds [(#3704)](mockito/mockito#3704)
- Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 [(#3703)](mockito/mockito#3703)
- Bump androidx.test:runner from 1.6.2 to 1.7.0 [(#3697)](mockito/mockito#3697)
- Bump org.junit.platform:junit-platform-launcher from 1.13.3 to 1.13.4 [(#3694)](mockito/mockito#3694)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.1.0 to 7.2.1 [(#3693)](mockito/mockito#3693)
- Bump junit-jupiter from 5.13.3 to 5.13.4 [(#3691)](mockito/mockito#3691)
- Bump com.gradle.develocity from 4.0.2 to 4.1 [(#3689)](mockito/mockito#3689)
- Bump com.google.googlejavaformat:google-java-format from 1.27.0 to 1.28.0 [(#3688)](mockito/mockito#3688)
- Bump com.google.googlejavaformat:google-java-format from 1.25.2 to 1.27.0 [(#3686)](mockito/mockito#3686)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.4 to 7.1.0 [(#3685)](mockito/mockito#3685)
- Bump junit-jupiter from 5.13.2 to 5.13.3 [(#3684)](mockito/mockito#3684)
- Bump org.shipkit:shipkit-auto-version from 2.1.0 to 2.1.2 [(#3683)](mockito/mockito#3683)
- Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.2 to 7.0.4 [(#3682)](mockito/mockito#3682)
- Only run release after both Java and Android tests have finished [(#3681)](mockito/mockito#3681)
- Bump org.junit.platform:junit-platform-launcher from 1.12.2 to 1.13.3 [(#3680)](mockito/mockito#3680)
- Bump org.codehaus.groovy:groovy from 3.0.24 to 3.0.25 [(#3679)](mockito/mockito#3679)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.23.0 to 3.23.100 [(#3678)](mockito/mockito#3678)
- Can no longer publish snapshot releases [(#3677)](mockito/mockito#3677)
- Update Gradle to 8.14.2 [(#3676)](mockito/mockito#3676)
- Bump errorprone from 2.23.0 to 2.39.0 [(#3674)](mockito/mockito#3674)
- Correct Junit docs link [(#3672)](mockito/mockito#3672)
- Bump net.ltgt.gradle:gradle-errorprone-plugin from 4.1.0 to 4.3.0 [(#3670)](mockito/mockito#3670)
- Bump junit-jupiter from 5.13.1 to 5.13.2 [(#3669)](mockito/mockito#3669)
- Bump bytebuddy from 1.17.5 to 1.17.6 [(#3668)](mockito/mockito#3668)
- Bump junit-jupiter from 5.12.2 to 5.13.1 [(#3666)](mockito/mockito#3666)
- Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.21 to 2.2.0 [(#3665)](mockito/mockito#3665)
- Bump org.gradle.toolchains.foojay-resolver-convention from 0.9.0 to 1.0.0 [(#3661)](mockito/mockito#3661)
- Bump org.junit.platform:junit-platform-launcher from 1.11.4 to 1.12.2 [(#3660)](mockito/mockito#3660)
- Add JDK21 sequenced collections for ReturnsEmptyValues [(#3659)](mockito/mockito#3659)
- Bump com.gradle.develocity from 3.19.1 to 4.0.2 [(#3658)](mockito/mockito#3658)
- Bump ru.vyarus:gradle-animalsniffer-plugin from 1.7.2 to 2.0.1 [(#3657)](mockito/mockito#3657)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.22.0 to 3.23.0 [(#3656)](mockito/mockito#3656)
- Bump org.codehaus.groovy:groovy from 3.0.23 to 3.0.24 [(#3655)](mockito/mockito#3655)
- Bump junit-jupiter from 5.11.4 to 5.12.2 [(#3653)](mockito/mockito#3653)
- Reproducible Build: need to inject JDK distribution details to rebuild [(#3563)](mockito/mockito#3563)
Commits
144751bAdd support for JDK21 Sequenced Collections. (#3708)b275c7dBump actions/checkout from 4 to 5 (#3707)ad6ae2fAllow overriding 'Created-By' for reproducible builds (#3704)096ee9fBump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#3703)aa7be27Bump androidx.test:runner from 1.6.2 to 1.7.0 (#3697)c8a698bRemove unused testsea45979Bump errorprone from 2.39.0 to 2.41.09c8eb23Bump org.junit.platform:junit-platform-launcher from 1.13.3 to 1.13.4 (#3694)f05e44dBump com.diffplug.spotless:spotless-plugin-gradle from 7.1.0 to 7.2.1 (#3693)9d32dfeBump junit-jupiter from 5.13.3 to 5.13.4 (#3691)- Additional commits viewable in compare view
Updates org.robolectric:robolectric from 4.14.1 to 4.16
Release notes
Sourced from org.robolectric:robolectric's releases.
Robolectric 4.16 supports Android Baklava (SDK 36). It also removes support for Android L (SDK 21 and 22).
One exciting new feature is native resources (ResourcesMode.NATIVE). Note this is currently only available in SDK 36.
If you have any issues, please file them here.
What's Changed
- Reuse
ShadowUIModeManagerinShadowUIModeManagerTestby@MGaetan89in robolectric/robolectric#10368- Update AndroidX by
@renovate[bot] in robolectric/robolectric#10373- Update dependency gradle to v8.14.2 by
@renovate[bot] in robolectric/robolectric#10372- Update dependency com.googlecode.libphonenumber:libphonenumber to v9.0.7 by
@renovate[bot] in robolectric/robolectric#10371- Update dependency org.bouncycastle:bcprov-jdk18on to v1.81 by
@renovate[bot] in robolectric/robolectric#10374- Fix ApplicationInfo inconsistencies in Robolectric. in robolectric/robolectric#10375
- Add shadow for new resolveActivityAsUser variant. in robolectric/robolectric#10377
- Adjust to indevelopment SDK changes. in robolectric/robolectric#10379
- Adding support to the Simulator for picking up the device configuration from a Configurer. in robolectric/robolectric#10381
- Clean up SDK ranges for shadow methods in Baklava. in robolectric/robolectric#10380
- Add a shadow for Equalizer in robolectric/robolectric#10384
- Update example to be consistent with robolectric.org by
@seadowgin robolectric/robolectric#7475- Update the
simulator-gradle-pluginto depends on AGPgradle-apiby@MGaetan89in robolectric/robolectric#10386- Replace custom
getOrDefault()with the corresponding Java method by@MGaetan89in robolectric/robolectric#10370- Fix Javadoc for
ShadowPausedLooperby@MGaetan89in robolectric/robolectric#10387- Fix condition in
ResourceHelper#parseFloatAttribute()by@MGaetan89in robolectric/robolectric#10369- Validate listener in
ShadowAccountManager#addOnAccountsUpdatedListener()by@MGaetan89in robolectric/robolectric#10361- Add support for UiModeManager.setNightMode(UiModeManager.MODE_NIGHT_CUSTOM) in robolectric/robolectric#10390
- Lazily register the simulator plugin by
@MGaetan89in robolectric/robolectric#10391- Enable stricter plugin validation by
@hoisiein robolectric/robolectric#10388- Add the VirtualDeviceManager#getVirtualDevice(int deviceId) to the ShadowVirtualDeviceManager. in robolectric/robolectric#10395
- Fix various small warnings by
@MGaetan89in robolectric/robolectric#10394- Add shadow implement of AccessibilityService#getRootInActiveWindow in robolectric/robolectric#10397
- Add more information to the generated POM file by
@MGaetan89in robolectric/robolectric#10392- Change ShadowChoreographer.getDefaultFrameDelay into a shadow method. in robolectric/robolectric#10404
- Restore removed methods from
Configby@MGaetan89in robolectric/robolectric#10406- Add shadow override for Network SocketFactory. in robolectric/robolectric#10409
- Add missing deprecations to some
Config.Buildermethods by@MGaetan89in robolectric/robolectric#10408- Remove
testDebugUnitTestfrom the dependencies of thesimulatortask by@MGaetan89in robolectric/robolectric#10413- Merge branch 'google' into 'master' by
@hoisiein robolectric/robolectric#10414- Bump the snapshot version to 4.16 by
@MGaetan89in robolectric/robolectric#10415- Add ability to specify is80211azNtbMeasurement to ShadowRangingResult in robolectric/robolectric#10410
- Added implementation for Path.op by
@GisoBartelsin robolectric/robolectric#10288- Fix massive code warnings of ShadowVirtualDeviceManagerTest by
@utzcozin Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.