appium-espresso-driver 8.5.2 → 8.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [8.5.4](https://github.com/appium/appium-espresso-driver/compare/v8.5.3...v8.5.4) (2026-05-23)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps:** bump androidxTest from 1.5.0 to 1.7.0 in /espresso-server ([#1167](https://github.com/appium/appium-espresso-driver/issues/1167)) ([d22a5f9](https://github.com/appium/appium-espresso-driver/commit/d22a5f95ef702900fdf4e104d9169611acebc906))
6
+ * **deps:** bump espresso from 3.5.1 to 3.7.0 in /espresso-server ([#1172](https://github.com/appium/appium-espresso-driver/issues/1172)) ([b4a0b8b](https://github.com/appium/appium-espresso-driver/commit/b4a0b8b062aff1f146b2dcaefbd6b22dd0a74332))
7
+
8
+ ## [8.5.3](https://github.com/appium/appium-espresso-driver/compare/v8.5.2...v8.5.3) (2026-05-23)
9
+
10
+ ### Miscellaneous Chores
11
+
12
+ * **deps:** bump androidx.annotation:annotation in /espresso-server ([#1169](https://github.com/appium/appium-espresso-driver/issues/1169)) ([6e32876](https://github.com/appium/appium-espresso-driver/commit/6e3287673525f791bd6b135fb6ccb5c96afd5dea))
13
+ * **deps:** bump kotlin from 2.3.20 to 2.3.21 in /espresso-server ([#1166](https://github.com/appium/appium-espresso-driver/issues/1166)) ([40ea9e1](https://github.com/appium/appium-espresso-driver/commit/40ea9e15fda07fe7ffc37615999fdac00594031d))
14
+ * **deps:** bump org.robolectric:robolectric in /espresso-server ([#1168](https://github.com/appium/appium-espresso-driver/issues/1168)) ([0aeb67a](https://github.com/appium/appium-espresso-driver/commit/0aeb67a2f060fa67254af9a3c427a7260aabc661))
15
+
1
16
  ## [8.5.2](https://github.com/appium/appium-espresso-driver/compare/v8.5.1...v8.5.2) (2026-05-23)
2
17
 
3
18
  ### Bug Fixes
@@ -1,2 +1,2 @@
1
- #Sat May 23 08:42:33 UTC 2026
1
+ #Sat May 23 09:45:32 UTC 2026
2
2
  gradle.version=9.5.1
@@ -1,13 +1,13 @@
1
1
  [versions]
2
2
  androidGradlePlugin = "9.2.1"
3
- kotlin = "2.3.20"
4
- androidxTest = "1.5.0"
5
- annotation = "1.6.0"
3
+ kotlin = "2.3.21"
4
+ androidxTest = "1.7.0"
5
+ annotation = "1.10.0"
6
6
  composeUiTest = "1.1.1"
7
7
  gson = "2.10.1"
8
- espresso = "3.5.1"
8
+ espresso = "3.7.0"
9
9
  nanohttpd = "2.3.1"
10
- robolectric = "4.9.2"
10
+ robolectric = "4.16.1"
11
11
  junit = "4.13.2"
12
12
  uiautomator = "2.2.0"
13
13
 
@@ -2,6 +2,6 @@ package io.appium.espressoserver.lib.helpers
2
2
 
3
3
  // This value is updated automatically by the NPM versioning script
4
4
  // It should be in sync with the NPM module version from package.json
5
- private const val VERSION = "8.5.2"
5
+ private const val VERSION = "8.5.4"
6
6
 
7
7
  fun getEspressoServerVersion() = VERSION
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "8.5.2",
3
+ "version": "8.5.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "8.5.2",
9
+ "version": "8.5.4",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^15.0.0",
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "8.5.2",
10
+ "version": "8.5.4",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {