appium-espresso-driver 8.5.5 → 8.5.6

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,9 @@
1
+ ## [8.5.6](https://github.com/appium/appium-espresso-driver/compare/v8.5.5...v8.5.6) (2026-05-23)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps:** bump composeUiTest from 1.1.1 to 1.11.2 in /espresso-server ([#1170](https://github.com/appium/appium-espresso-driver/issues/1170)) ([417a42a](https://github.com/appium/appium-espresso-driver/commit/417a42a05e1dedcef3c56babd0ca21d492da0b38))
6
+
1
7
  ## [8.5.5](https://github.com/appium/appium-espresso-driver/compare/v8.5.4...v8.5.5) (2026-05-23)
2
8
 
3
9
  ### Miscellaneous Chores
@@ -1,2 +1,2 @@
1
- #Sat May 23 10:02:06 UTC 2026
1
+ #Sat May 23 18:58:58 UTC 2026
2
2
  gradle.version=9.5.1
@@ -3,7 +3,7 @@ androidGradlePlugin = "9.2.1"
3
3
  kotlin = "2.3.21"
4
4
  androidxTest = "1.7.0"
5
5
  annotation = "1.10.0"
6
- composeUiTest = "1.1.1"
6
+ composeUiTest = "1.11.2"
7
7
  gson = "2.14.0"
8
8
  espresso = "3.7.0"
9
9
  nanohttpd = "2.3.1"
@@ -25,7 +25,7 @@ org.gradle.caching=true
25
25
  # https://youtrack.jetbrains.com/issue/KT-46708
26
26
  kotlin.stdlib.default.dependency=false
27
27
 
28
- appiumCompileSdk=34
28
+ appiumCompileSdk=35
29
29
  appiumMinSdk=26
30
30
  appiumTargetSdk=34
31
31
  appiumBuildTools=36.0.0
@@ -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.5"
5
+ private const val VERSION = "8.5.6"
6
6
 
7
7
  fun getEspressoServerVersion() = VERSION
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "8.5.5",
3
+ "version": "8.5.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "8.5.5",
9
+ "version": "8.5.6",
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.5",
10
+ "version": "8.5.6",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {